Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
setup-packaging-repository.sh: minor typos fixed
· 5357ffbd
Geert Stappers
authored
Jun 24, 2018
5357ffbd
setup-packaging-repository.sh: moved a line
· 6b429f9a
Geert Stappers
authored
Jun 24, 2018
from prepare repository to clean up directory
6b429f9a
Show whitespace changes
Inline
Side-by-side
setup-packaging-repository.sh
View file @
6b429f9a
...
...
@@ -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 up
s
tream branch
git checkout
--orphan
upstream
git
rm
-rf
.
git commit
--allow-empty
-m
'Initial upstream branch.'
...
...