Commit Graph

89 Commits

Author SHA1 Message Date
James Vega b170d5f9c3 release.py: Remove the archives after uploading to Sourceforge
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-05-25 13:50:05 -04:00
James Vega 462fac9307 release.py: Allow an extra version number.
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-05-25 13:32:02 -04:00
James Vega 9f718fb01c release.py: Use web.sf.net instead for uploading version.txt
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-05-18 03:56:05 -04:00
James Vega 249180bc41 release.py: Specify all the arguments for string formatting
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-05-18 03:31:16 -04:00
James Vega 660621d77e release.py: Use a proper commit message for the +git commit
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-05-18 03:30:54 -04:00
James Vega 7c89914d2d release.py: Don't specify -a and paths to git commit
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-05-18 03:07:27 -04:00
James Vega e464260b8a release.py: Actually specify the user to clone as
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-05-18 03:04:39 -04:00
James Vega 8c3125a287 release.py: Correct a couple git checks
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-05-18 03:02:52 -04:00
James Vega d09a4cbbc5 release.py: Allow for a dry-run to double-check the results
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-05-18 02:55:23 -04:00
James Vega d2125f2b5b release.py: Use git-archive to create the tarballs and tag clean checkout
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-03-16 23:44:14 -04:00
James Vega c81cd48fa6 release.py: Check for clean git checkout and correct branch layout
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-03-16 17:33:34 -04:00
James Vega c17a27f6d0 Update release.py to work with git
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-02-27 15:06:04 -05:00
Jeremy Fincher 8786b4c993 Added clearq command to clear the send queue. 2009-03-11 13:37:25 -04:00
James Vega a3e4fc5b1d Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
James Vega 7af1a75b26 Add release.py, updated to use Darcs. 2005-05-02 17:39:12 +00:00
James Vega 9971e991fe Fix the modelines. 2005-03-23 20:07:45 +00:00
James Vega 90c000793d utils.gen.* functions shouldn't explicitly be called since they're all in the utils namespace. 2005-02-15 13:57:57 +00:00
Jeremy Fincher 1193890c36 Moved the progstats function directly into the command, since we don't need it from configure() anymore. 2005-02-15 06:49:14 +00:00
Jeremy Fincher dd1c287655 Added progstats and environ commands. 2005-02-12 07:18:59 +00:00
James Vega 92839a94e7 Remove supybot.privmsgs imports. 2005-02-01 13:57:14 +00:00
Jeremy Fincher 8512f52e27 Fixed the Debug plugin actually to work. 2005-02-01 08:30:58 +00:00
James Vega de89bf0265 Update usage of utils.str functions. 2005-01-31 14:52:27 +00:00
Jeremy Fincher 9a132bcacd Added the Debug plugin to the sandbox. 2005-01-23 22:51:45 +00:00
James Vega dbfec8afb9 Add supybot module 2007-04-22 20:10:26 +00:00
Jeremy Fincher ff8379b7b4 Added the collect command. 2005-01-10 04:45:24 +00:00
Jeremy Fincher e4d13f99ac Generating documentation should take place after more important things have been done. 2004-12-20 07:19:26 +00:00
James Vega dc408473db Remove test-* directories created by generate-plugin-documentation 2004-12-18 03:34:50 +00:00
James Vega fc7b4d483d Forgot a username 2004-12-17 07:26:14 +00:00
James Vega 112db0756d We moved generate-plugin-documentation again 2004-12-17 07:19:21 +00:00
James Vega 42b455b520 Make sure we chmod docs/plugins so it's group writable. 2004-12-17 07:11:11 +00:00
Jeremy Fincher eb03f94f07 Moved eval/exec commands to sandbox/Debug.py, removed allowEval option. 2004-12-16 07:13:14 +00:00
Jeremy Fincher 7c7a73304a Removed old code that has no business being around. 2004-12-15 07:15:40 +00:00
Jeremy Fincher e97fe38b22 Moved to docs. 2004-12-15 07:12:04 +00:00
James Vega cdfdc93e87 Move it back to tools/. Makes it easier for me to use in the .deb 2004-12-14 16:04:50 +00:00
James Vega 58615e1b15 Add documentation updates. 2004-12-14 16:00:01 +00:00
Jeremy Fincher 730c0ffd95 Updated to scp the new version over and commit the +cvs versions, as well as to print status updates. 2004-12-12 19:35:05 +00:00
Jeremy Fincher 0abd472dd1 Added a channeldb command for testing channeldb. 2004-12-10 22:44:14 +00:00
Jeremy Fincher 032054a168 Updated. 2004-12-10 15:03:28 +00:00
James Vega 4c85f2e73a Refactor a little so that plugin config and nonplugin config sections are
generated the same way.
2004-12-10 05:03:48 +00:00
James Vega d253a8714a Clean up our html a little bit. Add generation of non-plugin config vars.
Make sure we use .help() instead of ._help since .help() can be overridden.
2004-12-09 20:17:13 +00:00
Jeremy Fincher 8b1962068b Moved. 2004-11-19 23:10:38 +00:00
Jeremy Fincher eb83076ba1 Moved some stuff around. 2004-11-19 20:39:22 +00:00
Jeremy Fincher b4557e0cf4 Moved to sandbox. 2004-11-11 20:57:12 +00:00
Jeremy Fincher f63d77cfab Updated, though the FTP stuff isn't tested yet. 2004-10-01 04:32:53 +00:00
Jeremy Fincher 209226a09d Updated. 2004-10-01 04:19:50 +00:00
Jeremy Fincher 10579c5de0 Updated. 2004-10-01 04:19:22 +00:00
Jeremy Fincher 5c46a71951 Updated. 2004-10-01 03:49:19 +00:00
Jeremy Fincher ef605b406d tag -F 2004-10-01 03:44:23 +00:00
Jeremy Fincher b621b95224 Initial checkin. 2004-10-01 03:43:34 +00:00
James Vega f527ab0866 Update 2004-09-16 18:54:26 +00:00