[Pkg-mozext-commits] [compactheader] 266/441: executeTests.pl und download.sh find the current add-on version by themselves. No need to patch them from the build.xml

David Prévot taffit at moszumanska.debian.org
Wed Mar 18 12:29:08 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository compactheader.

commit 187525078d412b1e398fd8baaa47315d0afbf5db
Author: Joachim.Herb at gmx.de <Joachim.Herb at gmx.de>
Date:   Wed Aug 10 22:42:01 2011 +0200

    executeTests.pl und download.sh find the current add-on version by themselves.
    No need to patch them from the build.xml
---
 build.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/build.xml b/build.xml
index ec65c5b..cb6b804 100644
--- a/build.xml
+++ b/build.xml
@@ -98,14 +98,6 @@
                    match="(.*update the version.*CompactHeader-).*(.xpi">Version ).*( of Co.*)"
                    replace="\1${app.version}\2${app.version}\3"/>
 
-    <replaceregexp file="${test.dir}/download.sh"
-                   byline="true"
-                   match="(export XPI=.*CompactHeader-).*(.xpi)"
-                   replace="\1${app.version}\2"/>
-    <replaceregexp file="${test.dir}/executeTests.pl"
-                   byline="true"
-                   match="(xpi =.*CompactHeader-).*(.xpi)"
-                   replace="\1${app.version}\2"/>
   </target>
 
 </project>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/compactheader.git



More information about the Pkg-mozext-commits mailing list