Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A step towards a website-update hook. | Eric S. Raymond | 2010-04-25 | 1 | -0/+8 |
| | |||||
* | Another ciabot.py update. | Eric S. Raymond | 2010-04-21 | 1 | -26/+23 |
| | |||||
* | Typo fix. | Eric S. Raymond | 2010-04-21 | 1 | -2/+3 |
| | |||||
* | Incorporate latest version of CIA hook. | Eric S. Raymond | 2010-04-21 | 1 | -61/+97 |
| | |||||
* | Remove a useless guard and experimental file listing. | Eric S. Raymond | 2010-04-16 | 1 | -8/+2 |
| | |||||
* | Shell syntax error fix. | Eric S. Raymond | 2010-04-16 | 1 | -1/+1 |
| | |||||
* | Try to avoid spurious error messages when pushing tags. | Eric S. Raymond | 2010-04-16 | 1 | -3/+6 |
| | |||||
* | Experimentally list modified files on push. | Eric S. Raymond | 2010-04-16 | 1 | -0/+2 |
| | | | | If this works, I may try to write a hook to modify the website on commit. | ||||
* | Comment improvements. | Eric S. Raymond | 2010-04-16 | 1 | -1/+5 |
| | |||||
* | ciabot.h doesn't have to live here anymore. | Eric S. Raymond | 2010-03-28 | 1 | -152/+0 |
| | | | | | See <http://www.catb.org/esr/ciabot/>. We;ll keep a local copy of the Python script around until the ibiblio service problem is fixed. | ||||
* | Avoid a spurious error in a probably impossible case. | Eric S. Raymond | 2010-03-28 | 1 | -1/+1 |
| | |||||
* | Attempt to fix up the data format. | Eric S. Raymond | 2010-03-28 | 1 | -1/+3 |
| | |||||
* | Use a no-reply from address. | Eric S. Raymond | 2010-03-28 | 1 | -3/+4 |
| | |||||
* | Typo fixes | Eric S. Raymond | 2010-03-28 | 2 | -3/+4 |
| | |||||
* | Version-stamp both ciabot scripts. | Eric S. Raymond | 2010-03-28 | 2 | -1/+10 |
| | |||||
* | Refactor. | Eric S. Raymond | 2010-03-28 | 1 | -16/+17 |
| | |||||
* | Eliminate a shell-ism. | Eric S. Raymond | 2010-03-28 | 1 | -6/+3 |
| | |||||
* | Typo fix. | Eric S. Raymond | 2010-03-28 | 1 | -2/+3 |
| | |||||
* | Oops...get the language right. | Eric S. Raymond | 2010-03-28 | 1 | -1/+1 |
| | |||||
* | Document the ciabot.py formatting options better. | Eric S. Raymond | 2010-03-28 | 1 | -31/+42 |
| | |||||
* | Documentation improvements and license change. | Eric S. Raymond | 2010-03-28 | 1 | -9/+6 |
| | |||||
* | Change the way ciabot.py is called, should speed up multi-commit updates. | Eric S. Raymond | 2010-03-28 | 1 | -3/+1 |
| | |||||
* | Make a ciabot.py call with three or more arguments mean something useful. | Eric S. Raymond | 2010-03-28 | 1 | -13/+12 |
| | |||||
* | Show shortened version of refname in log. | Eric S. Raymond | 2010-03-28 | 1 | -4/+2 |
| | |||||
* | Start of refactoring to handle update case. | Eric S. Raymond | 2010-03-28 | 1 | -54/+77 |
| | |||||
* | Eliminate some bashisms. | Eric S. Raymond | 2010-03-27 | 1 | -1/+2 |
| | |||||
* | Python CIA hook works. | Eric S. Raymond | 2010-03-27 | 1 | -1/+1 |
| | |||||
* | First cut at Python version of CIA hook. | Eric S. Raymond | 2010-03-27 | 1 | -0/+167 |
| | |||||
* | Factor out the generator string. | Eric S. Raymond | 2010-03-27 | 1 | -1/+4 |
| | |||||
* | More removal of bashism. | Eric S. Raymond | 2010-03-26 | 1 | -3/+3 |
| | | | | | checkbashisms didn't spot this one, probably because it was embedded in a here-doc. | ||||
* | Add an autoconfigurability tweak that bzed missed. | Eric S. Raymond | 2010-03-26 | 1 | -4/+4 |
| | |||||
* | Use cgit urls for cia instead of gitweb. | Bernd Zeimetz | 2010-03-26 | 1 | -1/+2 |
| | |||||
* | Perform bashectomy. | Eric S. Raymond | 2010-03-26 | 1 | -6/+6 |
| | |||||
* | Improve pathname handling for sendmail. | Eric S. Raymond | 2010-03-26 | 1 | -2/+4 |
| | |||||
* | Another attempt at autoconfiguring the repo name. | Eric S. Raymond | 2010-03-26 | 1 | -1/+1 |
| | |||||
* | More autoconfiguration. | Eric S. Raymond | 2010-03-26 | 1 | -6/+23 |
| | |||||
* | Highlight the remaining bashism. | Eric S. Raymond | 2010-03-26 | 1 | -0/+2 |
| | |||||
* | Add files display to CIA hook. | Eric S. Raymond | 2010-03-26 | 1 | -10/+12 |
| | |||||
* | Find out what it looks like when we send CIA the revision. | Eric S. Raymond | 2010-03-26 | 1 | -1/+2 |
| | |||||
* | Make this closer to autoconfiguring. | Eric S. Raymond | 2010-03-26 | 1 | -5/+7 |
| | |||||
* | Syntax error found. | Eric S. Raymond | 2010-03-26 | 1 | -1/+3 |
| | |||||
* | Attempt to isolate the bad change. | Eric S. Raymond | 2010-03-26 | 1 | -4/+7 |
| | |||||
* | More explanatory comments. | Eric S. Raymond | 2010-03-26 | 1 | -0/+2 |
| | |||||
* | Last commit broke something, do partial revert. | Eric S. Raymond | 2010-03-26 | 1 | -13/+5 |
| | |||||
* | Document the ciabot.sh variables a bit better. | Eric S. Raymond | 2010-03-26 | 1 | -4/+14 |
| | |||||
* | Thinko fix. | Eric S. Raymond | 2010-03-26 | 1 | -1/+1 |
| | |||||
* | sendmail invocation in ciabot.sh needs an absolute path. | Eric S. Raymond | 2010-03-26 | 1 | -1/+1 |
| | |||||
* | Experimental merge of 2008 version of ciabot.sh. | Eric S. Raymond | 2010-03-26 | 1 | -35/+26 |
| | |||||
* | Document upload. | Eric S. Raymond | 2010-03-18 | 1 | -0/+8 |
| | |||||
* | Revert "Housekeeping: Enable diff.mnemomicprefix on the repo." | Eric S. Raymond | 2010-03-18 | 1 | -1/+0 |
| | | | | This reverts my previous commit. |