diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-07 12:54:35 +0100 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-07 12:54:35 +0100 |
| commit | 599b73a83cf1b0f648159dbb250ab880732856a4 (patch) | |
| tree | fc15b807e272a631d24dd0e531e289756bb0f489 /scripts/mirrors.bash | |
| parent | ebd65b62f4f314e7c1a6fe1c847fc2cec52e4f15 (diff) | |
| download | git.zue.dev-599b73a83cf1b0f648159dbb250ab880732856a4.tar git.zue.dev-599b73a83cf1b0f648159dbb250ab880732856a4.tar.gz git.zue.dev-599b73a83cf1b0f648159dbb250ab880732856a4.tar.bz2 git.zue.dev-599b73a83cf1b0f648159dbb250ab880732856a4.tar.xz git.zue.dev-599b73a83cf1b0f648159dbb250ab880732856a4.zip | |
Remove obsolete mirror script and add gitinfo script for repository descriptions
Diffstat (limited to 'scripts/mirrors.bash')
| -rw-r--r-- | scripts/mirrors.bash | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/mirrors.bash b/scripts/mirrors.bash deleted file mode 100644 index 02c333f..0000000 --- a/scripts/mirrors.bash +++ /dev/null @@ -1,5 +0,0 @@ -#/bin/bash - -# This script is responsible for pushing to mirrors of the git repositories. It runs through all the repositories in the /repositories directory and performs a git push to the corresponding mirror URL(s) defined in the .gitinfo file if they exist. - -echo "to be implemented"
\ No newline at end of file |
