fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2012-05-30 02:33 am

[dw-free] Eliminate vcv / cvsreport.pl

[commit: http://hg.dwscoalition.org/dw-free/rev/184ac23d5f2d]

http://bugs.dwscoalition.org/show_bug.cgi?id=4436

6a/SayMedia moved TheSchwartz to github but left the SendEmail one somewhere
in the void. Let's just use the CPAN versions.

Patch by [personal profile] exor674.

Files modified:
  • bin/checkconfig.pl
  • cvs/multicvs.conf
--------------------------------------------------------------------------------
diff -r 5ae5343a3530 -r 184ac23d5f2d bin/checkconfig.pl
--- a/bin/checkconfig.pl	Sun May 13 22:52:07 2012 +0800
+++ b/bin/checkconfig.pl	Wed May 30 10:32:59 2012 +0800
@@ -234,6 +234,10 @@
                  },
                "LWPx::ParanoidAgent" => { deb => 'liblwpx-paranoidagent-perl' },
                "MogileFS::Client" => {},
+               "TheSchwartz" => {
+                   deb => 'libtheschwartz-perl',
+               },
+               "TheSchwartz::Worker::SendEmail" => {},
               );
 
 
diff -r 5ae5343a3530 -r 184ac23d5f2d cvs/multicvs.conf
--- a/cvs/multicvs.conf	Sun May 13 22:52:07 2012 +0800
+++ b/cvs/multicvs.conf	Wed May 30 10:32:59 2012 +0800
@@ -16,18 +16,13 @@
 # stock/unchanged repositories pulled from external sources
 SVN(gearman)              = http://code.livejournal.org/svn/gearman/trunk/
 SVN(memcached)            = http://code.livejournal.org/svn/memcached/trunk/
-SVN(TheSchwartz)          = http://code.sixapart.com/svn/TheSchwartz/trunk/
 SVN(ddlockd)              = http://code.livejournal.org/svn/ddlockd/trunk/
 SVN(LJ-UserSearch)        = http://code.livejournal.org/svn/LJ-UserSearch/trunk/
-SVN(TheSchwartz-Worker-SendEmail) = http://code.sixapart.com/svn/TheSchwartz-Worker-SendEmail/trunk/
 SVN(hubbub)               = http://pubsubhubbub.googlecode.com/svn/trunk/publisher_clients/
 
 dw-free                                   .
 
 gearman/api/perl/Gearman/lib                  cgi-bin/
-TheSchwartz/lib                               cgi-bin
-TheSchwartz-Worker-SendEmail/lib              cgi-bin/
-TheSchwartz/bin/schwartzmon                   bin/schwartzmon
 
 memcached/server                              src/memcached
 memcached/api/perl/lib/                       cgi-bin
--------------------------------------------------------------------------------