This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts.
commit c45b9a622b2c2c0811354861ab367ff28b0b8cd8 Author: Osamu Aoki <[email protected]> Date: Sun Aug 27 13:14:33 2017 +0900 test_uscan_mangle: Binary key-ring test --- test/test_uscan_mangle | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/test/test_uscan_mangle b/test/test_uscan_mangle index f93ae4f..c539fc0 100755 --- a/test/test_uscan_mangle +++ b/test/test_uscan_mangle @@ -999,6 +999,16 @@ opts = "pgpmode=previous" @@@url@@@/ (?:.*)/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@. helperWatch siteWebNonNativeR } +# test normal web page with sig (different file path for sig and tar; reverse order, BIN BIN) +testWatch4WebNonNativeRSigBINiBIN() { + WATCHVER=4 + SIGMODE=BIN + KEYMODE=BIN + WATCHLINE='opts = "pgpmode=next" @@@url@@@/ (?:.*)/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@ debian +opts = "pgpmode=previous" @@@url@@@/ (?:.*)/@PACKAGE@@ANY_VERSION@@[email protected] previous uupdate' + helperWatch siteWebNonNativeR +} + # test normal web page with sig (self) testWatch4WebNonNativeSelfSig() { WATCHVER=4 -- 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
