Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
New location or README.Debian archive
· ac0e9f47
Andreas Tille
authored
Apr 20, 2018
ac0e9f47
Make new list location also a valid entry for Maintainer field
· 8a44837a
Andreas Tille
authored
Apr 20, 2018
8a44837a
Show whitespace changes
Inline
Side-by-side
misc/sql/gis-thermometer.sh
View file @
8a44837a
#!/bin/sh
# Gather data needed to replace DebianGIS Package Thermometer available at
#
# http://pkg-grass.alioth.debian.org/debiangis-status.html
# This script was used to do tests to implement webtools/thermometer.py
if
[
$#
-lt
1
]
;
then
echo
"
$0
: Argument for Blend is missing"
...
...
@@ -19,13 +17,13 @@ fi
case
"
$1
"
in
debian-science
)
team
=
"'debian-science-maintainers@lists.alioth.debian.org','pkg-scicomp-devel@lists.alioth.debian.org'"
team
=
"'debian-science-maintainers@
alioth-lists.debian.net','debian-science-maintainers@
lists.alioth.debian.org','pkg-scicomp-devel@lists.alioth.debian.org'"
;;
debian-med
)
team
=
"'debian-med-packaging@lists.alioth.debian.org'"
team
=
"'debian-med-packaging@
alioth-lists.debian.net','debian-med-packaging@
lists.alioth.debian.org'"
;;
debian-gis
)
team
=
"'pkg-grass-devel@lists.alioth.debian.org','pkg-osm-maint@lists.alioth.debian.org'"
team
=
"'pkg-grass-devel@
alioth-lists.debian.net','pkg-grass-devel@
lists.alioth.debian.org','pkg-osm-maint@lists.alioth.debian.org'"
ignore
=
"''"
;;
*
)
...
...
webtools/fetch_README.Debian
View file @
8a44837a
...
...
@@ -9,7 +9,7 @@ WGET=wget
dir
=
/etc/ssl/ca-debian
test
-d
$dir
&&
WGET
=
"wget --ca-directory=
$dir
"
$WGET
-q
http
s
://blends.
alioth.
debian.
org/
machine-readable/README.Debian.tar.
bz2
-O
- |
tar
x
j
$WGET
-q
http://blends.debian.
net/_
machine-readable/README.Debian.tar.
xz
-O
- |
tar
x
a
rm
-rf
${
TARGETDIR
}
/
${
SUBDIR
}
mv
machine-readable
${
SUBDIR
}
...
...