This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch multitar in repository devscripts.
commit e7fa59ddb683737d737a813ec50d00003fa1684b Author: Osamu Aoki <[email protected]> Date: Tue Sep 15 23:18:39 2015 +0900 test_uscan_mangle: new pagemangle rule Add testWatch3XmlNonNative --- test/test_uscan_mangle | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/test/test_uscan_mangle b/test/test_uscan_mangle index 4e2cc11..4e79807 100755 --- a/test/test_uscan_mangle +++ b/test/test_uscan_mangle @@ -419,14 +419,14 @@ testWatch3WebNonNativeDlDversion() { # helperWatch siteWebNonNativeLarge 20000101 20010101 0. #} # -## test for pagemangle -#testWatch3XmlNonNative() { -# PKG=foo -# WATCHVER="3" -# WATCHLINE='opts="pagemangle = \ -# s%<Key>([^<]*)</Key>%<Key><a href=\"$1\">$1</a></Key>%g" \ -# @@@url@@@/ (?:.*)/'$PKG'-([\d\.]+).tar.gz debian uupdate' -# helperWatch siteXmlNonNative 1.0 2.0 -#} +# test for pagemangle +testWatch3XmlNonNative() { + PKG=foo + WATCHVER="3" + WATCHLINE='opts="pagemangle = \ + s%<Key>([^<]*)</Key>%<Key><a href=\"$1\">$1</a></Key>%g" \ + @@@url@@@/ (?:.*)/'$PKG'-([\d\.]+).tar.gz debian uupdate' + helperWatch siteXmlNonNative 1.0 2.0 +} . shunit2 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
