Skip to content

Commit

Permalink
cronjob: fix file name extension of REQUIREMENTS
Browse files Browse the repository at this point in the history
Fix `cron_grass_old_src_snapshot.sh` as G8.3. now ships a markdown file

(fixes
`cp: cannot stat 'REQUIREMENTS.html': No such file or directory`)
  • Loading branch information
neteler committed Sep 2, 2024
1 parent 0425cb3 commit 25cdd77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/cronjobs_osgeo_lxd/cron_grass_old_src_snapshot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ rm -f $TARGETDIR/ChangeLog.gz

# publish the new one:
cd $BRANCH/
cp -p ChangeLog AUTHORS CHANGES CITING CITATION.cff COPYING GPL.TXT INSTALL.md REQUIREMENTS.html $TARGETDIR
cp -p ChangeLog AUTHORS CHANGES CITING CITATION.cff COPYING GPL.TXT INSTALL.md REQUIREMENTS.md $TARGETDIR

cd ..
gzip $TARGETDIR/ChangeLog
Expand Down

0 comments on commit 25cdd77

Please sign in to comment.