[pkg-nagios-changes] [Git][nagios-team/pkg-nagios-plugins-contrib][master] 2 commits: dsa/control: New homepage

Jan Wagner gitlab at salsa.debian.org
Wed Nov 7 15:32:30 GMT 2018


Jan Wagner pushed to branch master at Debian Nagios Maintainer Group / pkg-nagios-plugins-contrib


Commits:
9ec996e6 by Jan Wagner at 2018-11-07T14:51:14Z
dsa/control: New homepage

- - - - -
ab393a42 by Jan Wagner at 2018-11-07T14:59:13Z
dsa/update-files.sh: Fix upstream URL

- - - - -


2 changed files:

- dsa/control
- dsa/update-files.sh


Changes:

=====================================
dsa/control
=====================================
@@ -1,4 +1,4 @@
-Homepage: https://anonscm.debian.org/cgit/mirror/dsa-nagios.git/
+Homepage: https://salsa.debian.org/dsa-team/mirror/dsa-nagios
 Uploaders: Bernd Zeimetz <bzed at debian.org>
 Description: plugins from the Debian System Administrators
  nagios plugins repository.


=====================================
dsa/update-files.sh
=====================================
@@ -3,7 +3,7 @@
 # update all files from the dsa nagios git
 find checks sbin share etc -type f | while read i; do
     tmp=`mktemp`
-    if wget -O "${tmp}" "http://anonscm.debian.org/gitweb/?p=mirror/dsa-nagios.git;a=blob_plain;f=dsa-nagios-checks/${i};hb=HEAD"; then
+    if wget -O "${tmp}" "https://salsa.debian.org/dsa-team/mirror/dsa-nagios/raw/master/dsa-nagios-checks/${i}"; then
         mv "${tmp}" "$i"
     else
         rm -f "${tmp}"



View it on GitLab: https://salsa.debian.org/nagios-team/pkg-nagios-plugins-contrib/compare/92bea70f1f30455b264110b17ddb20ea1dd2d137...ab393a42331c48127232b783b8daf62f079b1fd3

-- 
View it on GitLab: https://salsa.debian.org/nagios-team/pkg-nagios-plugins-contrib/compare/92bea70f1f30455b264110b17ddb20ea1dd2d137...ab393a42331c48127232b783b8daf62f079b1fd3
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-nagios-changes/attachments/20181107/4770e543/attachment.html>


More information about the pkg-nagios-changes mailing list