Changes between Version 1 and Version 2 of Tools/DebianPkgmgrCreationScript
- Timestamp:
- 11/10/10 05:23:52 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tools/DebianPkgmgrCreationScript
v1 v2 1 1 = Debian Pkgmgr Creation Script = 2 2 3 The tool [http s://trac.mcs.anl.gov/projects/bcfg2/browser/trunk/bcfg2/tools/create-debian-pkglist-gp.py create-debian-pkglist-gp.py] is a Python script that generates the required XML files in the Pkgmgr directory for Bcfg2 to install software with the APT driver ("gp" stands for the initials of the author, Guillaume Pratte, as the script is not officially incorporated in Bcfg2 for now, and as an previous version of this script exists as "create-debian-pkglist.py").3 The tool [http://trac.mcs.anl.gov/projects/bcfg2/browser/tools/ycreate-debian-pkglist-gp.py create-debian-pkglist-gp.py] is a Python script that generates the required XML files in the Pkgmgr directory for Bcfg2 to install software with the APT driver ("gp" stands for the initials of the author, Guillaume Pratte, as the script is not officially incorporated in Bcfg2 for now, and as an previous version of this script exists as "create-debian-pkglist.py"). 4 4 5 5 == The configuration file == … … 40 40 or : 41 41 {{{architectures=i386, amd64}}} 42 If more than one architecture is specified, groups will be used to differen ciate the versions for each architecture in the XML file. Packages which have the same versions across all architectures will have no architecture-based group.42 If more than one architecture is specified, groups will be used to differentiate the versions for each architecture in the XML file. Packages which have the same versions across all architectures will have no architecture-based group. 43 43 44 44 '''group_names''' … … 47 47 == Download == 48 48 49 This tool is available here : [http s://trac.mcs.anl.gov/projects/bcfg2/browser/trunk/bcfg2/tools/create-debian-pkglist-gp.py create-debian-pkglist-gp.py]49 This tool is available here : [http://trac.mcs.anl.gov/projects/bcfg2/browser/tools/create-debian-pkglist-gp.py create-debian-pkglist-gp.py] 50 50 51 51 The file '''must''' be saved into `$REPOS/etc/` (where `$REPOS` is the path to the Bcfg2 repository (for example, `/var/lib/bcfg2`)). 52 52 53 == Script invo kation ==53 == Script invocation == 54 54 55 55 The script must be invoked like this : 56 56 {{{python create-debian-pkglist.py}}} 57 57 58 Invoking with `-v` will ouput the URLs be eing processed.58 Invoking with `-v` will ouput the URLs being processed. 59 59