Skip to content
Commits on Source (3)
......@@ -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 dh10.sh and stdver.sh
* main update script calling dh11.sh and stdver.sh
......@@ -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
......
#!/bin/sh
#
# Tag the current package in SVN
#
svn-buildpackage --svn-tag-only --svn-noautodch --svn-ignore