Skip to content
Commits on Source (4)
......@@ -304,7 +304,7 @@ def main():
data['idxsummary'] = _("""A %sDebian Pure Blend%s is a Debian internal project which assembles
a set of packages that might help users to solve certain tasks of their work. The list on
the right shows the tasks of %s.""") \
% ('<a href="https://blends.alioth.debian.org/blends/">', '</a>', data['projectname'])
% ('<a href="https://blends.debian.org/">', '</a>', data['projectname'])
data['idxsummary'] = Markup(data['idxsummary'])
t = datetime.now()
......@@ -322,7 +322,7 @@ the right shows the tasks of %s.""") \
a set of packages that might help users to solve certain tasks of their work. This page should be helpful
to track down the bugs of packages that are interesting for the %s project to enable developers a quick
overview about possible problems.""") \
% ('<a href="https://blends.alioth.debian.org/blends/">', '</a>', data['projectname'])
% ('<a href="https://blends.debian.org/">', '</a>', data['projectname'])
data['bugssummary'] = Markup(data['bugssummary'])
data['gtstrBugsPage'] = _("Bugs page")
data['gtstrListOfBugspages'] = _("This is a list of metapackages. The links are leading to the respective bugs page.")
......
......@@ -398,7 +398,7 @@ def main():
data['idxsummary'] = _("""A %sDebian Pure Blend%s is a Debian internal project which assembles
a set of packages that might help users to solve certain tasks of their work. The list on
the right shows the tasks of %s.""") \
% ('<a href="https://blends.alioth.debian.org/blends/">', '</a>', data['projectname'])
% ('<a href="https://blends.debian.org/">', '</a>', data['projectname'])
data['idxsummary'] = Markup(data['idxsummary'])
for key in ('homepage', 'projecturl', 'projectname', 'logourl', 'ubuntuhome', 'projectubuntu'):
......
......@@ -15,18 +15,18 @@ update-all-tasks
This script prepares all task pages. It invokes the script tasks_udd.py,
which will store the final HTML at the location specified in the
according config file in `pwd`/webconf. You'll need access to the
Ultimate Debian Database accessible from the machine where you execute
this script. This is the case on alioth.debian.org. This script is
installed there in the directory
Ultimate Debian Database. There is some publicly accessible UDD
mirror, see
/srv/alioth.debian.org/chroot/home/groups/blends
https://wiki.debian.org/Services/PublicUddMirror
and runs as a cron job. If you want to test it there is a second
If you want to test the scripts there is a second
installation at blends.debian.net where it is installed at
/home/tille/blends/webtools
The script can be kept up to date using svn-deploy.
The script is usually auto-updated to the latest state of the Git
repository.
=over 4
......
......@@ -4,7 +4,7 @@ ProjectUrl: https://pkg-grass.alioth.debian.org/
Homepage: https://wiki.debian.org/DebianGis
AliothUrl: https://alioth.debian.org/projects/pkg-grass
ProjectList: pkg-grass-devel@lists.alioth.debian.org
LogoUrl: https://blends.alioth.debian.org/img/debiangis_mollweide.png
LogoUrl: https://blends.debian.org/img/debiangis_mollweide.png
OutputDir: /srv/blends.debian.org/www/gis
DataDir: /srv/blends.debian.org/data/gis
X-Old-VcsDir: /svn/pkg-grass/packages/debian-gis
......
......@@ -2,7 +2,7 @@ Blend: debian-lex
ProjectName: Debian Lex
ProjectUrl: https://alioth.debian.org/projects/debian-lex
Homepage: https://www.debian.org/devel/debian-lex/
AliothUrl: https://blends.alioth.debian.org/lex
AliothUrl: https://blends.debian.org/lex
ProjectList: debian-lex@lists.debian.org
OutputDir: /srv/blends.debian.org/www/lex
DataDir: /srv/blends.debian.org/data/lex
......
......@@ -9,5 +9,5 @@ title: Home
<p>These pages contain package information for the <b>Debian GIS Pure Blend</b>.</p>
<p>You can find more information on the <a href="http://pkg-grass.alioth.debian.org/">Debian GIS project Alioth website</a>.</p>
<p>You can find more information on the <a href="https://salsa.debian.org/groups/debian-gis-team">Debian GIS project on Salsa development platform</a>.</p>