Commit Graph

151 Commits

Author SHA1 Message Date
Valentin Lorentz
eb1e04701d Fix previous merge. 2012-01-05 19:52:57 +01:00
Mika Suomalainen
bfb3dd267c update-version: Fix misleading comment. 2012-01-05 20:03:03 +02:00
Mika Suomalainen
ab379957e2 sandbox/update-version: vim modelines exist.
Added vim modeline to enable syntax and set
filetype :)
2012-01-05 18:54:55 +02:00
Mika Suomalainen
f922c09929 sandbox/update-version: fix typo in comment.
use --> user
2012-01-05 16:10:28 +02:00
Mika Suomalainen
a3f4fe3cb3 update-version: Use UTC with version timestamps.
If we don't use same timezone, we can get funny times,
because we are on different timezones.

For example, I could commit something at 16:00, then
ProgVal/nyuszika7h/skizzhg/Banton could commit some-
thing and timestamp would only show that it happened
at the same time on different timezone.

Timestamps using specific timezone could also make
reading of version numbers easier.
2012-01-05 15:44:14 +02:00
Mika Suomalainen
26e9671003 sandbox/update-version: bash isn't always in /bin.
On some systems, bash is in some different folder
than /bin. It works with more systems to use
/usr/bin/env bash.
2012-01-05 15:37:36 +02:00
Valentin Lorentz
a79e9c0cad Debug: Fix import. 2011-12-05 23:21:23 -05:00
Valentin Lorentz
dbb3e9c203 Debug: Fix import. 2011-11-13 16:34:01 +01:00
Valentin Lorentz
ccfb0b9c6c Add sandbox/check_trans.py 2011-06-30 13:30:42 +02:00
Valentin Lorentz
58f115dde8 Add script to automatically update version with a datestamp upon commit. (Thanks nanotube) 2011-04-26 10:32:49 +02:00
Daniel Folkinshteyn
05c9482759 Consolidate the version string to reside in one central place to ease change making. 2011-04-26 10:23:18 +02:00
James Vega
a1286f8f43 release.py: Remove the archives after uploading to Sourceforge
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
(cherry picked from commit b170d5f9c3)
2010-08-24 18:59:57 -04:00
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
Jeremy Fincher
c6bea76e42 Updated. 2004-09-13 03:02:57 +00:00
Jeremy Fincher
41d18f415e Copyright and some docstring changes. 2004-09-09 15:32:46 +00:00
James Vega
382fb2b838 Our #! path should be /usr/bin/env python 2004-09-07 14:31:06 +00:00
Jeremy Fincher
35acc6c583 Added a --trace option, moved tracing to utils. 2004-09-06 08:19:20 +00:00
Jeremy Fincher
e9205ff621 Updated. 2004-09-01 06:11:21 +00:00
Jeremy Fincher
6df7dd7bb7 Initial checkin. 2004-09-01 04:22:22 +00:00
Jeremy Fincher
2faa09670a Added __revision__. 2004-08-30 20:04:02 +00:00
Jeremy Fincher
d9bff14a27 Updated. 2004-08-27 07:35:32 +00:00
Grant Bowman
275ba6502c typo 2004-08-25 01:28:10 +00:00
Grant Bowman
f06b412064 First version of an /etc/init.d/supybot script targeted at Debian systems.
Additional checks will be required for validating that absolute
pathnames are used in the conf file.  This script should be considered
experimental until the pathname validation issues can be addressed,
perhaps with additional command-line arguments.
2004-08-24 23:44:57 +00:00
Jeremy Fincher
22c2c3a408 Let's make ourselves able to trace to a file. 2004-08-23 23:16:29 +00:00
Jeremy Fincher
2ce58d252b Extra \n. 2004-08-23 23:09:12 +00:00
Jeremy Fincher
a4bb12a436 Added settraces. 2004-08-23 23:03:18 +00:00
Jeremy Fincher
4371b4e513 Moved to the sandbox, where it more rightfully belongs. 2004-08-22 20:31:52 +00:00
Jeremy Fincher
78b2fc86e4 Removed, our plugins version works a bit better. 2004-07-31 00:37:04 +00:00
Jeremy Fincher
2fe7bd8c7a Reverted my accidental clobbering. 2004-07-26 19:58:47 +00:00
Jeremy Fincher
f9c61271ea w00, less path mungingEXCLAIMEXCLAIM 2004-07-24 05:18:26 +00:00
Stéphan Kochen
4352cfde5f Separate class MarkovDB. 2004-07-23 10:25:53 +00:00
James Vega
315810d08e yay! no more stray whitespace 2004-07-21 19:36:35 +00:00
Jeremy Fincher
9c4b80c653 Added sendquote. 2004-05-11 18:22:50 +00:00
Jeremy Fincher
98d03ad063 Initial checkin; possibly useful plugin for developers. 2004-05-11 04:31:41 +00:00
Jeremy Fincher
e3b690f933 Added userdata registry. 2004-04-30 18:24:35 +00:00
Stéphan Kochen
d59da5a0cb New Infobot stuff... should actually work a bit, but still not finished. 2004-04-28 10:29:09 +00:00
Jeremy Fincher
85d66a4e9f Updated. 2004-04-18 03:03:53 +00:00
Jeremy Fincher
a4f2336769 Moved the release checklist to sandbox, no need to distribute it. 2004-04-17 16:52:02 +00:00
Stéphan Kochen
f150db596f Initial checkin of DBM Markov. 2004-04-17 13:48:39 +00:00
Jeremy Fincher
8150a36369 Moved to sandbox. 2003-10-21 05:47:01 +00:00
Jeremy Fincher
05d85147cb Moved FreeBSD to the sandbox. 2003-10-20 06:53:47 +00:00
Jeremy Fincher
9988f9d856 Baseplugins -> plugins update. 2003-10-11 12:48:30 +00:00
Jeremy Fincher
9a83f908c2 Removed, old files. 2003-09-24 05:13:08 +00:00
Jeremy Fincher
f08bc708b2 Removed, old file. 2003-09-24 05:11:24 +00:00
Jeremy Fincher
5954b72e3f Removed friendly.py; it needs to be renamed Friendly.py and stuck in plugins/ 2003-03-27 08:47:25 +00:00
Jeremy Fincher
1808366dde Removing sandbox/makescript.py 2003-03-26 01:16:20 +00:00
Jeremy Fincher
6ba9b0f191 Removing sandbox/anagrams.py, which isn't necessary because FunDB subsumed its features. 2003-03-26 01:15:09 +00:00
Brett Kelly
a54068dd40 removing sandbox/debian.py 2003-03-26 01:13:38 +00:00
Jeremy Fincher
01a2b06e85 Removed sandbox/8ball.dat 2003-03-26 01:12:32 +00:00
Jeremy Fincher
2a5f817e50 Removing old files. 2003-03-26 01:05:49 +00:00
James Vega
c803e5e9d8 Added vim:set ... : strings to source in order to keep file formatting
consistent between developers. Jeremy should be adding the equivalent
settings for emacs soon.
2003-03-24 08:41:19 +00:00