[Blends-commit] [SCM] website branch, master, updated. d010ff26c6d5796f2356f6aec39b35d99166ebdc
Andreas Tille
tille at debian.org
Wed Feb 21 16:28:51 UTC 2018
The following commit has been merged in the master branch:
commit d010ff26c6d5796f2356f6aec39b35d99166ebdc
Author: Andreas Tille <tille at debian.org>
Date: Wed Feb 21 17:28:20 2018 +0100
Lex and debug moved to Salsa; rename fun to debug
diff --git a/webtools/update-all-bugs b/webtools/update-all-bugs
index 9b62fe8..9e9815e 100755
--- a/webtools/update-all-bugs
+++ b/webtools/update-all-bugs
@@ -1,7 +1,7 @@
#!/bin/sh
runscript=`basename $0 | sed 's/^update-all-//'`
mkdir -p logs
-for blend in `ls webconf/*.conf | grep -v -e "webconf/fun\." -e rest-test | sed 's?webconf/\(.*\)\.conf?\1?'` ; do
+for blend in `ls webconf/*.conf | grep -v -e "webconf/debug\." -e rest-test | sed 's?webconf/\(.*\)\.conf?\1?'` ; do
# if [ "$blend" != "debian-edu" ] ; then
starttime=`date "+%s"`
# time
diff --git a/webtools/update-all-tasks b/webtools/update-all-tasks
index 1bb7b93..6cdfce8 100755
--- a/webtools/update-all-tasks
+++ b/webtools/update-all-tasks
@@ -56,7 +56,7 @@ fi
cd `dirname $0`
mkdir -p logs
-for blend in `ls webconf/*.conf | grep -v -e "webconf/fun\." -e rest-test | sed 's?webconf/\(.*\)\.conf?\1?'` ; do
+for blend in `ls webconf/*.conf | grep -v -e "webconf/debug\." -e rest-test | sed 's?webconf/\(.*\)\.conf?\1?'` ; do
starttime=`date "+%s"`
# time
./tasks.py $blend 2> logs/${blend}.err > logs/${blend}.out
diff --git a/webtools/update-all-tasks_udd b/webtools/update-all-tasks_udd
index c3e0134..a04183a 100755
--- a/webtools/update-all-tasks_udd
+++ b/webtools/update-all-tasks_udd
@@ -56,7 +56,7 @@ fi
cd `dirname $0`
mkdir -p logs
-for blend in `ls webconf/*.conf | grep -v -e "webconf/fun\." -e rest-test | sed 's?webconf/\(.*\)\.conf?\1?'` ; do
+for blend in `ls webconf/*.conf | grep -v -e "webconf/debug\." -e rest-test | sed 's?webconf/\(.*\)\.conf?\1?'` ; do
starttime=`date "+%s"`
# time
./tasks_udd.py $blend 2> logs/${blend}.err > logs/${blend}.out
diff --git a/webtools/update-all-thermometers b/webtools/update-all-thermometers
index 7a065eb..07bf7ee 100755
--- a/webtools/update-all-thermometers
+++ b/webtools/update-all-thermometers
@@ -1,5 +1,5 @@
#!/bin/sh
mkdir -p logs
-for blend in `ls webconf/*.conf | grep -v -e "webconf/fun\." -e rest-test | sed 's?webconf/\(.*\)\.conf?\1?'` ; do
+for blend in `ls webconf/*.conf | grep -v -e "webconf/debug\." -e rest-test | sed 's?webconf/\(.*\)\.conf?\1?'` ; do
./thermometer.py $blend 2> logs/${blend}_thermometer.err > logs/${blend}_thermometer.out
done
diff --git a/webtools/webconf/debian-lex.conf b/webtools/webconf/debian-lex.conf
index 9a4483f..036e9b8 100644
--- a/webtools/webconf/debian-lex.conf
+++ b/webtools/webconf/debian-lex.conf
@@ -6,7 +6,7 @@ AliothUrl: https://blends.alioth.debian.org/lex
ProjectList: debian-lex at lists.debian.org
OutputDir: /srv/blends.debian.org/www/lex
DataDir: /srv/blends.debian.org/data/lex
-VcsDir: svn://anonscm.debian.org/svn/blends/projects/lex/trunk/debian-lex
+VcsDir: https://salsa.debian.org/blends-team/lex.git
CSS: ../inc/style.css
PkgList: debian-lex at lists.debian.org
Distribution: Debian
diff --git a/webtools/webconf/fun.conf b/webtools/webconf/debug.conf
similarity index 70%
rename from webtools/webconf/fun.conf
rename to webtools/webconf/debug.conf
index bc19c66..f75207a 100644
--- a/webtools/webconf/fun.conf
+++ b/webtools/webconf/debug.conf
@@ -1,12 +1,12 @@
Blend: fun
ProjectName: Debian Fun
-ProjectUrl: https://blends.debian.net/fun
-Homepage: https://blends.debian.net/fun
+ProjectUrl: https://blends.debian.net/debug
+Homepage: https://blends.debian.net/debug
AliothUrl: https://alioth.debian.org/projects/blends
ProjectList: none at lists.debian.org
OutputDir: /srv/blends.debian.org/www/fun
DataDir: /srv/blends.debian.org/data/fun
-VcsDir: git://git.debian.org/git/blends/projects/fun.git
+VcsDir: https://salsa.debian.org/blends-team/debug.git
CSS: ../inc/style.css
PkgList: tillea at gmail.com
LogoUrl: https://fam-tille.de/island/winter/0211/baden.gif
--
Static and dynamic websites for Debian Pure Blends
More information about the Blends-commit
mailing list