[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] d-i manual: drop references to svn, replace with git
Holger Levsen
gitlab at salsa.debian.org
Mon Sep 2 14:04:49 BST 2019
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
b1aabd0a by Holger Levsen at 2019-09-02T13:04:37Z
d-i manual: drop references to svn, replace with git
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/d-i_manual.sh
Changes:
=====================================
bin/d-i_manual.sh
=====================================
@@ -1,7 +1,7 @@
#!/bin/bash
# vim: set noexpandtab:
-# Copyright 2012-2018 Holger Levsen <holger at layer-acht.org>
+# Copyright 2012-2019 Holger Levsen <holger at layer-acht.org>
# © 2018 Mattia Rizzolo <mattia at debian.org>
# released under the GPLv=2
@@ -23,10 +23,6 @@ cleanup_workspace() {
if [ -d .git ] ; then
echo "git status:"
git status
- elif [ -f .svn ] ; then
- echo "svn status:"
- svn status
- svn stat --no-ignore
fi
}
@@ -74,7 +70,7 @@ EOF
# publish and cleanup
#
CHANGES=$(ls /var/cache/pbuilder/result/${SOURCE}_*changes)
- publish_changes_to_userContent $CHANGES debian-boot "svn-r$SVN_REVISION"
+ publish_changes_to_userContent $CHANGES debian-boot "git commit $(git describe --always)"
echo
cat $CHANGES
echo
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/b1aabd0ace67e015787b867b3e0ed8b1e0146120
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/b1aabd0ace67e015787b867b3e0ed8b1e0146120
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/qa-jenkins-scm/attachments/20190902/47cd5ddc/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list