[Pkg-haskell-commits] darcs: haskell-yesod-bin: autopkgtest: Keep the generated cabal file as an artifact, makes it easier to obtian that without running the commands manually.

Joachim Breitner mail at joachim-breitner.de
Wed Jun 17 07:26:11 UTC 2015


Wed Jun 17 06:38:40 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * autopkgtest: Keep the generated cabal file as an artifact, makes it easier to obtian that without running the commands manually.

    M ./changelog +7
    M ./tests/scaffold -1 +3

Wed Jun 17 06:38:40 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * autopkgtest: Keep the generated cabal file as an artifact, makes it easier to obtian that without running the commands manually.
diff -rN -u old-haskell-yesod-bin/changelog new-haskell-yesod-bin/changelog
--- old-haskell-yesod-bin/changelog	2015-06-17 07:26:11.437584301 +0000
+++ new-haskell-yesod-bin/changelog	2015-06-17 07:26:11.453584298 +0000
@@ -1,3 +1,10 @@
+haskell-yesod-bin (1.4.7.1-2) UNRELEASED; urgency=medium
+
+  * autopkgtest: Keep the generated cabal file as an artifact, makes it easier
+    to obtian that without running the commands manually.
+
+ -- Joachim Breitner <nomeata at debian.org>  Wed, 17 Jun 2015 08:38:09 +0200
+
 haskell-yesod-bin (1.4.7.1-1) unstable; urgency=medium
 
   [ Joachim Breitner ]
diff -rN -u old-haskell-yesod-bin/tests/scaffold new-haskell-yesod-bin/tests/scaffold
--- old-haskell-yesod-bin/tests/scaffold	2015-06-17 07:26:11.437584301 +0000
+++ new-haskell-yesod-bin/tests/scaffold	2015-06-17 07:26:11.453584298 +0000
@@ -9,6 +9,8 @@
 mkdir -p .cabal/packages/hackage.haskell.org
 tar -cf .cabal/packages/hackage.haskell.org/00-index.tar -T /dev/null
 
-echo -e 'some-project\ns\n' | yesod init 
+echo -e 'some-project\ns\n' | yesod init
 cd some-project
+cp some-project.cabal $ADT_ARTIFACTS
 yesod test
+




More information about the Pkg-haskell-commits mailing list