This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository pkg-java-scripts.
commit 1b9ec9394d0a9b5bfda6387b2467cc523795b346 Author: Emmanuel Bourg <[email protected]> Date: Wed Feb 28 18:23:29 2018 +0100 Remove more dot files when setting up the repository --- setup-packaging-repository.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-packaging-repository.sh b/setup-packaging-repository.sh index 1235977..21b7af2 100755 --- a/setup-packaging-repository.sh +++ b/setup-packaging-repository.sh @@ -35,7 +35,7 @@ echo "Creating the Git packaging repository on alioth..." echo "" echo "Prepating the local repository..." -rm -Rf .git* .travis.yml .pc .idea .settings .classpath .project +rm -Rf .git* .travis.yml .pc .idea .settings .classpath .project .checkstyle .lein-failures git init git remote add origin git+ssh://git.debian.org/git/$TEAM/$PACKAGE git add debian -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/pkg-java-scripts.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

