This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch armhf_test in repository mupen64plus-rsp-hle.
commit 5c7b87c5e1cf2de70c45d9738b20d84d01b380bd Author: Sven Eckelmann <[email protected]> Date: Mon Aug 29 14:32:04 2011 +0200 Remove .hgignore from snapshots --- debian/get-orig-source.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/get-orig-source.sh b/debian/get-orig-source.sh index f23f518..cc96390 100755 --- a/debian/get-orig-source.sh +++ b/debian/get-orig-source.sh @@ -19,7 +19,7 @@ else LONGREV="`hg --repository "${TMP}" log -r tip --template '{node}\n'`" TARNAME="${DIR}_${REV}.orig.tar" echo "${LONGREV}" - EXCLUDE="--exclude ${TMP}/.hgtags --exclude ${TMP}/.hg_archival.txt --exclude ${TMP}/roms" + EXCLUDE="--exclude ${TMP}/.hgtags --exclude ${TMP}/.hg_archival.txt --exclude ${TMP}/.hgignore" hg --repository "${TMP}" archive --no-decode --type tar --prefix "${DIR}-${REV}/" ${EXCLUDE} -r tip "${TARNAME}" gzip -n -f "${TARNAME}" rm -rf "${TMP}" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-rsp-hle.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

