diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-07 13:22:21 +0100 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-07 13:22:21 +0100 |
| commit | 61f5bc60c855209247e30cc3960cd00a66ff1d53 (patch) | |
| tree | e75b37cfd08f5922c32c983f0f6aaec90e73d905 /scripts | |
| parent | 0471b83f7d798e77bbee204ca190710b15e27e25 (diff) | |
| download | git.zue.dev-61f5bc60c855209247e30cc3960cd00a66ff1d53.tar git.zue.dev-61f5bc60c855209247e30cc3960cd00a66ff1d53.tar.gz git.zue.dev-61f5bc60c855209247e30cc3960cd00a66ff1d53.tar.bz2 git.zue.dev-61f5bc60c855209247e30cc3960cd00a66ff1d53.tar.xz git.zue.dev-61f5bc60c855209247e30cc3960cd00a66ff1d53.zip | |
blank description on no gitinfo
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/gitinfo.bash | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/gitinfo.bash b/scripts/gitinfo.bash index e4b089f..dc74326 100644 --- a/scripts/gitinfo.bash +++ b/scripts/gitinfo.bash @@ -6,7 +6,8 @@ for repository in /repositories/*; do # does gitinfo exist? expect "fatal" if not if [[ $gitinfo == fatal* ]]; then - echo "No .gitinfo found for $(basename "$repository")" + echo "No .gitinfo found for $(basename "$repository"). Blanking description." + echo "" > /repositories/$(basename "$repository")/description continue fi |
