Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mattia Rizzolo
jenkins.d.n
Commits
72c06c9e
Commit
72c06c9e
authored
Dec 09, 2012
by
Holger Levsen
Browse files
rename chroot-test to chroot-installation and small improvements
parent
3319dfe6
Changes
5
Hide whitespace changes
Inline
Side-by-side
README
View file @
72c06c9e
...
@@ -32,48 +32,48 @@ Installation tests with g-i, the graphical version of d-i, the debian-installer.
...
@@ -32,48 +32,48 @@ Installation tests with g-i, the graphical version of d-i, the debian-installer.
FIXME: Describe g-i-installation jobs here
FIXME: Describe g-i-installation jobs here
=== chroot-
tests
jobs
=== chroot-
installation
jobs
* chroot-test_housekeeping:
Installation tests inside chroot environments.
* chroot-installation_housekeeping:
** make sure chroots have been cleaned up properly
** make sure chroots have been cleaned up properly
** runs at 05:00 UTC and triggers the bootstrap jobs on success
** runs at 05:00 UTC and triggers the bootstrap jobs on success
* chroot-
test
_sid_bootstrap
* chroot-
installation
_sid_bootstrap
** debootstrap a sid chroot
** debootstrap a sid chroot
** triggers the install_gnome job on success
** triggers the install_gnome job on success
* chroot-
test
_sid_install_gnome
* chroot-
installation
_sid_install_gnome
** debootstrap a sid chroot and install gnome
** debootstrap a sid chroot and install gnome
* chroot-
test
_sid_install_kde
* chroot-
installation
_sid_install_kde
** debootstrap a sid chroot and install kde
** debootstrap a sid chroot and install kde
* chroot-
test
_sid_install_lxde
* chroot-
installation
_sid_install_lxde
** debootstrap a sid chroot and install lxde
** debootstrap a sid chroot and install lxde
* chroot-
test
_sid_install_xfce
* chroot-
installation
_sid_install_xfce
** debootstrap a sid chroot and install xfce
** debootstrap a sid chroot and install xfce
* chroot-
test
_squeeze_bootstrap_upgrade_to_wheezy
* chroot-
installation
_squeeze_bootstrap_upgrade_to_wheezy
** debootstrap a squeeze chroot and upgrade it to wheezy
** debootstrap a squeeze chroot and upgrade it to wheezy
** triggers the upgrade_(gnome|kde|lxde|xfce) jobs on success
** triggers the upgrade_(gnome|kde|lxde|xfce) jobs on success
* chroot-
test
_squeeze_install_gnome_upgrade_to_wheezy
* chroot-
installation
_squeeze_install_gnome_upgrade_to_wheezy
** debootstrap a squeeze chroot, install gnome and upgrade it to wheezy
** debootstrap a squeeze chroot, install gnome and upgrade it to wheezy
* chroot-
test
_squeeze_install_kde_upgrade_to_wheezy
* chroot-
installation
_squeeze_install_kde_upgrade_to_wheezy
** debootstrap a squeeze chroot, install kde and upgrade it to wheezy
** debootstrap a squeeze chroot, install kde and upgrade it to wheezy
* chroot-
test
_squeeze_install_lxde_upgrade_to_wheezy
* chroot-
installation
_squeeze_install_lxde_upgrade_to_wheezy
** debootstrap a squeeze chroot, install lxde and upgrade it to wheezy
** debootstrap a squeeze chroot, install lxde and upgrade it to wheezy
* chroot-
test
_squeeze_install_xfce_upgrade_to_wheezy
* chroot-
installation
_squeeze_install_xfce_upgrade_to_wheezy
** debootstrap a squeeze chroot, install xfce and upgrade it to wheezy
** debootstrap a squeeze chroot, install xfce and upgrade it to wheezy
** triggers the install_(gnome|kde|lxde|xfce) jobs on success
** triggers the install_(gnome|kde|lxde|xfce) jobs on success
* chroot-
test
_wheezy_bootstrap
* chroot-
installation
_wheezy_bootstrap
** debootstrap a wheezy chroot
** debootstrap a wheezy chroot
* chroot-
test
_wheezy_install_gnome
* chroot-
installation
_wheezy_install_gnome
** debootstrap a wheezy chroot and install gnome
** debootstrap a wheezy chroot and install gnome
* chroot-
test
_wheezy_install_kde
* chroot-
installation
_wheezy_install_kde
** debootstrap a wheezy chroot and install kde
** debootstrap a wheezy chroot and install kde
* chroot-
test
_wheezy_install_lxde
* chroot-
installation
_wheezy_install_lxde
** debootstrap a wheezy chroot and install lxde
** debootstrap a wheezy chroot and install lxde
* chroot-
test
_wheezy_install_xfce
* chroot-
installation
_wheezy_install_xfce
** debootstrap a wheezy chroot and install xfce
** debootstrap a wheezy chroot and install xfce
#FIXME: explain full_desktop and developer here, also make this more useful/interesting
#FIXME: explain full_desktop and developer here, also make this more useful/interesting
FIXME: chroot-tests should really get renamed to chroot-installation
=== debian-installer jobs
=== debian-installer jobs
* d_i_build_* - there is one job for each git repo referred to in http://anonscm.debian.org/viewvc/d-i/trunk/.mrconfig?view=co
* d_i_build_* - there is one job for each git repo referred to in http://anonscm.debian.org/viewvc/d-i/trunk/.mrconfig?view=co
...
...
TODO
View file @
72c06c9e
...
@@ -49,10 +49,10 @@ See link:http://jenkins.debian.net/userContent/about.html["about jenkins.debian.
...
@@ -49,10 +49,10 @@ See link:http://jenkins.debian.net/userContent/about.html["about jenkins.debian.
* build branches? (which?)
* build branches? (which?)
* inform debian-boot@ ?
* inform debian-boot@ ?
=== chroot-
test
_*
=== chroot-
installation
_*
* inform debian-devel@
* inform debian-devel@
* chroot-
tests
: only trigger (=really run) jobs if available+used packages have changed (save packages in db and compare)
* chroot-
installation
: only trigger (=really run) jobs if available+used packages have changed (save packages in db and compare)
----
----
<pabs> h01ger: how about all of the blends?
<pabs> h01ger: how about all of the blends?
...
...
bin/chroot
_tester
.sh
→
bin/chroot
-installation
.sh
View file @
72c06c9e
...
@@ -35,7 +35,7 @@ export DEBIAN_FRONTEND=noninteractive
...
@@ -35,7 +35,7 @@ export DEBIAN_FRONTEND=noninteractive
export LC_ALL=C
export LC_ALL=C
export http_proxy=
$http_proxy
"
export http_proxy=
$http_proxy
"
export
CHROOT_TARGET
=
$(
mktemp
-d
-p
/chroots/ chroot-
tests
-
$1
.XXXXXXXXX
)
export
CHROOT_TARGET
=
$(
mktemp
-d
-p
/chroots/ chroot-
installation
-
$1
.XXXXXXXXX
)
export
TMPFILE
=
$(
mktemp
-u
)
export
TMPFILE
=
$(
mktemp
-u
)
export
CTMPFILE
=
$CHROOT_TARGET
/
$TMPFILE
export
CTMPFILE
=
$CHROOT_TARGET
/
$TMPFILE
...
@@ -77,6 +77,7 @@ EOF
...
@@ -77,6 +77,7 @@ EOF
prepare_install_build_depends
()
{
prepare_install_build_depends
()
{
cat
>>
$CTMPFILE
<<-
EOF
cat
>>
$CTMPFILE
<<-
EOF
$SCRIPT_HEADER
$SCRIPT_HEADER
apt-get -y install build-essential
apt-get -y build-dep
$@
apt-get -y build-dep
$@
EOF
EOF
}
}
...
@@ -152,8 +153,7 @@ if [ "$2" != "" ] ; then
...
@@ -152,8 +153,7 @@ if [ "$2" != "" ] ; then
;;
;;
full_desktop
)
install_packages full_desktop
$FULL_DESKTOP
full_desktop
)
install_packages full_desktop
$FULL_DESKTOP
;;
;;
developer
)
install_packages developer
$FULL_DESKTOP
developer
)
install_build_depends developer
$FULL_DESKTOP
install_build_depends developer
$FULL_DESKTOP
;;
;;
*
)
echo
"unsupported component."
*
)
echo
"unsupported component."
exit
1
exit
1
...
...
bin/housekeeping.sh
View file @
72c06c9e
...
@@ -24,7 +24,7 @@ echo
...
@@ -24,7 +24,7 @@ echo
vnstat
vnstat
CHROOT_PATTERN
=
"/chroots/chroot-
tests
-*"
CHROOT_PATTERN
=
"/chroots/chroot-
installation
-*"
HOUSE
=
$(
ls
$CHROOT_PATTERN
2>/dev/null
)
HOUSE
=
$(
ls
$CHROOT_PATTERN
2>/dev/null
)
if
[
"
$HOUSE
"
!=
""
]
;
then
if
[
"
$HOUSE
"
!=
""
]
;
then
figlet
"Warning:"
figlet
"Warning:"
...
...
job-cfg/chroot-
tests
.yaml
→
job-cfg/chroot-
installation
.yaml
View file @
72c06c9e
-
defaults
:
-
defaults
:
name
:
chroot-
tests
name
:
chroot-
installation
description
:
'
{my_description}{do_not_edit}'
description
:
'
{my_description}{do_not_edit}'
logrotate
:
logrotate
:
daysToKeep
:
90
daysToKeep
:
90
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
artifactDaysToKeep
:
-1
artifactDaysToKeep
:
-1
artifactNumToKeep
:
-1
artifactNumToKeep
:
-1
builders
:
builders
:
-
shell
:
'
/srv/jenkins/bin/chroot
_tester.sh
{chroot_tester
_params}'
-
shell
:
'
/srv/jenkins/bin/chroot
-installation.sh
{installation
_params}'
publishers
:
publishers
:
-
logparser
:
-
logparser
:
rulespath
:
'
/srv/jenkins/logparse/debian.rules'
rulespath
:
'
/srv/jenkins/logparse/debian.rules'
...
@@ -22,8 +22,8 @@
...
@@ -22,8 +22,8 @@
text
:
About jenkins.debian.net
text
:
About jenkins.debian.net
icon
:
/userContent/images/debian-swirl-24x24.png
icon
:
/userContent/images/debian-swirl-24x24.png
-
sidebar
:
-
sidebar
:
url
:
http://jenkins.debian.net/view/chroot-
tests
/
url
:
http://jenkins.debian.net/view/chroot-
installation
/
text
:
All chroot-
test
jobs
text
:
All chroot-
installation
jobs
icon
:
/userContent/images/debian-jenkins-24x24.png
icon
:
/userContent/images/debian-jenkins-24x24.png
-
sidebar
:
-
sidebar
:
url
:
http://www.profitbricks.com
url
:
http://www.profitbricks.com
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
icon
:
/userContent/images/profitbricks-24x24.png
icon
:
/userContent/images/profitbricks-24x24.png
-
defaults
:
-
defaults
:
name
:
chroot-
tests
+trigger
name
:
chroot-
installation
+trigger
description
:
'
{my_description}{do_not_edit}'
description
:
'
{my_description}{do_not_edit}'
logrotate
:
logrotate
:
daysToKeep
:
90
daysToKeep
:
90
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
artifactDaysToKeep
:
-1
artifactDaysToKeep
:
-1
artifactNumToKeep
:
-1
artifactNumToKeep
:
-1
builders
:
builders
:
-
shell
:
'
/srv/jenkins/bin/chroot
_tester.sh
{chroot_tester
_params}'
-
shell
:
'
/srv/jenkins/bin/chroot
-installation.sh
{installation
_params}'
publishers
:
publishers
:
-
logparser
:
-
logparser
:
rulespath
:
'
/srv/jenkins/logparse/debian.rules'
rulespath
:
'
/srv/jenkins/logparse/debian.rules'
...
@@ -55,8 +55,8 @@
...
@@ -55,8 +55,8 @@
text
:
About jenkins.debian.net
text
:
About jenkins.debian.net
icon
:
/userContent/images/debian-swirl-24x24.png
icon
:
/userContent/images/debian-swirl-24x24.png
-
sidebar
:
-
sidebar
:
url
:
http://jenkins.debian.net/view/chroot-
tests
/
url
:
http://jenkins.debian.net/view/chroot-
installation
/
text
:
All chroot-
test
jobs
text
:
All chroot-
installation
jobs
icon
:
/userContent/images/debian-jenkins-24x24.png
icon
:
/userContent/images/debian-jenkins-24x24.png
-
sidebar
:
-
sidebar
:
url
:
http://www.profitbricks.com
url
:
http://www.profitbricks.com
...
@@ -64,7 +64,7 @@
...
@@ -64,7 +64,7 @@
icon
:
/userContent/images/profitbricks-24x24.png
icon
:
/userContent/images/profitbricks-24x24.png
-
job-template
:
-
job-template
:
defaults
:
chroot-
tests
defaults
:
chroot-
installation
name
:
'
{name}_housekeeping'
name
:
'
{name}_housekeeping'
description
:
'
{my_description}{do_not_edit}'
description
:
'
{my_description}{do_not_edit}'
triggers
:
triggers
:
...
@@ -83,184 +83,181 @@
...
@@ -83,184 +83,181 @@
recipients
:
jenkins+debian-qa holger@layer-acht.org
recipients
:
jenkins+debian-qa holger@layer-acht.org
-
job-template
:
-
job-template
:
defaults
:
chroot-
tests
defaults
:
chroot-
installation
name
:
'
{name}_sid_install_gnome'
name
:
'
{name}_sid_install_gnome'
-
job-template
:
-
job-template
:
defaults
:
chroot-
tests
defaults
:
chroot-
installation
name
:
'
{name}_sid_install_kde'
name
:
'
{name}_sid_install_kde'
-
job-template
:
-
job-template
:
defaults
:
chroot-
tests
defaults
:
chroot-
installation
name
:
'
{name}_sid_install_lxde'
name
:
'
{name}_sid_install_lxde'
-
job-template
:
-
job-template
:
defaults
:
chroot-
tests
defaults
:
chroot-
installation
name
:
'
{name}_sid_install_xfce'
name
:
'
{name}_sid_install_xfce'
-
job-template
:
-
job-template
:
defaults
:
chroot-
tests+trigger
defaults
:
chroot-
installation
name
:
'
{name}_sid_install_full_desktop'
name
:
'
{name}_sid_install_full_desktop'
-
job-template
:
-
job-template
:
defaults
:
chroot-
tests
defaults
:
chroot-
installation
name
:
'
{name}_sid_install_developer'
name
:
'
{name}_sid_install_developer'
-
job-template
:
-
job-template
:
defaults
:
chroot-
tests
+trigger
defaults
:
chroot-
installation
+trigger
name
:
'
{name}_sid_bootstrap'
name
:
'
{name}_sid_bootstrap'
-
job-template
:
-
job-template
:
defaults
:
chroot-
tests
defaults
:
chroot-
installation
name
:
'
{name}_squeeze_install_gnome_upgrade_to_wheezy'
name
:
'
{name}_squeeze_install_gnome_upgrade_to_wheezy'
-
job-template
:
-
job-template
:
defaults
:
chroot-
tests
defaults
:
chroot-
installation
name
:
'
{name}_squeeze_install_kde_upgrade_to_wheezy'
name
:
'
{name}_squeeze_install_kde_upgrade_to_wheezy'
-
job-template
:
-
job-template
:
defaults
:
chroot-
tests
defaults
:
chroot-
installation
name
:
'
{name}_squeeze_install_lxde_upgrade_to_wheezy'
name
:
'
{name}_squeeze_install_lxde_upgrade_to_wheezy'
-
job-template
:
-
job-template
:
defaults
:
chroot-
tests
defaults
:
chroot-
installation
name
:
'
{name}_squeeze_install_xfce_upgrade_to_wheezy'
name
:
'
{name}_squeeze_install_xfce_upgrade_to_wheezy'
-
job-template
:
-
job-template
:
defaults
:
chroot-
tests+trigger
defaults
:
chroot-
installation
name
:
'
{name}_squeeze_install_full_desktop_upgrade_to_wheezy'
name
:
'
{name}_squeeze_install_full_desktop_upgrade_to_wheezy'
-
job-template
:
-
job-template
:
defaults
:
chroot-
tests
defaults
:
chroot-
installation
name
:
'
{name}_squeeze_install_developer_upgrade_to_wheezy'
name
:
'
{name}_squeeze_install_developer_upgrade_to_wheezy'
-
job-template
:
-
job-template
:
defaults
:
chroot-
tests
+trigger
defaults
:
chroot-
installation
+trigger
name
:
'
{name}_squeeze_bootstrap_upgrade_to_wheezy'
name
:
'
{name}_squeeze_bootstrap_upgrade_to_wheezy'
-
job-template
:
-
job-template
:
defaults
:
chroot-
tests
defaults
:
chroot-
installation
name
:
'
{name}_wheezy_install_gnome'
name
:
'
{name}_wheezy_install_gnome'
-
job-template
:
-
job-template
:
defaults
:
chroot-
tests
defaults
:
chroot-
installation
name
:
'
{name}_wheezy_install_kde'
name
:
'
{name}_wheezy_install_kde'
-
job-template
:
-
job-template
:
defaults
:
chroot-
tests
defaults
:
chroot-
installation
name
:
'
{name}_wheezy_install_lxde'
name
:
'
{name}_wheezy_install_lxde'
-
job-template
:
-
job-template
:
defaults
:
chroot-
tests
defaults
:
chroot-
installation
name
:
'
{name}_wheezy_install_xfce'
name
:
'
{name}_wheezy_install_xfce'
-
job-template
:
-
job-template
:
defaults
:
chroot-
tests+trigger
defaults
:
chroot-
installation
name
:
'
{name}_wheezy_install_full_desktop'
name
:
'
{name}_wheezy_install_full_desktop'
-
job-template
:
-
job-template
:
defaults
:
chroot-
tests
defaults
:
chroot-
installation
name
:
'
{name}_wheezy_install_developer'
name
:
'
{name}_wheezy_install_developer'
-
job-template
:
-
job-template
:
defaults
:
chroot-
tests
+trigger
defaults
:
chroot-
installation
+trigger
name
:
'
{name}_wheezy_bootstrap'
name
:
'
{name}_wheezy_bootstrap'
-
project
:
-
project
:
name
:
chroot-
test
name
:
chroot-
installation
do_not_edit
:
'
<br><br>Job
configuration
source
is
<a
href="http://anonscm.debian.org/gitweb/?p=users/holger/jenkins.debian.net.git;a=blob;f=job-cfg/chroot-
tests
.yaml">chroot-
tests
.yaml</a>.'
do_not_edit
:
'
<br><br>Job
configuration
source
is
<a
href="http://anonscm.debian.org/gitweb/?p=users/holger/jenkins.debian.net.git;a=blob;f=job-cfg/chroot-
installation
.yaml">chroot-
installation
.yaml</a>.'
jobs
:
jobs
:
-
'
{name}_sid_install_gnome'
:
-
'
{name}_sid_install_gnome'
:
chroot_tester
_params
:
'
sid
gnome'
installation
_params
:
'
sid
gnome'
my_description
:
'
Debootstrap
sid,
then
install
GNOME.'
my_description
:
'
Debootstrap
sid,
then
install
GNOME.'
-
'
{name}_sid_install_kde'
:
-
'
{name}_sid_install_kde'
:
chroot_tester
_params
:
'
sid
kde'
installation
_params
:
'
sid
kde'
my_description
:
'
Debootstrap
sid,
then
install
KDE.'
my_description
:
'
Debootstrap
sid,
then
install
KDE.'
-
'
{name}_sid_install_lxde'
:
-
'
{name}_sid_install_lxde'
:
chroot_tester
_params
:
'
sid
lxde'
installation
_params
:
'
sid
lxde'
my_description
:
'
Debootstrap
sid,
then
install
LXDE.'
my_description
:
'
Debootstrap
sid,
then
install
LXDE.'
-
'
{name}_sid_install_xfce'
:
-
'
{name}_sid_install_xfce'
:
chroot_tester
_params
:
'
sid
xfce'
installation
_params
:
'
sid
xfce'
my_description
:
'
Debootstrap
sid,
then
install
XFCE.'
my_description
:
'
Debootstrap
sid,
then
install
XFCE.'
-
'
{name}_sid_install_full_desktop'
:
-
'
{name}_sid_install_full_desktop'
:
chroot_tester
_params
:
'
sid
full_desktop'
installation
_params
:
'
sid
full_desktop'
my_description
:
'
Debootstrap
sid,
then
install
four
desktop
environments
and
the
most
commonly
used
applications
and
packages.'
my_description
:
'
Debootstrap
sid,
then
install
four
desktop
environments
and
the
most
commonly
used
applications
and
packages.'
my_trigger
:
'
chroot-test_sid_install_developer'
-
'
{name}_sid_install_developer'
:
-
'
{name}_sid_install_developer'
:
chroot_tester
_params
:
'
sid
developer'
installation
_params
:
'
sid
developer'
my_description
:
'
Debootstrap
sid,
then
install
four
desktop
environments
and
the
most
commonly
used
applications
and
packages
-
and
the
build
depends
for
all
of
these.'
my_description
:
'
Debootstrap
sid,
then
install
four
desktop
environments
and
the
most
commonly
used
applications
and
packages
-
and
the
build
depends
for
all
of
these.'
-
'
{name}_sid_bootstrap'
:
-
'
{name}_sid_bootstrap'
:
chroot_tester
_params
:
'
sid'
installation
_params
:
'
sid'
my_description
:
'
Debootstrap
sid.'
my_description
:
'
Debootstrap
sid.'
my_trigger
:
'
chroot-
test
_sid_install_gnome,
chroot-
test
_sid_install_kde,
chroot-
test
_sid_install_lxde,
chroot-
test
_sid_install_xfce,
chroot-
test
_sid_install_full_desktop'
my_trigger
:
'
chroot-
installation
_sid_install_gnome,
chroot-
installation
_sid_install_kde,
chroot-
installation
_sid_install_lxde,
chroot-
installation
_sid_install_xfce,
chroot-
installation
_sid_install_full_desktop
,
chroot-installation_sid_install_developer
'
-
'
{name}_squeeze_install_gnome_upgrade_to_wheezy'
:
-
'
{name}_squeeze_install_gnome_upgrade_to_wheezy'
:
chroot_tester
_params
:
'
squeeze
gnome
wheezy'
installation
_params
:
'
squeeze
gnome
wheezy'
my_description
:
'
Debootstrap
squeeze,
install
GNOME
then
upgrade
to
wheezy.'
my_description
:
'
Debootstrap
squeeze,
install
GNOME
then
upgrade
to
wheezy.'
-
'
{name}_squeeze_install_kde_upgrade_to_wheezy'
:
-
'
{name}_squeeze_install_kde_upgrade_to_wheezy'
:
chroot_tester
_params
:
'
squeeze
kde
wheezy'
installation
_params
:
'
squeeze
kde
wheezy'
my_description
:
'
Debootstrap
squeeze,
install
KDE
then
upgrade
to
wheezy.'
my_description
:
'
Debootstrap
squeeze,
install
KDE
then
upgrade
to
wheezy.'
-
'
{name}_squeeze_install_lxde_upgrade_to_wheezy'
:
-
'
{name}_squeeze_install_lxde_upgrade_to_wheezy'
:
chroot_tester
_params
:
'
squeeze
lxde
wheezy'
installation
_params
:
'
squeeze
lxde
wheezy'
my_description
:
'
Debootstrap
squeeze,
install
LXDE
then
upgrade
to
wheezy.'
my_description
:
'
Debootstrap
squeeze,
install
LXDE
then
upgrade
to
wheezy.'
-
'
{name}_squeeze_install_xfce_upgrade_to_wheezy'
:
-
'
{name}_squeeze_install_xfce_upgrade_to_wheezy'
:
chroot_tester
_params
:
'
squeeze
xfce
wheezy'
installation
_params
:
'
squeeze
xfce
wheezy'
my_description
:
'
Debootstrap
squeeze,
install
KFCE
then
upgrade
to
wheezy.'
my_description
:
'
Debootstrap
squeeze,
install
KFCE
then
upgrade
to
wheezy.'
-
'
{name}_squeeze_install_full_desktop_upgrade_to_wheezy'
:
-
'
{name}_squeeze_install_full_desktop_upgrade_to_wheezy'
:
chroot_tester
_params
:
'
squeeze
full_desktop
wheezy'
installation
_params
:
'
squeeze
full_desktop
wheezy'
my_description
:
'
Debootstrap
squeeze,
then
install
four
desktop
environments
and
the
most
commonly
used
applications
and
packages,
then
upgrade
to
wheezy.'
my_description
:
'
Debootstrap
squeeze,
then
install
four
desktop
environments
and
the
most
commonly
used
applications
and
packages,
then
upgrade
to
wheezy.'
my_trigger
:
'
chroot-test_squeeze_install_developer_upgrade_to_wheezy'
-
'
{name}_squeeze_install_developer_upgrade_to_wheezy'
:
-
'
{name}_squeeze_install_developer_upgrade_to_wheezy'
:
chroot_tester
_params
:
'
s
id
developer
wheezy'
installation
_params
:
'
s
queeze
developer
wheezy'
my_description
:
'
Debootstrap
squeeze,
then
install
four
desktop
environments
and
the
most
commonly
used
applications
and
packages
-
and
the
build
depends
for
all
of
these,
then
upgrade
to
wheezy.'
my_description
:
'
Debootstrap
squeeze,
then
install
four
desktop
environments
and
the
most
commonly
used
applications
and
packages
-
and
the
build
depends
for
all
of
these,
then
upgrade
to
wheezy.'
-
'
{name}_squeeze_bootstrap_upgrade_to_wheezy'
:
-
'
{name}_squeeze_bootstrap_upgrade_to_wheezy'
:
chroot_tester
_params
:
'
squeeze
none
wheezy'
installation
_params
:
'
squeeze
none
wheezy'
my_description
:
'
Debootstrap
squeeze,
then
upgrade
to
wheezy.'
my_description
:
'
Debootstrap
squeeze,
then
upgrade
to
wheezy.'
my_trigger
:
'
chroot-
test
_squeeze_install_gnome_upgrade_to_wheezy,
chroot-
test
_squeeze_install_kde_upgrade_to_wheezy,
chroot-
test
_squeeze_install_lxde_upgrade_to_wheezy,
chroot-
test
_squeeze_install_xfce_upgrade_to_wheezy,
chroot-
test
_squeeze_install_full_desktop_upgrade_to_wheezy'
my_trigger
:
'
chroot-
installation
_squeeze_install_gnome_upgrade_to_wheezy,
chroot-
installation
_squeeze_install_kde_upgrade_to_wheezy,
chroot-
installation
_squeeze_install_lxde_upgrade_to_wheezy,
chroot-
installation
_squeeze_install_xfce_upgrade_to_wheezy,
chroot-
installation
_squeeze_install_full_desktop_upgrade_to_wheezy
,
chroot-installation_squeeze_install_developer_upgrade_to_wheezy
'
-
'
{name}_wheezy_install_gnome'
:
-
'
{name}_wheezy_install_gnome'
:
chroot_tester
_params
:
'
wheezy
gnome'
installation
_params
:
'
wheezy
gnome'
my_description
:
'
Debootstrap
wheezy,
then
install
GNOME.'
my_description
:
'
Debootstrap
wheezy,
then
install
GNOME.'
-
'
{name}_wheezy_install_kde'
:
-
'
{name}_wheezy_install_kde'
:
chroot_tester
_params
:
'
wheezy
kde'
installation
_params
:
'
wheezy
kde'
my_description
:
'
Debootstrap
wheezy,
then
install
KDE.'
my_description
:
'
Debootstrap
wheezy,
then
install
KDE.'
-
'
{name}_wheezy_install_xfce'
:
-
'
{name}_wheezy_install_xfce'
:
chroot_tester
_params
:
'
wheezy
xfce'
installation
_params
:
'
wheezy
xfce'
my_description
:
'
Debootstrap
wheezy,
then
install
XFCE.'
my_description
:
'
Debootstrap
wheezy,
then
install
XFCE.'
-
'
{name}_wheezy_install_lxde'
:
-
'
{name}_wheezy_install_lxde'
:
chroot_tester
_params
:
'
wheezy
lxde'
installation
_params
:
'
wheezy
lxde'
my_description
:
'
Debootstrap
wheezy,
then
install
LXDE.'
my_description
:
'
Debootstrap
wheezy,
then
install
LXDE.'
-
'
{name}_wheezy_install_full_desktop'
:
-
'
{name}_wheezy_install_full_desktop'
:
chroot_tester
_params
:
'
wheezy
full_desktop'
installation
_params
:
'
wheezy
full_desktop'
my_description
:
'
Debootstrap
wheezy,
then
install
four
desktop
environments
and
the
most
commonly
used
applications
and
packages.'
my_description
:
'
Debootstrap
wheezy,
then
install
four
desktop
environments
and
the
most
commonly
used
applications
and
packages.'
my_trigger
:
'
chroot-test_wheezy_install_developer'
-
'
{name}_wheezy_install_developer'
:
-
'
{name}_wheezy_install_developer'
:
chroot_tester
_params
:
'
wheezy
developer'
installation
_params
:
'
wheezy
developer'
my_description
:
'
Debootstrap
wheezy,
then
install
four
desktop
environments
and
the
most
commonly
used
applications
and
packages
-
and
the
build
depends
for
all
of
these.'
my_description
:
'
Debootstrap
wheezy,
then
install
four
desktop
environments
and
the
most
commonly
used
applications
and
packages
-
and
the
build
depends
for
all
of
these.'
-
'
{name}_wheezy_bootstrap'
:
-
'
{name}_wheezy_bootstrap'
:
chroot_tester
_params
:
'
wheezy'
installation
_params
:
'
wheezy'
my_description
:
'
Debootstrap
wheezy.'
my_description
:
'
Debootstrap
wheezy.'
my_trigger
:
'
chroot-
test
_wheezy_install_gnome,
chroot-
test
_wheezy_install_kde,
chroot-
test
_wheezy_install_lxde,
chroot-
test
_wheezy_install_xfce,
chroot-
test
_wheezy_install_full_desktop'
my_trigger
:
'
chroot-
installation
_wheezy_install_gnome,
chroot-
installation
_wheezy_install_kde,
chroot-
installation
_wheezy_install_lxde,
chroot-
installation
_wheezy_install_xfce,
chroot-
installation
_wheezy_install_full_desktop
,
chroot-installation_wheezy_install_developer
'
-
'
{name}_housekeeping'
:
-
'
{name}_housekeeping'
:
my_description
:
'
Cleanup
so
that
there
is
a
predictable
environment.'
my_description
:
'
Cleanup
so
that
there
is
a
predictable
environment.'
my_trigger
:
'
chroot-
test
_sid_bootstrap,
chroot-
test
_wheezy_bootstrap,
chroot-
test
_squeeze_bootstrap_upgrade_to_wheezy'
my_trigger
:
'
chroot-
installation
_sid_bootstrap,
chroot-
installation
_wheezy_bootstrap,
chroot-
installation
_squeeze_bootstrap_upgrade_to_wheezy'
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment