[Collab-qa-commits] r860 - bapase
gothicx-guest at alioth.debian.org
gothicx-guest at alioth.debian.org
Thu May 29 11:07:33 UTC 2008
Author: gothicx-guest
Date: 2008-05-29 11:07:33 +0000 (Thu, 29 May 2008)
New Revision: 860
Modified:
bapase/bugs_rm_pkgs.rb
Log:
remove a character in excess from pseudo-packages list
Modified: bapase/bugs_rm_pkgs.rb
===================================================================
--- bapase/bugs_rm_pkgs.rb 2008-05-29 11:06:36 UTC (rev 859)
+++ bapase/bugs_rm_pkgs.rb 2008-05-29 11:07:33 UTC (rev 860)
@@ -1,7 +1,7 @@
#!/usr/bin/ruby -w
# see merkel:/org/bugs.debian.org/etc/pseudo-packages.description
-PSEUDO_PKGS = ['base', 'cdrom', 'spam', 'press', 'kernel', 'project', 'general', 'listarchives', 'nm.debian.org', 'qa.debian.org', 'ftp.debian.org', 'www.debian.org', ,'wiki.debian.org', 'bugs.debian.org', 'lists.debian.org', 'wnpp', 'cdimage.debian.org', 'tech-ctte', 'mirrors', 'security.debian.org', 'installation-reports', 'upgrade-reports', 'release-notes', 'release.debian.org']
+PSEUDO_PKGS = ['base', 'cdrom', 'spam', 'press', 'kernel', 'project', 'general', 'listarchives', 'nm.debian.org', 'qa.debian.org', 'ftp.debian.org', 'www.debian.org', 'wiki.debian.org', 'bugs.debian.org', 'lists.debian.org', 'wnpp', 'cdimage.debian.org', 'tech-ctte', 'mirrors', 'security.debian.org', 'installation-reports', 'upgrade-reports', 'release-notes', 'release.debian.org']
#STDERR.puts "#{Time::now} Reading LDAP dump"
bugid = nil
More information about the Collab-qa-commits
mailing list