summaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Add syslogging to gitano-post-receive-hookbaserock/richardipsum/syslogRichard Ipsum2013-10-021-8/+29
|
* Add syslogging to gitano-update-sshRichard Ipsum2013-10-021-0/+3
|
* Add syslogging to gitano-update-hookRichard Ipsum2013-10-021-1/+10
|
* Add syslogging to gitano-pre-receive-hookRichard Ipsum2013-10-021-2/+10
|
* Add syslogging to gitano-authRichard Ipsum2013-10-021-0/+12
|
* BIN: gitano-post-receive-hook fix for newlines in oldshaDaniel Silverstone2013-05-161-1/+1
| | | | | | Previously, oldsha could end up with a leading newline for all but the first ref altered during a push. This fix corrects that so that oldsha doesn't get newlines in it.
* POST-RECEIVE: Cause the info/web/last-modified to be updatedDaniel Silverstone2013-04-241-0/+9
|
* GITANO-AUTH: Include the keytag in the lace contextDaniel Silverstone2013-04-241-0/+1
|
* BIN: Default to admin rather than dsilvers during setupDaniel Silverstone2012-11-111-1/+1
|
* BIN: Update gitano-auth run-command error msg to be neaterDaniel Silverstone2012-11-101-2/+2
|
* GITANO: Move the force_empty_tree() call from always, to update-hook and ↵Daniel Silverstone2012-09-101-0/+3
| | | | only if needed
* GITANO: Migrate from gitano.git to gallDaniel Silverstone2012-09-086-14/+20
|
* BIN: Add missing repo_root configuration in gitano-pre-receive-hook.inDaniel Silverstone2012-09-031-1/+1
|
* IGNORE: Ignore the pre-receive hook's local build variantDaniel Silverstone2012-09-011-0/+1
|
* SUPPLE: Supply an actor table in the global namespace of each hook, ↵Daniel Silverstone2012-09-013-3/+24
| | | | containing info about the user
* SUPPLE: Reorder run_hook() args for neatnessDaniel Silverstone2012-09-013-3/+3
|
* Merge pre-receive hook supportDaniel Silverstone2012-09-011-0/+101
|\
| * HOOKS: Add support for pre-receive hooksDaniel Silverstone2012-08-221-0/+96
| |
* | BIN: downgrade http message from chat to infoDaniel Silverstone2012-08-301-1/+1
| |
* | GITANO: Update to remove repository_root from gitano-adminDaniel Silverstone2012-08-305-4/+7
| |
* | GITANO: Remove need for graveyard_rootDaniel Silverstone2012-08-301-17/+2
| |
* | INSTALLER: make install and gitano-setup should work (mostly)Daniel Silverstone2012-08-305-13/+148
| |
* | BUILD: More work towards an installerDaniel Silverstone2012-08-306-0/+172
| |
* | BUILD: Start of a build system and thus installerDaniel Silverstone2012-08-305-4/+16
| |
* | BIN: Move the welcome msg to debug, since it's more annoying than usefulDaniel Silverstone2012-08-281-1/+1
| |
* | BIN: Ensure post-receive hook always runs update-server-infoDaniel Silverstone2012-08-261-0/+7
|/
* GITANO: More debug statements related to hooksDaniel Silverstone2012-08-162-2/+4
|
* GITANO: Switch all current hooks (update, post-receive) to use SuppleDaniel Silverstone2012-08-102-21/+10
|
* BIN: gitano-update-hook: Defer generation of trees and treedeltasDaniel Silverstone2012-07-211-76/+104
|
* BIN: gitano-auth: Provide more useful error when no commandline sentDaniel Silverstone2012-06-291-0/+5
|
* CONFIG: Move ssh authorized_keys generation into gitano.config for reuseDaniel Silverstone2012-06-171-27/+1
|
* Various cleanupsDaniel Silverstone2012-05-291-2/+2
|
* BIN: Support tags in gitano-update-hookDaniel Silverstone2012-05-291-2/+21
|
* Change commands to lace themselves using repo:run_lace() so that we can ↵Daniel Silverstone2012-05-272-28/+11
| | | | later do multiple laces in a command
* BIN: Fix up the update trees, we can defer them laterDaniel Silverstone2012-05-161-5/+7
|
* BIN: Indicate if we're running rulesetsDaniel Silverstone2012-05-161-0/+2
|
* LACE: Switch over to Lace for rulesets. UntestedDaniel Silverstone2012-05-162-52/+46
|
* BIN: Support per-project-repository update hookDaniel Silverstone2012-05-101-2/+18
|
* BIN: Move hook globals into actions from gitano-post-receive-hookDaniel Silverstone2012-05-041-12/+2
|
* BIN: Fix tree acquisition in gitano-update-hook againDaniel Silverstone2012-05-041-2/+2
|
* BIN: Fix tree acquisition in gitano-update-hookDaniel Silverstone2012-05-041-2/+2
|
* BIN: Use repo:populate_tags() in gitano-authDaniel Silverstone2012-05-031-1/+1
|
* BIN: Use repo:populate_tags() in gitano-update-hookDaniel Silverstone2012-05-031-2/+1
|
* BIN: gitano-post-receive-hook needs to run gitano-update-ssh if ↵Daniel Silverstone2012-05-031-0/+8
| | | | gitano-admin::master is pushed to
* Support the post-receive hookDaniel Silverstone2012-05-031-0/+26
|
* BIN: Handle scanning all repos in post-receive hook and updating them if ↵Daniel Silverstone2012-05-021-1/+21
| | | | gitano-admin's HEAD is moved
* BIN: post-receive hook notes that admin ref changes are appliedDaniel Silverstone2012-05-021-2/+11
|
* BIN: Add post-receive hook scriptDaniel Silverstone2012-05-021-0/+81
|
* BIN: Support tree deltas in gitano-update-hookDaniel Silverstone2012-05-021-4/+42
|
* BIN: Populate gitano/starttree and gitano/targettree in gitano-update-hookDaniel Silverstone2012-05-021-1/+35
|