Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Removed the SVN tagging script
· 7a8845e2
Emmanuel Bourg
authored
May 31, 2018
7a8845e2
Clean more travis files in setup-packaging-repository.sh
· c6b14e3f
Emmanuel Bourg
authored
May 31, 2018
c6b14e3f
README update
· 79c4dea0
Emmanuel Bourg
authored
May 31, 2018
79c4dea0
Show whitespace changes
Inline
Side-by-side
README.txt
View file @
79c4dea0
...
...
@@ -14,9 +14,12 @@ Here are the scripts available:
* setup-packaging-repository.sh
Initialize a packaging repository. The script must be run from the
package directory and expects an upstream tarball in the parent
directory. It creates a new Git repository ready to be pushed to
Alioth
.
directory. It creates a new Git repository ready to be pushed to
Salsa
.
* dh10.sh
* setup-salsa-repository
Setup a new Git repository on Salsa
* dh11.sh
Update the debhelper compatibility level. The script updates
debian/control, debian/compat, debian/rules and debian/changelog.
The changes are reviewed before being committed to Git.
...
...
@@ -27,6 +30,9 @@ Here are the scripts available:
* vcsfields.sh
Update the Vcs-* field using secure https:// URLs
* salsavcs.sh
Update the Vcs-* fields to salsa.debian.org in debian/control
* gbp-import-orig.sh
Import an upstream tarball into the current package. The script
automatically resets the state of the working copy and calls
...
...
@@ -36,9 +42,6 @@ Here are the scripts available:
Query the Bug Tracking System and display the bugs for
the current package
* svn-tag-release.sh
Tag the current package in Subversion
* tag-release.sh
Tag the current package in Git and push the tags
...
...
@@ -49,6 +52,5 @@ Here are the scripts available:
TODO
----
* combine tag-release.sh and svn-tag-release.sh
* script removing MIA maintainers
* main update script calling dh1
0
.sh and stdver.sh
* main update script calling dh1
1
.sh and stdver.sh
setup-packaging-repository.sh
View file @
79c4dea0
...
...
@@ -31,7 +31,7 @@ rm -Rfv !(debian)
echo
""
echo
"Prepating the local repository..."
rm
-Rf
.git
*
.travis
.yml
.pc .idea .settings .classpath .project .checkstyle .lein-failures .dockerignore
rm
-Rf
.git
*
.travis
*
.pc .idea .settings .classpath .project .checkstyle .lein-failures .dockerignore
git init
git remote add origin git+ssh://salsa.debian.org/
$TEAM
/
$PACKAGE
git add debian
...
...
svn-tag-release.sh
deleted
100755 → 0
View file @
cb1c507f
#!/bin/sh
#
# Tag the current package in SVN
#
svn-buildpackage
--svn-tag-only
--svn-noautodch
--svn-ignore