From warner at users.sourceforge.net Thu Jun 9 00:51:37 2005 From: warner at users.sourceforge.net (Brian Warner) Date: Thu, 09 Jun 2005 00:51:37 +0000 Subject: [Buildbot-commits] site index.html,1.41,1.42 Message-ID: Update of /cvsroot/buildbot/site In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29015 Modified Files: index.html Log Message: add ETLab pointer Index: index.html =================================================================== RCS file: /cvsroot/buildbot/site/index.html,v retrieving revision 1.41 retrieving revision 1.42 diff -u -d -r1.41 -r1.42 --- index.html 23 May 2005 23:53:55 -0000 1.41 +++ index.html 9 Jun 2005 00:51:34 -0000 1.42 @@ -107,6 +107,11 @@ somewhat-unique VC scheme by Nathaniel Smith, and hopefully the patches will be merged into the main release soon. +
  • Mark Dillavou reports that he's installed a Buildbot in the Enabling Technology Laboratory + at the University of Alabama, Birmingham, to maintain their visualization + and virtual-environment projects. +
  • install a Buildbot today and get your name added here!
  • @@ -129,5 +134,5 @@ align="right" /> -Last modified: Mon May 23 16:52:31 PDT 2005 +Last modified: Wed Jun 8 17:50:51 PDT 2005 From warner at users.sourceforge.net Sat Jun 18 02:50:41 2005 From: warner at users.sourceforge.net (Brian Warner) Date: Sat, 18 Jun 2005 02:50:41 +0000 Subject: [Buildbot-commits] buildbot/debian rules,1.2,NONE prerm,1.1,NONE preinst,1.1,NONE postrm,1.1,NONE postinst,1.1,NONE examples,1.1,NONE docs,1.1,NONE copyright,1.1,NONE control,1.1,NONE compat,1.1,NONE changelog,1.10,NONE buildbot.init,1.1,NONE buildbot.default,1.1,NONE Message-ID: Update of /cvsroot/buildbot/buildbot/debian In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30322/debian Removed Files: rules prerm preinst postrm postinst examples docs copyright control compat changelog buildbot.init buildbot.default Log Message: * debian/*: remove the debian/ directory and its contents, to make life easier for the proper Debian maintainer * MANIFEST.in: same * Makefile (release): same --- buildbot.default DELETED --- --- buildbot.init DELETED --- --- changelog DELETED --- --- compat DELETED --- --- control DELETED --- --- copyright DELETED --- --- docs DELETED --- --- examples DELETED --- --- postinst DELETED --- --- postrm DELETED --- --- preinst DELETED --- --- prerm DELETED --- --- rules DELETED --- From warner at users.sourceforge.net Sat Jun 18 02:50:41 2005 From: warner at users.sourceforge.net (Brian Warner) Date: Sat, 18 Jun 2005 02:50:41 +0000 Subject: [Buildbot-commits] buildbot Makefile,1.11,1.12 MANIFEST.in,1.20,1.21 ChangeLog,1.459,1.460 Message-ID: Update of /cvsroot/buildbot/buildbot In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30322 Modified Files: Makefile MANIFEST.in ChangeLog Log Message: * debian/*: remove the debian/ directory and its contents, to make life easier for the proper Debian maintainer * MANIFEST.in: same * Makefile (release): same Index: ChangeLog =================================================================== RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v retrieving revision 1.459 retrieving revision 1.460 diff -u -d -r1.459 -r1.460 --- ChangeLog 24 May 2005 22:33:00 -0000 1.459 +++ ChangeLog 18 Jun 2005 02:50:39 -0000 1.460 @@ -1,3 +1,10 @@ +2005-06-17 Brian Warner + + * debian/*: remove the debian/ directory and its contents, to make + life easier for the proper Debian maintainer + * MANIFEST.in: same + * Makefile (release): same + 2005-05-24 Brian Warner * buildbot/pbutil.py (ReconnectingPBClientFactory): Twisted-1.3 Index: MANIFEST.in =================================================================== RCS file: /cvsroot/buildbot/buildbot/MANIFEST.in,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- MANIFEST.in 17 May 2005 20:04:21 -0000 1.20 +++ MANIFEST.in 18 Jun 2005 02:50:39 -0000 1.21 @@ -15,4 +15,3 @@ exclude buildbot/test/test_trial.py include contrib/* contrib/windows/* -include debian/* Index: Makefile =================================================================== RCS file: /cvsroot/buildbot/buildbot/Makefile,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- Makefile 22 May 2005 02:16:14 -0000 1.11 +++ Makefile 18 Jun 2005 02:50:39 -0000 1.12 @@ -36,10 +36,10 @@ release: docs paper chmod 0755 . - find buildbot contrib debian docs -type d -exec chmod 0755 {} \; - find bin buildbot contrib debian docs -type f -exec chmod 0644 {} \; + find buildbot contrib docs -type d -exec chmod 0755 {} \; + find bin buildbot contrib docs -type f -exec chmod 0644 {} \; chmod 0644 ChangeLog MANIFEST* NEWS README* setup.py - chmod a+x bin/buildbot contrib/*.py debian/rules + chmod a+x bin/buildbot contrib/*.py rm -rf _trial_temp python ./setup.py clean python ./setup.py sdist From warner at users.sourceforge.net Sat Jun 18 03:35:27 2005 From: warner at users.sourceforge.net (Brian Warner) Date: Sat, 18 Jun 2005 03:35:27 +0000 Subject: [Buildbot-commits] buildbot/buildbot/test test_vc.py,1.31,1.32 Message-ID: Update of /cvsroot/buildbot/buildbot/buildbot/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14997/buildbot/test Modified Files: test_vc.py Log Message: (VCSupport.__init__): svn --version changed its output in 1.2.0, don't mistakenly think that the subversion we find isn't capable of supporting our tests. Index: test_vc.py =================================================================== RCS file: /cvsroot/buildbot/buildbot/buildbot/test/test_vc.py,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- test_vc.py 17 May 2005 10:38:10 -0000 1.31 +++ test_vc.py 18 Jun 2005 03:35:21 -0000 1.32 @@ -81,7 +81,9 @@ log.msg("running svn --version..") v = dr(utils.getProcessOutput('svn', ["--version"], env=os.environ)) - if v.find("handles 'file' schema") != -1: + if v.find("handles 'file' schem") != -1: + # older versions say 'schema'. 1.2.0 and beyond say + # 'scheme'. self.have['svn'] = True else: log.msg(("%s found but it does not support 'file:' " + From warner at users.sourceforge.net Sat Jun 18 03:35:27 2005 From: warner at users.sourceforge.net (Brian Warner) Date: Sat, 18 Jun 2005 03:35:27 +0000 Subject: [Buildbot-commits] buildbot ChangeLog,1.460,1.461 Message-ID: Update of /cvsroot/buildbot/buildbot In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14997 Modified Files: ChangeLog Log Message: (VCSupport.__init__): svn --version changed its output in 1.2.0, don't mistakenly think that the subversion we find isn't capable of supporting our tests. Index: ChangeLog =================================================================== RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v retrieving revision 1.460 retrieving revision 1.461 diff -u -d -r1.460 -r1.461 --- ChangeLog 18 Jun 2005 02:50:39 -0000 1.460 +++ ChangeLog 18 Jun 2005 03:35:25 -0000 1.461 @@ -1,5 +1,9 @@ 2005-06-17 Brian Warner + * buildbot/test/test_vc.py (VCSupport.__init__): svn --version + changed its output in 1.2.0, don't mistakenly think that the + subversion we find isn't capable of supporting our tests. + * debian/*: remove the debian/ directory and its contents, to make life easier for the proper Debian maintainer * MANIFEST.in: same