[Blends-commit] r2192 - in blends/trunk/webtools: . webconf
Debian Pure Blends Subversion Commit
noreply at alioth.debian.org
Sun May 30 20:17:34 UTC 2010
Author: tille
Date: Sun May 30 20:17:21 2010
New Revision: 2192
URL: http://svn.debian.org/viewsvn/blends?rev=2192&view=rev
Log:
There is no use for CacheDir any more because it was used to cache DDTP translation files but now we are just using UDD
Modified:
blends/trunk/webtools/blendstasktools.py
blends/trunk/webtools/webconf/brdesktop.conf
blends/trunk/webtools/webconf/debian-accessibility.conf
blends/trunk/webtools/webconf/debian-edu.conf
blends/trunk/webtools/webconf/debian-ezgo.conf
blends/trunk/webtools/webconf/debian-gis.conf
blends/trunk/webtools/webconf/debian-junior.conf
blends/trunk/webtools/webconf/debian-lex.conf
blends/trunk/webtools/webconf/debian-med.conf
blends/trunk/webtools/webconf/debian-multimedia.conf
blends/trunk/webtools/webconf/debian-science.conf
blends/trunk/webtools/webconf/debichem.conf
blends/trunk/webtools/webconf/debug.conf
blends/trunk/webtools/webconf/rest-test.conf
Modified: blends/trunk/webtools/blendstasktools.py
URL: http://svn.debian.org/viewsvn/blends/blends/trunk/webtools/blendstasktools.py?rev=2192&view=diff&r1=2192&r2=2191&p1=blends/trunk/webtools/blendstasktools.py&p2=blends/trunk/webtools/blendstasktools.py
==============================================================================
--- blends/trunk/webtools/blendstasktools.py (original)
+++ blends/trunk/webtools/blendstasktools.py Sun May 30 20:17:21 2010
@@ -64,8 +64,6 @@
'vcs-browser', # Browser-URL to packaging stuff in Vcs
)
-DEFAULTCACHEDIR='/var/lib/gforge/chroot/home/groups/blends/cache'
-
PKGURLMASK = 'http://packages.debian.org/search?keywords=%s%%26searchon=names%%26exact=1%%26suite=all%%26section=all'
DEPENDENT = 0
@@ -383,7 +381,6 @@
'css' : '',
'outputdir' : '',
'datadir' : '',
- 'cachedir' : DEFAULTCACHEDIR,
'advertising' : None, # headline with advertising string is optional
}
for stanza in deb822.Sources.iter_paragraphs(f, shared_storage=False):
@@ -402,8 +399,6 @@
ret['css'] = stanza['css'] # (relative) URL to CSS file
ret['outputdir'] = stanza['outputdir'] # Dir for storing output HTML files
ret['datadir'] = stanza['datadir'] # Dir for storing SVN information about project
- ret['cachedir'] = stanza['cachedir'] # Cache for Package and DDTP files - could be common
- # for all Blends that's why the default value makes sense
ret['vcsdir'] = stanza['vcsdir'] # Path to Blend information files at svn.debian.org
if stanza.has_key('advertising'):
# we have to remove the gettext _() call which was inserted into the config
Modified: blends/trunk/webtools/webconf/brdesktop.conf
URL: http://svn.debian.org/viewsvn/blends/blends/trunk/webtools/webconf/brdesktop.conf?rev=2192&view=diff&r1=2192&r2=2191&p1=blends/trunk/webtools/webconf/brdesktop.conf&p2=blends/trunk/webtools/webconf/brdesktop.conf
==============================================================================
--- blends/trunk/webtools/webconf/brdesktop.conf (original)
+++ blends/trunk/webtools/webconf/brdesktop.conf Sun May 30 20:17:21 2010
@@ -6,7 +6,6 @@
ProjectList: devel at listas.brdesktop.org
OutputDir: /var/lib/gforge/chroot/home/groups/blends/htdocs/brdesktop
DataDir: /var/lib/gforge/chroot/home/groups/blends/data/brdesktop
-CacheDir: /var/lib/gforge/chroot/home/groups/blends/cache
VcsDir: /svn/blends/projects/brdesktop/trunk/brdesktop
CSS: ../inc/style.css
PkgList: devel at listas.brdesktop.org
Modified: blends/trunk/webtools/webconf/debian-accessibility.conf
URL: http://svn.debian.org/viewsvn/blends/blends/trunk/webtools/webconf/debian-accessibility.conf?rev=2192&view=diff&r1=2192&r2=2191&p1=blends/trunk/webtools/webconf/debian-accessibility.conf&p2=blends/trunk/webtools/webconf/debian-accessibility.conf
==============================================================================
--- blends/trunk/webtools/webconf/debian-accessibility.conf (original)
+++ blends/trunk/webtools/webconf/debian-accessibility.conf Sun May 30 20:17:21 2010
@@ -6,7 +6,6 @@
ProjectList: debian-accessibility at lists.debian.org
OutputDir: /var/lib/gforge/chroot/home/groups/blends/htdocs/accessibility
DataDir: /var/lib/gforge/chroot/home/groups/blends/data/accessibility
-CacheDir: /var/lib/gforge/chroot/home/groups/blends/cache
VcsDir: /svn/blends/projects/accessibility/trunk/debian-accessibility
CSS: ../inc/style.css
PkgList: debian-accessibility at lists.debian.org
Modified: blends/trunk/webtools/webconf/debian-edu.conf
URL: http://svn.debian.org/viewsvn/blends/blends/trunk/webtools/webconf/debian-edu.conf?rev=2192&view=diff&r1=2192&r2=2191&p1=blends/trunk/webtools/webconf/debian-edu.conf&p2=blends/trunk/webtools/webconf/debian-edu.conf
==============================================================================
--- blends/trunk/webtools/webconf/debian-edu.conf (original)
+++ blends/trunk/webtools/webconf/debian-edu.conf Sun May 30 20:17:21 2010
@@ -7,7 +7,6 @@
LogoUrl: http://blends.alioth.debian.org/edu/img/slx-tux.png
OutputDir: /var/lib/gforge/chroot/home/groups/blends/htdocs/edu
DataDir: /var/lib/gforge/chroot/home/groups/blends/data/edu
-CacheDir: /var/lib/gforge/chroot/home/groups/blends/cache
VcsDir: /svn/debian-edu/trunk/src/debian-edu
CSS: ../inc/style.css
PkgList: debian-edu at lists.debian.org
Modified: blends/trunk/webtools/webconf/debian-ezgo.conf
URL: http://svn.debian.org/viewsvn/blends/blends/trunk/webtools/webconf/debian-ezgo.conf?rev=2192&view=diff&r1=2192&r2=2191&p1=blends/trunk/webtools/webconf/debian-ezgo.conf&p2=blends/trunk/webtools/webconf/debian-ezgo.conf
==============================================================================
--- blends/trunk/webtools/webconf/debian-ezgo.conf (original)
+++ blends/trunk/webtools/webconf/debian-ezgo.conf Sun May 30 20:17:21 2010
@@ -6,7 +6,6 @@
ProjectList: ajqlee at debian.org
OutputDir: /var/lib/gforge/chroot/home/groups/blends/htdocs/ezgo
DataDir: /var/lib/gforge/chroot/home/groups/blends/data/ezgo
-CacheDir: /var/lib/gforge/chroot/home/groups/blends/cache
VcsDir: /svn/blends/projects/ezgo/trunk/debian-ezgo
CSS: ../inc/style.css
PkgList: ajqlee at debian.org
Modified: blends/trunk/webtools/webconf/debian-gis.conf
URL: http://svn.debian.org/viewsvn/blends/blends/trunk/webtools/webconf/debian-gis.conf?rev=2192&view=diff&r1=2192&r2=2191&p1=blends/trunk/webtools/webconf/debian-gis.conf&p2=blends/trunk/webtools/webconf/debian-gis.conf
==============================================================================
--- blends/trunk/webtools/webconf/debian-gis.conf (original)
+++ blends/trunk/webtools/webconf/debian-gis.conf Sun May 30 20:17:21 2010
@@ -7,7 +7,6 @@
LogoUrl: http://blends.alioth.debian.org/gis/img/debiangis_mollweide.png
OutputDir: /var/lib/gforge/chroot/home/groups/blends/htdocs/gis
DataDir: /var/lib/gforge/chroot/home/groups/blends/data/gis
-CacheDir: /var/lib/gforge/chroot/home/groups/blends/cache
X-Old-VcsDir: /svn/pkg-grass/packages/debian-gis
VcsDir: /svn/blends/projects/gis/trunk
CSS: ../inc/style.css
Modified: blends/trunk/webtools/webconf/debian-junior.conf
URL: http://svn.debian.org/viewsvn/blends/blends/trunk/webtools/webconf/debian-junior.conf?rev=2192&view=diff&r1=2192&r2=2191&p1=blends/trunk/webtools/webconf/debian-junior.conf&p2=blends/trunk/webtools/webconf/debian-junior.conf
==============================================================================
--- blends/trunk/webtools/webconf/debian-junior.conf (original)
+++ blends/trunk/webtools/webconf/debian-junior.conf Sun May 30 20:17:21 2010
@@ -6,7 +6,6 @@
ProjectList: debian-junior at lists.debian.org
OutputDir: /var/lib/gforge/chroot/home/groups/blends/htdocs/junior
DataDir: /var/lib/gforge/chroot/home/groups/blends/data/junior
-CacheDir: /var/lib/gforge/chroot/home/groups/blends/cache
VcsDir: /svn/blends/projects/junior/trunk/debian-junior
CSS: ../inc/style.css
PkgList: debian-jr at lists.debian.org
Modified: blends/trunk/webtools/webconf/debian-lex.conf
URL: http://svn.debian.org/viewsvn/blends/blends/trunk/webtools/webconf/debian-lex.conf?rev=2192&view=diff&r1=2192&r2=2191&p1=blends/trunk/webtools/webconf/debian-lex.conf&p2=blends/trunk/webtools/webconf/debian-lex.conf
==============================================================================
--- blends/trunk/webtools/webconf/debian-lex.conf (original)
+++ blends/trunk/webtools/webconf/debian-lex.conf Sun May 30 20:17:21 2010
@@ -6,7 +6,6 @@
ProjectList: debian-lex at lists.debian.org
OutputDir: /var/lib/gforge/chroot/home/groups/blends/htdocs/lex
DataDir: /var/lib/gforge/chroot/home/groups/blends/data/lex
-CacheDir: /var/lib/gforge/chroot/home/groups/blends/cache
VcsDir: /svn/blends/projects/lex/trunk/debian-lex
CSS: ../inc/style.css
PkgList: debian-lex at lists.debian.org
Modified: blends/trunk/webtools/webconf/debian-med.conf
URL: http://svn.debian.org/viewsvn/blends/blends/trunk/webtools/webconf/debian-med.conf?rev=2192&view=diff&r1=2192&r2=2191&p1=blends/trunk/webtools/webconf/debian-med.conf&p2=blends/trunk/webtools/webconf/debian-med.conf
==============================================================================
--- blends/trunk/webtools/webconf/debian-med.conf (original)
+++ blends/trunk/webtools/webconf/debian-med.conf Sun May 30 20:17:21 2010
@@ -8,7 +8,6 @@
Ignore: alternative Logo: http://people.debian.org/~tille/debian-med/logos/med-06.jpg
OutputDir: /var/lib/gforge/chroot/home/groups/debian-med/htdocs
DataDir: /var/lib/gforge/chroot/home/groups/debian-med/data
-CacheDir: /var/lib/gforge/chroot/home/groups/blends/cache
VcsDir: /svn/blends/projects/med/trunk/debian-med
CSS: ../inc/style.css
Advertising: _('Help us to see Debian used by medical practicioners and researchers! Join us on the <a href=\"http://alioth.debian.org/projects/debian-med\">Alioth page</a>.')
Modified: blends/trunk/webtools/webconf/debian-multimedia.conf
URL: http://svn.debian.org/viewsvn/blends/blends/trunk/webtools/webconf/debian-multimedia.conf?rev=2192&view=diff&r1=2192&r2=2191&p1=blends/trunk/webtools/webconf/debian-multimedia.conf&p2=blends/trunk/webtools/webconf/debian-multimedia.conf
==============================================================================
--- blends/trunk/webtools/webconf/debian-multimedia.conf (original)
+++ blends/trunk/webtools/webconf/debian-multimedia.conf Sun May 30 20:17:21 2010
@@ -6,7 +6,6 @@
ProjectList: tille at debian.org
OutputDir: /var/lib/gforge/chroot/home/groups/blends/htdocs/multimedia
DataDir: /var/lib/gforge/chroot/home/groups/blends/data/debian-multimedia
-CacheDir: /var/lib/gforge/chroot/home/groups/blends/cache
VcsDir: /svn/blends/projects/multimedia/trunk/debian-multimedia
CSS: ../inc/style.css
PkgList: tille at debian.org
Modified: blends/trunk/webtools/webconf/debian-science.conf
URL: http://svn.debian.org/viewsvn/blends/blends/trunk/webtools/webconf/debian-science.conf?rev=2192&view=diff&r1=2192&r2=2191&p1=blends/trunk/webtools/webconf/debian-science.conf&p2=blends/trunk/webtools/webconf/debian-science.conf
==============================================================================
--- blends/trunk/webtools/webconf/debian-science.conf (original)
+++ blends/trunk/webtools/webconf/debian-science.conf Sun May 30 20:17:21 2010
@@ -6,7 +6,6 @@
ProjectList: debian-science at lists.debian.org
OutputDir: /var/lib/gforge/chroot/home/groups/blends/htdocs/science
DataDir: /var/lib/gforge/chroot/home/groups/blends/data/science
-CacheDir: /var/lib/gforge/chroot/home/groups/blends/cache
VcsDir: /svn/blends/projects/science/trunk/debian-science
CSS: ../inc/style.css
PkgList: debian-science-maintainers at lists.alioth.debian.org
Modified: blends/trunk/webtools/webconf/debichem.conf
URL: http://svn.debian.org/viewsvn/blends/blends/trunk/webtools/webconf/debichem.conf?rev=2192&view=diff&r1=2192&r2=2191&p1=blends/trunk/webtools/webconf/debichem.conf&p2=blends/trunk/webtools/webconf/debichem.conf
==============================================================================
--- blends/trunk/webtools/webconf/debichem.conf (original)
+++ blends/trunk/webtools/webconf/debichem.conf Sun May 30 20:17:21 2010
@@ -6,7 +6,6 @@
ProjectList: debichem-devel at lists.alioth.debian.org
OutputDir: /var/lib/gforge/chroot/home/groups/blends/htdocs/debichem
DataDir: /var/lib/gforge/chroot/home/groups/blends/data/debichem
-CacheDir: /var/lib/gforge/chroot/home/groups/blends/cache
VcsDir: /svn/blends/projects/debichem/trunk/debichem
CSS: ../inc/style.css
PkgList: debichem-devel at lists.alioth.debian.org
Modified: blends/trunk/webtools/webconf/debug.conf
URL: http://svn.debian.org/viewsvn/blends/blends/trunk/webtools/webconf/debug.conf?rev=2192&view=diff&r1=2192&r2=2191&p1=blends/trunk/webtools/webconf/debug.conf&p2=blends/trunk/webtools/webconf/debug.conf
==============================================================================
--- blends/trunk/webtools/webconf/debug.conf (original)
+++ blends/trunk/webtools/webconf/debug.conf Sun May 30 20:17:21 2010
@@ -6,7 +6,6 @@
ProjectList: none at lists.debian.org
OutputDir: /var/lib/gforge/chroot/home/groups/blends/htdocs/debug
DataDir: /var/lib/gforge/chroot/home/groups/blends/data/debug
-CacheDir: /var/lib/gforge/chroot/home/groups/blends/cache
VcsDir: /svn/blends/projects/debug
CSS: ../inc/style.css
PkgList: tillea at gmail.com
Modified: blends/trunk/webtools/webconf/rest-test.conf
URL: http://svn.debian.org/viewsvn/blends/blends/trunk/webtools/webconf/rest-test.conf?rev=2192&view=diff&r1=2192&r2=2191&p1=blends/trunk/webtools/webconf/rest-test.conf&p2=blends/trunk/webtools/webconf/rest-test.conf
==============================================================================
--- blends/trunk/webtools/webconf/rest-test.conf (original)
+++ blends/trunk/webtools/webconf/rest-test.conf Sun May 30 20:17:21 2010
@@ -6,7 +6,6 @@
ProjectList: none at lists.debian.org
OutputDir: /var/lib/gforge/chroot/home/groups/blends/htdocs/rest-test
DataDir: /var/lib/gforge/chroot/home/groups/blends/data/rest-test
-CacheDir: /var/lib/gforge/chroot/home/groups/blends/cache
VcsDir: /svn/blends/projects/debug
CSS: ../inc/style.css
PkgList: tillea at gmail.com
More information about the Blends-commit
mailing list