summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-04-14 15:19:54 +0200
committerHolger Levsen <holger@layer-acht.org>2014-04-14 15:19:54 +0200
commitcee999d4c6e7465195af1f9c1d8429827ed30b1e (patch)
tree7e5f7e7d0adee4eb34b0aff52ec12fdd166250b0
parent3f19c7a37a7fe500339b6ca819b13f09ca4ec671 (diff)
downloadjenkins.debian.net-cee999d4c6e7465195af1f9c1d8429827ed30b1e.tar.xz
more s#http#https# changes
-rw-r--r--INSTALL6
-rw-r--r--README8
-rw-r--r--TODO4
-rw-r--r--debian/control2
-rwxr-xr-xetc/cron.daily/visitors2
-rw-r--r--logparse/debian-installer.rules8
-rwxr-xr-xupdate_jdn.sh4
7 files changed, 17 insertions, 17 deletions
diff --git a/INSTALL b/INSTALL
index 72a63662..a7dddfcc 100644
--- a/INSTALL
+++ b/INSTALL
@@ -10,13 +10,13 @@ Setup of jenkins.debian.net
== About jenkins.debian.net
-See link:http://jenkins.debian.net/userContent/about.html["about jenkins.debian.net"].
+See link:https://jenkins.debian.net/userContent/about.html["about jenkins.debian.net"].
== Setup
=== Installed software that makes jenkins.debian.net run
-link:http://jenkins.debian.net[jenkins.debian.net] runs Debian wheezy.
+link:https://jenkins.debian.net[jenkins.debian.net] runs Debian wheezy.
=== Jenkins
@@ -106,7 +106,7 @@ python setup.py
=== munin
-link://munin-monitoring[Munin] is installed, running with link:http://jenkins.debian.net/munin/[jenkins plugins] not yet published elsewhere.
+link://munin-monitoring[Munin] is installed, running with link:https://jenkins.debian.net/munin/[jenkins plugins] not yet published elsewhere.
=== Backup
diff --git a/README b/README
index 38b03100..55837db6 100644
--- a/README
+++ b/README
@@ -10,13 +10,13 @@ About jenkins.debian.net
== About jenkins.debian.net
-http://jenkins.debian.net is *work in progress* and is in it's infancy as a tool for the automated quality monitoring of Debian. in existence since October 15th 2012.
+https://jenkins.debian.net is *work in progress* and is in it's infancy as a tool for the automated quality monitoring of Debian. in existence since October 15th 2012.
Get the source by running `git clone git://git.debian.org/git/qa/jenkins.debian.net.git`. It's all in there, no (relevant) manual setup has been done besides what's in this git repository.
The (virtualized) hardware is sponsored by http://www.profitbricks.com - currently it's using 6 cores and 10 GB memory, thanks a lot!
-Some stats are available using link:http://jenkins.debian.net/munin/jenkins-month.html[munin-plugins for jenkins].
+Some stats are available using link:https://jenkins.debian.net/munin/jenkins-month.html[munin-plugins for jenkins].
If you notice some jobs has problems and you want to find out why, read <<debug,debug certain jobs>> to learn how to do this locally.
@@ -136,11 +136,11 @@ I love to get feedback on this! Please send an email to debian-qa@lists.debian.o
=== Setup
-See link:http://jenkins.debian.net/userContent/setup.html[INSTALL].
+See link:https://jenkins.debian.net/userContent/setup.html[INSTALL].
=== ToDo
-There is still a lot of work left, check the current link:http://jenkins.debian.net/userContent/todo.html[ToDo list].
+There is still a lot of work left, check the current link:https://jenkins.debian.net/userContent/todo.html[ToDo list].
== License
diff --git a/TODO b/TODO
index e78d9cb6..d8157b7c 100644
--- a/TODO
+++ b/TODO
@@ -10,7 +10,7 @@ ToDo for jenkins.debian.net
== About jenkins.debian.net
-See link:http://jenkins.debian.net/userContent/about.html["about jenkins.debian.net"].
+See link:https://jenkins.debian.net/userContent/about.html["about jenkins.debian.net"].
== Fix user submitted bugs
@@ -69,7 +69,7 @@ See link:http://jenkins.debian.net/userContent/about.html["about jenkins.debian.
=== chroot-installation_*
* inform debian-devel@
-* "Hash Sum Mismatch" problem with squid, see http://jenkins.debian.net/job/chroot-installation_squeeze_install_developer_upgrade_to_wheezy/13/console
+* "Hash Sum Mismatch" problem with squid, see https://jenkins.debian.net/job/chroot-installation_squeeze_install_developer_upgrade_to_wheezy/13/console
** pere says this is supposed to be fixed in squid3
* chroot-installation: only trigger (=really run) jobs if available+used packages have changed (save packages in db and compare)
* warn about transitional packages installed (on non-upgrades only)
diff --git a/debian/control b/debian/control
index bd6ce7fa..0eb6670b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: extra
Maintainer: Holger Levsen <holger@debian.org>
Build-Depends: debhelper (>= 9.20120419~), asciidoc
Standards-Version: 3.9.1
-Homepage: http://jenkins.debian.net/userContent/about.html
+Homepage: https://jenkins.debian.net/userContent/about.html
Vcs-Git: git://git.debian.org/git/qa/jenkins.debian.net.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=qa/jenkins.debian.net.git
diff --git a/etc/cron.daily/visitors b/etc/cron.daily/visitors
index ef011d65..d9b74f86 100755
--- a/etc/cron.daily/visitors
+++ b/etc/cron.daily/visitors
@@ -17,7 +17,7 @@ DOT=$(mktemp)
zcat /var/log/apache2/access.log* | grep -v 127.0.0.1 | sort | ip2host > $LOGS
visitors --debug -AKMY -m 30 $LOGS > /var/www/visitors-report.html 2> /dev/null
-#visitors --debug -VT -m 30 --prefix http://jenkins.debian.net $LOGS > $DOT
+#visitors --debug -VT -m 30 --prefix https://jenkins.debian.net $LOGS > $DOT
# dot -Tpng -o/var/lib/www/visitors-report-graph.png $DOT
rm $LOGS $DOT
diff --git a/logparse/debian-installer.rules b/logparse/debian-installer.rules
index 47c7c969..7b4ee723 100644
--- a/logparse/debian-installer.rules
+++ b/logparse/debian-installer.rules
@@ -7,7 +7,7 @@ ok /^dpkg-source: warning/
ok /^dpkg-gencontrol: warning/
ok /^dpkg-buildpackage: warning/
-# make get http://jenkins.debian.net/job/d-i_build_console-setup/ build nicely
+# make get https://jenkins.debian.net/job/d-i_build_console-setup/ build nicely
ok /^WARNING: U.{5}: can not be positioned properly/
ok /^WARNING: U.{5}: no glyph defined/
ok /^WARNING: U.{5}: .+ broken pixel/
@@ -15,7 +15,7 @@ ok /^WARNING: Unknown X keysym/
ok /^WARNING: Can not find/
ok /^WARNING: Skipping too long sequence:/
-# make http://jenkins.debian.net/job/d-i_build_debian-installer build nicely
+# make https://jenkins.debian.net/job/d-i_build_debian-installer build nicely
ok /^dpkg: warning: overriding problem because --force enabled:/
ok /^dpkg-distaddfile: warning: File::FcntlLock not available; using flock which is not NFS-safe/
ok /^WARNING: If you have created or modified any DOS 6/
@@ -23,10 +23,10 @@ ok /^WARNING: If you have created or modified any DOS 6/
# make these d-i_manual_$lang_pdf job builds "succeed" even though the build then basically is a no-op
ok /^Warning: pdf and ps formats are currently not supported for Chinese, Greek, Japanese and Vietnamese/
-# make http://jenkins.debian.net/job/d-i_build_apt-setup/ build nicely
+# make https://jenkins.debian.net/job/d-i_build_apt-setup/ build nicely
ok /^WARNING: .+: spurious newline removed/
-# make http://jenkins.debian.net/view/d-i_packages/job/d-i_build_rootskel-gtk/ build nicely
+# make https://jenkins.debian.net/view/d-i_packages/job/d-i_build_rootskel-gtk/ build nicely
ok /^install -m644 warning_icon.png.+/
# make https://jenkins.debian.net/job/d-i_build_partman-basicfilesystems build nicely
diff --git a/update_jdn.sh b/update_jdn.sh
index 270444c1..da5fffb1 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -103,8 +103,8 @@ if [ "$(sudo su - jenkins -c 'git config --get user.email')" != "jenkins@jenkins
fi
#
# FIXME: file a bug against pbuilder
-# else you have http://jenkins.debian.net/view/debian-installer/job/d-i_build_partman-ext3/4/console
-# with this you have: http://jenkins.debian.net/view/debian-installer/job/d-i_build_partman-ext3/5/console
+# else you have https://jenkins.debian.net/view/debian-installer/job/d-i_build_partman-ext3/4/console
+# with this you have: https://jenkins.debian.net/view/debian-installer/job/d-i_build_partman-ext3/5/console
# and this asks for a password: pdebuild --use-pdebuild-internal --pbuilder '/sbin/sudo /usr/sbin/pbuilder'
# despites the jenkins user cam run "sudo pbuilder" without it just fine...??!
#