FS#18108 - [schroot] default config contains deprecated keys

Attached to Project: Community Packages
Opened by Mat (the_mat) - Monday, 01 February 2010, 16:50 GMT
Last edited by Sergej Pupykin (sergej) - Tuesday, 02 February 2010, 10:54 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

on a fresh install, the arch32 entry in /etc/schroot/schroot.conf is

[Arch32]
description=Arch32
type=directory
location=/opt/arch32
priority=1
#users=username
groups=users
root-groups=root
run-setup-scripts=true
run-exec-scripts=false
script-config=script-arch32
personality=linux32
aliases=32,default

When running schroot, it prints that the keys, run-setup-scripts, run-exec-scripts and location are deprecated.

Looking at man schroot.conf, the first 2 keys can be deleted (are ignored anyway) and location should be renamed to directory


Additional info:
* package version: 1.3.2_1-1


This task depends upon

Closed by  Sergej Pupykin (sergej)
Tuesday, 02 February 2010, 10:54 GMT
Reason for closing:  Fixed
Additional comments about closing:  now it is:

description=Arch32
type=directory
directory=/opt/arch32
priority=1
#users=username
groups=users
root-groups=root
script-config=script-arch32
personality=linux32
aliases=32,default

Loading...