summaryrefslogtreecommitdiff
path: root/02-update-mirrors.sh
AgeCommit message (Collapse)Author
2021-08-17common: Default the ID to $0Kieran Bingham
Use the script name as a default identifier for stamp and log files. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
2021-08-16ci: update-mirrors: Force push to ensure consistent mirroringKieran Bingham
The mirrors should be updated even in the worst case. This also includes if something goes wrong, but this shouldn't ever occur, and is likely to have involved manual intervention. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
2021-07-29ci: Add mirroring scriptKieran Bingham
Provide a mirror job to synchronise libcamera mirrors based on a local configuration file. The file 'libcamera-mirrors' is read one line at a time for remotes to push to. Blank lines and lines prefixed with '#' are ignored. The server running the job must have correct credentials to push to the remote. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>