From aebad84c75f54ffd8aa248553690493b372560c6 Mon Sep 17 00:00:00 2001 From: Roger Leigh Date: Mon, 30 Jan 2006 13:10:35 +0000 Subject: * Version 0.2.0. * schroot/schroot.conf.5.in: Add example for file chroot. * test/config.ex2/config: Removed (duplicated in test/config.ex2/sarge). * test/config.ex2/file: New file. Test data for file chroots. --- test/Makefile.am | 2 +- test/config.ex2/config | 30 ------------------------------ test/config.ex2/file | 8 ++++++++ 3 files changed, 9 insertions(+), 31 deletions(-) delete mode 100644 test/config.ex2/config create mode 100644 test/config.ex2/file (limited to 'test') diff --git a/test/Makefile.am b/test/Makefile.am index f8dea71f..b4693f4a 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -81,7 +81,7 @@ sbuild_util_LDADD = libtest.la EXTRA_DIST = \ keyfile.ex1 \ config.ex1 \ - config.ex2/config \ + config.ex2/file \ config.ex2/empty \ config.ex2/experimental \ config.ex2/sarge \ diff --git a/test/config.ex2/config b/test/config.ex2/config deleted file mode 100644 index e3596c2e..00000000 --- a/test/config.ex2/config +++ /dev/null @@ -1,30 +0,0 @@ -# schroot chroot definitions. -# See schroot.conf(5) for complete documentation of the file format. -# -# Please take note that you should not add untrusted users to -# root-groups, because they will essentially have full root access -# to your system. They will only have root access inside the chroot, -# but that's enough to cause malicious damage. -# -# The following lines are examples. Uncomment and alter them to -# customise schroot for your needs. -# -# -#[woody] -#description=Debian woody (oldstable) -#location=/home/woody-chroot -#groups=sbuild -#aliases=oldstable - -[sarge] -description=Debian sarge (stable) -location=/srv/chroot/sarge -priority=2 -groups=sbuild -root-groups=root,sbuild -#root-groups=root -aliases=stable -run-setup-scripts=true -run-session-scripts=true -run-session-scripts=true - diff --git a/test/config.ex2/file b/test/config.ex2/file new file mode 100644 index 00000000..d4a55ece --- /dev/null +++ b/test/config.ex2/file @@ -0,0 +1,8 @@ +[sid-file] +type=file +description=Debian sid snapshot +priority=3 +groups=sbuild,root +file=/srv/chroots/sid.tar.gz +run-setup-scripts=true +run-session-scripts=true -- cgit v1.2.3