[Pkg-haskell-commits] [package-plan] 02/02: Recreate sandbox repo if there are new additional-cabals
Joachim Breitner
nomeata at moszumanska.debian.org
Sat Dec 20 15:08:53 UTC 2014
This is an automated email from the git hooks/post-receive script.
nomeata pushed a commit to branch ghc-7.8
in repository package-plan.
commit 9728fc4e1078b57563684c9d0b8cc29ca9471a98
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Sat Dec 20 16:08:41 2014 +0100
Recreate sandbox repo if there are new additional-cabals
---
test-packages.pl | 3 +++
1 file changed, 3 insertions(+)
diff --git a/test-packages.pl b/test-packages.pl
index 4c0ca1a..803f7b7 100755
--- a/test-packages.pl
+++ b/test-packages.pl
@@ -144,6 +144,9 @@ if (-e $tarpath) {
for my $patchfile (<./patches/*/*/*>) {
$createsandbox++ if (-M $patchfile < -M $tarpath);
}
+ for my $cabalfile (<./additional-cabals/*.cabal>) {
+ $createsandbox++ if (-M $cabalfile < -M $tarpath);
+ }
} else {
$createsandbox++;
}
--
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