Geert Stappers pushed to branch master at Debian Java Maintainers / pkg-java-scripts
Commits: 5357ffbd by Geert Stappers at 2018-06-24T13:45:47+02:00 setup-packaging-repository.sh: minor typos fixed - - - - - 6b429f9a by Geert Stappers at 2018-06-24T13:56:00+02:00 setup-packaging-repository.sh: moved a line from prepare repository to clean up directory - - - - - 1 changed file: - setup-packaging-repository.sh Changes: ===================================== setup-packaging-repository.sh ===================================== --- a/setup-packaging-repository.sh +++ b/setup-packaging-repository.sh @@ -28,16 +28,16 @@ echo "" echo "Cleanup the working directory..." shopt -s extglob rm -Rfv !(debian) +rm -Rf .git* .travis* .pc .idea .settings .classpath .project .checkstyle .lein-failures .dockerignore echo "" -echo "Prepating the local repository..." -rm -Rf .git* .travis* .pc .idea .settings .classpath .project .checkstyle .lein-failures .dockerignore +echo "Preparing the local repository..." git init git remote add origin git+ssh://salsa.debian.org/$TEAM/$PACKAGE git add debian git commit -m "Initial packaging" -# Create the uptream branch +# Create the upstream branch git checkout --orphan upstream git rm -rf . git commit --allow-empty -m 'Initial upstream branch.' View it on GitLab: https://salsa.debian.org/java-team/pkg-java-scripts/compare/cb4ebbaf7c4e51013ffff2bd8a2c50901e7bee46...6b429f9a3ea5cc4123ec8f60dd7f67c26cc62c96 -- View it on GitLab: https://salsa.debian.org/java-team/pkg-java-scripts/compare/cb4ebbaf7c4e51013ffff2bd8a2c50901e7bee46...6b429f9a3ea5cc4123ec8f60dd7f67c26cc62c96 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

