Add examples for Grip.
git-svn-id: http://emdebian.org/svn/current@7361 563faec7-e20c-0410-992a-a66f704d0ccd
This commit is contained in:
parent
8db9dbcff4
commit
5460ab0067
5 changed files with 92 additions and 1 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -3,8 +3,9 @@ multistrap (2.1.7) unstable; urgency=low
|
|||
* Add all packages to the source dir, including calculated
|
||||
dependencies.
|
||||
* Improve the omitdebsrc handling for detection of 'true'.
|
||||
* Add examples for Grip.
|
||||
|
||||
-- Neil Williams <codehelp@debian.org> Thu, 05 Aug 2010 19:24:16 -0400
|
||||
-- Neil Williams <codehelp@debian.org> Thu, 05 Aug 2010 19:24:38 -0400
|
||||
|
||||
multistrap (2.1.6) unstable; urgency=low
|
||||
|
||||
|
|
3
debian/multistrap.install
vendored
3
debian/multistrap.install
vendored
|
@ -5,6 +5,9 @@ examples/multistrap-example.conf ./usr/share/doc/multistrap/examples/
|
|||
examples/sid.conf ./usr/share/multistrap/
|
||||
examples/squeeze.conf ./usr/share/multistrap/
|
||||
examples/lenny.conf ./usr/share/multistrap/
|
||||
examples/grip-sid.conf ./usr/share/multistrap/
|
||||
examples/grip-squeeze.conf ./usr/share/multistrap/
|
||||
examples/grip-lenny.conf ./usr/share/multistrap/
|
||||
examples/setup.sh ./usr/share/doc/multistrap/examples/
|
||||
examples/config.sh ./usr/share/doc/multistrap/examples/
|
||||
check-deps.sh ./usr/share/multistrap/
|
||||
|
|
33
examples/grip-lenny.conf
Normal file
33
examples/grip-lenny.conf
Normal file
|
@ -0,0 +1,33 @@
|
|||
# Example multistrap configuration file for the lenny shortcut.
|
||||
|
||||
[General]
|
||||
arch=
|
||||
directory=
|
||||
# same as --tidy-up option if set to true
|
||||
cleanup=true
|
||||
# same as --no-auth option if set to true
|
||||
# keyring packages listed in each debootstrap will
|
||||
# still be installed.
|
||||
noauth=false
|
||||
# whether to add the /suite to be explicit about where apt
|
||||
# needs to look for packages. Default is false.
|
||||
explicitsuite=false
|
||||
# extract all downloaded archives (default is true)
|
||||
unpack=true
|
||||
# the order of sections is not important.
|
||||
# the debootstrap option determines which repository
|
||||
# is used to calculate the list of Priority: required packages.
|
||||
debootstrap=Emdebian Updates
|
||||
aptsources=Emdebian Updates
|
||||
|
||||
[Emdebian]
|
||||
packages=
|
||||
source=http://www.emdebian.org/grip
|
||||
keyring=emdebian-archive-keyring
|
||||
suite=stable
|
||||
|
||||
[Updates]
|
||||
packages=
|
||||
source=http://www.emdebian.org/grip
|
||||
keyring=emdebian-archive-keyring
|
||||
suite=stable-proposed-updates
|
27
examples/grip-sid.conf
Normal file
27
examples/grip-sid.conf
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Example multistrap configuration file for the lenny shortcut.
|
||||
|
||||
[General]
|
||||
arch=
|
||||
directory=
|
||||
# same as --tidy-up option if set to true
|
||||
cleanup=true
|
||||
# same as --no-auth option if set to true
|
||||
# keyring packages listed in each debootstrap will
|
||||
# still be installed.
|
||||
noauth=false
|
||||
# whether to add the /suite to be explicit about where apt
|
||||
# needs to look for packages. Default is false.
|
||||
explicitsuite=false
|
||||
# extract all downloaded archives (default is true)
|
||||
unpack=true
|
||||
# the order of sections is not important.
|
||||
# the debootstrap option determines which repository
|
||||
# is used to calculate the list of Priority: required packages.
|
||||
debootstrap=Emdebian
|
||||
aptsources=Emdebian
|
||||
|
||||
[Emdebian]
|
||||
packages=
|
||||
source=http://www.emdebian.org/grip
|
||||
keyring=emdebian-archive-keyring
|
||||
suite=unstable
|
27
examples/grip-squeeze.conf
Normal file
27
examples/grip-squeeze.conf
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Example multistrap configuration file for the lenny shortcut.
|
||||
|
||||
[General]
|
||||
arch=
|
||||
directory=
|
||||
# same as --tidy-up option if set to true
|
||||
cleanup=true
|
||||
# same as --no-auth option if set to true
|
||||
# keyring packages listed in each debootstrap will
|
||||
# still be installed.
|
||||
noauth=false
|
||||
# whether to add the /suite to be explicit about where apt
|
||||
# needs to look for packages. Default is false.
|
||||
explicitsuite=false
|
||||
# extract all downloaded archives (default is true)
|
||||
unpack=true
|
||||
# the order of sections is not important.
|
||||
# the debootstrap option determines which repository
|
||||
# is used to calculate the list of Priority: required packages.
|
||||
debootstrap=Emdebian
|
||||
aptsources=Emdebian
|
||||
|
||||
[Emdebian]
|
||||
packages=
|
||||
source=http://www.emdebian.org/grip
|
||||
keyring=emdebian-archive-keyring
|
||||
suite=testing
|
Loading…
Reference in a new issue