[Git][java-team/pkg-java-scripts][master] 2 commits: setup-packaging-repository.sh: minor typos fixed

Geert Stappers gitlab at salsa.debian.org
Sun Jun 24 12:59:07 BST 2018


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20180624/36ef1791/attachment.html>


More information about the pkg-java-commits mailing list