diff options
author | Kurt Lieber <klieber@gentoo.org> | 2003-07-28 08:11:30 +0000 |
---|---|---|
committer | Kurt Lieber <klieber@gentoo.org> | 2003-07-28 08:11:30 +0000 |
commit | c4b952d11ecf5567beed61428ce90b4329a3582f (patch) | |
tree | efed8f9198421c615283c69ed450ccc48685f2a7 /admin | |
parent | 2003 07 28 just one section left back (diff) | |
download | gentoo-c4b952d11ecf5567beed61428ce90b4329a3582f.tar.gz gentoo-c4b952d11ecf5567beed61428ce90b4329a3582f.tar.bz2 gentoo-c4b952d11ecf5567beed61428ce90b4329a3582f.zip |
updated viewcvs link
Diffstat (limited to 'admin')
-rw-r--r-- | admin/www.gentoo.org/scripts/pkgs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/www.gentoo.org/scripts/pkgs.py b/admin/www.gentoo.org/scripts/pkgs.py index 5b28d260dc..e7f1ee119d 100644 --- a/admin/www.gentoo.org/scripts/pkgs.py +++ b/admin/www.gentoo.org/scripts/pkgs.py @@ -198,7 +198,7 @@ def do_pkgentry(db,pkgname,category): </tr> <tr> <th>View CVS Repository</th> - <ti><uri>http://www.gentoo.org/cgi-bin/viewcvs.cgi/gentoo-x86/"""+category +"/" +pkgname+"""/</uri></ti> + <ti><uri>http://www.gentoo.org/cgi-bin/viewcvs.cgi/"""+category +"/" +pkgname+"""/</uri></ti> </tr> </table> </p>""" |