Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some typos in user-visible strings | Dan Fandrich | 2024-08-15 | 1 | -1/+1 |
| | |||||
* | Fix typos in comments | Dan Fandrich | 2024-08-15 | 1 | -1/+1 |
| | | | | This should result in no difference in configuration. | ||||
* | Flush logs in on-the-pull | Dan Fandrich | 2024-02-12 | 1 | -2/+8 |
| | | | | | | | | | | It's not perfect (logs for requests that are rejected by the server are still buffered) but at least normal requests can be immediately be seen in the logs now. A better approach would be to use a logging function that flushes automatically. Also, wait for the queue thread to complete before exiting so things are left in a clean state. | ||||
* | Switch gitmirror files from templates to files | Dan Fandrich | 2024-01-18 | 4 | -3/+3 |
| | | | | | | There are no template substitutions needed in these files, so allowing them opens the danger of substitutions happening unknowingly with future changes to these files. | ||||
* | Convert on-the-pull to Python3 | Dan Fandrich | 2024-01-18 | 1 | -90/+80 |
| | | | | | | It now also passes pytype and flake8 checks. Also, improve logging in the case of errors | ||||
* | Fix a harmless message typo | Dan Fandrich | 2024-01-15 | 1 | -1/+1 |
| | |||||
* | gitmirror: declare on-the-pull service to ensure it is running | Olivier Blin | 2017-04-15 | 1 | -0/+7 |
| | |||||
* | gitmirror: ensure git repo dir and on-the-pull run dir is available | Thomas Backlund | 2016-03-05 | 1 | -2/+16 |
| | |||||
* | gitmirror: ensure git user/group is present | Thomas Backlund | 2016-03-05 | 1 | -0/+14 |
| | |||||
* | remove more valstar configs | Thomas Backlund | 2016-02-09 | 1 | -1/+1 |
| | |||||
* | lint fixes for gitmirror | Thomas Backlund | 2015-10-20 | 1 | -1/+1 |
| | |||||
* | gitmirror: Add chkconfig headers to init script | Colin Guthrie | 2014-02-10 | 1 | -0/+5 |
| | |||||
* | gitmirror: Fix base URL for cloning. | Colin Guthrie | 2014-02-10 | 1 | -2/+3 |
| | | | | Also some cosmetic changes to logging and stopping. | ||||
* | gitmirror: Fix config key | Colin Guthrie | 2014-02-10 | 1 | -1/+1 |
| | |||||
* | gitmirror: Redirect output to a log file | Colin Guthrie | 2014-02-10 | 1 | -1/+1 |
| | | | | | | The logging is not too large so don't worry too much about it for now. Longer term, systemd journal will be sufficient | ||||
* | gitmirror: Use two rsyncs rather than have a config file race. | Colin Guthrie | 2014-02-10 | 1 | -4/+2 |
| | |||||
* | gitmirror: Clear out lock subsys on stop | Colin Guthrie | 2014-02-09 | 1 | -0/+1 |
| | |||||
* | Add a new system to ensure our git repos are mirrored properly. | Colin Guthrie | 2014-02-09 | 4 | -0/+471 |
This is a simple python daemon that I wrote which can be 'pinged' and told to update (or freshly clone) given git repos. Deploy this script on alamut (not started automatically yet) |