[Pkg-mozext-commits] [requestpolicy] 53/65: [release] AMO xpi: remove updateURL from install manifest

David Prévot taffit at moszumanska.debian.org
Fri Mar 25 22:59:51 UTC 2016


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

taffit pushed a commit to branch master
in repository requestpolicy.

commit 72f6f3208863f9067441f807067f10102a54fe7b
Author: Martin Kimmerle <dev at 256k.de>
Date:   Tue Feb 2 15:30:17 2016 +0100

    [release] AMO xpi: remove updateURL from install manifest
---
 Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile b/Makefile
index 40c4156..a78f56e 100644
--- a/Makefile
+++ b/Makefile
@@ -202,6 +202,8 @@ $(build__copy_files) : $(current_build_dir)/% : $(source_dir)/%
 		if [[ "$(current_build__extension_id)" == "$(amo__extension_id)" ]]; then \
 	  		echo 'install.rdf: changing the Extension ID !' ; \
 	  		sed -i s/$(off_amo__extension_id)/$(amo__extension_id)/ $@ ; \
+	  		echo 'install.rdf: removing the updateURL !' ; \
+	  		sed -i '/<em:updateURL>.*<\/em:updateURL>/d' $@ ; \
 		fi ; \
 		if [[ "$(current_build__unique_version)" == "yes" ]]; then \
 	  		echo 'install.rdf: making the version unique !' ; \

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



More information about the Pkg-mozext-commits mailing list