This is an automated email from the git hooks/post-receive script. spw-guest pushed a commit to branch master in repository devscripts.
commit 23e7000c67fde270b33f7a8b0602e01abe710460 Author: Sean Whitton <[email protected]> Date: Fri Jan 6 09:51:36 2017 -0700 git-deborig: Fix git config key in spawn Signed-off-by: Sean Whitton <[email protected]> --- scripts/git-deborig.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/git-deborig.pl b/scripts/git-deborig.pl index 7c40055..6e52540 100755 --- a/scripts/git-deborig.pl +++ b/scripts/git-deborig.pl @@ -170,7 +170,7 @@ sub archive_tag { print $attributes_fh "* -export-ignore\n"; close $attributes_fh; - spawn(exec => ['git', '-c', "tar.${compression}.command=${compressor}", + spawn(exec => ['git', '-c', "tar.tar.${compression}.command=${compressor}", 'archive', "--prefix=${source}-${upstream_version}/", '--format=xz', $tag], to_file => $orig, -- 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
