[package-plan] 02/03: Revert "On the experimental branch, pass -t experimental"
Clint Adams
clint at moszumanska.debian.org
Fri Dec 4 01:27:48 UTC 2015
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch master
in repository package-plan.
commit 6e029ab21862f3fb9ba31f3ca0d799eec7abf269
Author: Clint Adams <clint at debian.org>
Date: Thu Dec 3 20:13:26 2015 -0500
Revert "On the experimental branch, pass -t experimental"
This reverts commit 8b133c6ddedbe6960e09298da4ca35bdd7639d9f.
---
test-packages.pl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test-packages.pl b/test-packages.pl
index b154e95..3c92a3c 100755
--- a/test-packages.pl
+++ b/test-packages.pl
@@ -102,7 +102,7 @@ close LTS;
print "Reading available versions...\n";
-open AVAILABLE, "-|", "apt-cache -t experimental dumpavail | grep-dctrl -F GHC-Package -r . -s GHC-Package -n" or die $!;
+open AVAILABLE, "-|", "apt-cache dumpavail | grep-dctrl -F GHC-Package -r . -s GHC-Package -n" or die $!;
while (<AVAILABLE>) {
chomp;
unless (m/^(.*)-([0-9\.]*)-([a-f0-9]*?)$/) {
@@ -122,7 +122,7 @@ print "Reading available binary versions...\n";
my %binavail;
{
my $pkg;
- open VERS, "-|", "apt-cache -t experimental dumpavail | grep-dctrl -s Package,Version -n ." or die $!;
+ open VERS, "-|", "apt-cache dumpavail | grep-dctrl -s Package,Version -n ." or die $!;
while (<VERS>) {
chomp;
if ($_ eq '') {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/package-plan.git
More information about the Pkg-haskell-commits
mailing list