[Qa-jenkins-scm] [jenkins.debian.net] 01/03: reproducible: common.sh: remove set_package_class(), now unused
Holger Levsen
holger at moszumanska.debian.org
Wed Apr 29 07:58:37 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit a26d0bede7fb1c9f09df262a8342a4db3744aef9
Author: Mattia Rizzolo <mattia at mapreri.org>
Date: Tue Apr 28 23:11:27 2015 +0200
reproducible: common.sh: remove set_package_class(), now unused
---
bin/reproducible_common.sh | 8 --------
1 file changed, 8 deletions(-)
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 40608f3..4ab5c67 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -250,14 +250,6 @@ publish_page() {
echo "Enjoy $REPRODUCIBLE_URL/$TARGET"
}
-set_package_class() {
- if [ -f ${NOTES_PATH}/${PKG}_note.html ] ; then
- CLASS="class=\"noted\""
- else
- CLASS="class=\"package\""
- fi
-}
-
link_packages() {
for (( i=1; i<$#+1; i=i+400 )) ; do
local string='['
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list