[Git][java-team/pkg-java-scripts][master] 3 commits: Removed the SVN tagging script
Emmanuel Bourg
gitlab at salsa.debian.org
Thu May 31 10:50:25 BST 2018
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / pkg-java-scripts
Commits:
7a8845e2 by Emmanuel Bourg at 2018-05-31T11:45:32+02:00
Removed the SVN tagging script
- - - - -
c6b14e3f by Emmanuel Bourg at 2018-05-31T11:46:03+02:00
Clean more travis files in setup-packaging-repository.sh
- - - - -
79c4dea0 by Emmanuel Bourg at 2018-05-31T11:50:05+02:00
README update
- - - - -
3 changed files:
- README.txt
- setup-packaging-repository.sh
- − svn-tag-release.sh
Changes:
=====================================
README.txt
=====================================
--- a/README.txt
+++ b/README.txt
@@ -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
=====================================
setup-packaging-repository.sh
=====================================
--- a/setup-packaging-repository.sh
+++ b/setup-packaging-repository.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
=====================================
svn-tag-release.sh deleted
=====================================
--- a/svn-tag-release.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-#
-# Tag the current package in SVN
-#
-
-svn-buildpackage --svn-tag-only --svn-noautodch --svn-ignore
View it on GitLab: https://salsa.debian.org/java-team/pkg-java-scripts/compare/cb1c507f70ff4e51cc860da75acd44abdafc5d0d...79c4dea02b267879495fcfd535a305b582757267
--
View it on GitLab: https://salsa.debian.org/java-team/pkg-java-scripts/compare/cb1c507f70ff4e51cc860da75acd44abdafc5d0d...79c4dea02b267879495fcfd535a305b582757267
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/20180531/5d529505/attachment.html>
More information about the pkg-java-commits
mailing list