[debian-edu-commits] debian-edu/ 02/04: Correct typo in tests/test-metapkgs, use suite variable instead of hardcoding value in debootstrap call.
Petter Reinholdtsen
pere at moszumanska.debian.org
Wed Sep 24 06:33:01 UTC 2014
This is an automated email from the git hooks/post-receive script.
pere pushed a commit to branch master
in repository debian-edu.
commit b2ac94c87bb96ca90a10eb066e283e0168898950
Author: Petter Reinholdtsen <pere at hungry.com>
Date: Wed Sep 24 08:26:28 2014 +0200
Correct typo in tests/test-metapkgs, use suite variable instead of hardcoding value in debootstrap call.
---
debian/changelog | 4 ++++
debian/tests/test-metapkgs | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index f211d5d..5cf29b3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,10 @@ debian-edu (1.801~0.git.2014-09-24) unstable; urgency=low
changelog entry, so we add an extra paragraph like this one until it's
uploaded.
+ [ Petter Reinholdtsen ]
+ * Correct typo in tests/test-metapkgs, use suite variable instead of
+ hardcoding value in debootstrap call.
+
-- Petter Reinholdtsen <pere at debian.org> Wed, 24 Sep 2014 08:25:19 +0200
debian-edu (1.800) unstable; urgency=high
diff --git a/debian/tests/test-metapkgs b/debian/tests/test-metapkgs
index dca01c5..8f79614 100644
--- a/debian/tests/test-metapkgs
+++ b/debian/tests/test-metapkgs
@@ -18,7 +18,7 @@ chroot_test() {
cd $ADTTMP
target=test-chroot
suite=testing
- debootstrap testing $target
+ debootstrap $suite $target
printf "#!/bin/sh\nexit 101\n" > $target/usr/sbin/policy-rc.d
chmod a+rx $target/usr/sbin/policy-rc.d
mount -t proc proc $target/proc
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu.git
More information about the debian-edu-commits
mailing list