From 3c16420d66258c87577c149325a4885e6f9af8fd Mon Sep 17 00:00:00 2001 From: Markus Neteler Date: Sat, 21 Sep 2024 00:36:40 +0200 Subject: [PATCH] cronjob: drop to copy over CHANGES file Starting from G8.4.1dev the outdated CHANGES and NEWS files have been dropped (https://github.com/OSGeo/grass/pull/4317). Hence do not attempt to copy them over to the snapshot directories. --- .../cron_grass_current_stable_build_binaries.sh | 2 +- .../cron_grass_current_stable_src_snapshot.sh | 2 +- utils/cronjobs_osgeo_lxd/cron_grass_legacy_build_binaries.sh | 2 +- utils/cronjobs_osgeo_lxd/cron_grass_legacy_src_snapshot.sh | 2 +- utils/cronjobs_osgeo_lxd/cron_grass_old_build_binaries.sh | 2 +- utils/cronjobs_osgeo_lxd/cron_grass_old_src_snapshot.sh | 2 +- utils/cronjobs_osgeo_lxd/cron_grass_preview_build_binaries.sh | 2 +- utils/cronjobs_osgeo_lxd/cron_grass_preview_src_snapshot.sh | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/utils/cronjobs_osgeo_lxd/cron_grass_current_stable_build_binaries.sh b/utils/cronjobs_osgeo_lxd/cron_grass_current_stable_build_binaries.sh index 8d2f90a9e0..731fe0038b 100755 --- a/utils/cronjobs_osgeo_lxd/cron_grass_current_stable_build_binaries.sh +++ b/utils/cronjobs_osgeo_lxd/cron_grass_current_stable_build_binaries.sh @@ -178,7 +178,7 @@ echo "Injecting DuckDuckGo search field into manual main page..." (cd $TARGETHTMLDIR/ ; sed -i -e "s++<\!\-\- injected in cron_grass8_relbranch_build_binaries.sh \-\->
+g" index.html) # copy important files to web space -cp -p AUTHORS CHANGES CITING CITATION.cff COPYING GPL.TXT INSTALL.md REQUIREMENTS.md $TARGETDIR/ +cp -p AUTHORS CITING CITATION.cff COPYING GPL.TXT INSTALL.md REQUIREMENTS.md $TARGETDIR/ # clean wxGUI sphinx manual etc (cd $GRASSBUILDDIR/ ; $MYMAKE cleansphinx) diff --git a/utils/cronjobs_osgeo_lxd/cron_grass_current_stable_src_snapshot.sh b/utils/cronjobs_osgeo_lxd/cron_grass_current_stable_src_snapshot.sh index 6d020d54d1..45101b6b0f 100755 --- a/utils/cronjobs_osgeo_lxd/cron_grass_current_stable_src_snapshot.sh +++ b/utils/cronjobs_osgeo_lxd/cron_grass_current_stable_src_snapshot.sh @@ -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.md $TARGETDIR +cp -p ChangeLog AUTHORS CITING CITATION.cff COPYING GPL.TXT INSTALL.md REQUIREMENTS.md $TARGETDIR cd .. gzip $TARGETDIR/ChangeLog diff --git a/utils/cronjobs_osgeo_lxd/cron_grass_legacy_build_binaries.sh b/utils/cronjobs_osgeo_lxd/cron_grass_legacy_build_binaries.sh index 7b3e3d8e54..ccc6015fc7 100755 --- a/utils/cronjobs_osgeo_lxd/cron_grass_legacy_build_binaries.sh +++ b/utils/cronjobs_osgeo_lxd/cron_grass_legacy_build_binaries.sh @@ -180,7 +180,7 @@ echo "Injecting DuckDuckGo search field into manual main page..." (cd $TARGETHTMLDIR/ ; sed -i -e "s++<\!\-\- injected in cron_grass7_relbranch_build_binaries.sh \-\->
+g" index.html) # copy important files to web space -cp -p AUTHORS CHANGES CITING COPYING GPL.TXT INSTALL REQUIREMENTS.html $TARGETDIR/ +cp -p AUTHORS CITING COPYING GPL.TXT INSTALL REQUIREMENTS.html $TARGETDIR/ # clean wxGUI sphinx manual etc (cd $GRASSBUILDDIR/ ; $MYMAKE cleansphinx) diff --git a/utils/cronjobs_osgeo_lxd/cron_grass_legacy_src_snapshot.sh b/utils/cronjobs_osgeo_lxd/cron_grass_legacy_src_snapshot.sh index 8ab2386d81..b8d0c715ee 100755 --- a/utils/cronjobs_osgeo_lxd/cron_grass_legacy_src_snapshot.sh +++ b/utils/cronjobs_osgeo_lxd/cron_grass_legacy_src_snapshot.sh @@ -103,7 +103,7 @@ rm -f $TARGETDIR/ChangeLog.gz # publish the new one: cd $BRANCH/ -cp -p ChangeLog AUTHORS CHANGES CITING COPYING GPL.TXT INSTALL REQUIREMENTS.html $TARGETDIR +cp -p ChangeLog AUTHORS CITING COPYING GPL.TXT INSTALL REQUIREMENTS.html $TARGETDIR cd .. gzip $TARGETDIR/ChangeLog diff --git a/utils/cronjobs_osgeo_lxd/cron_grass_old_build_binaries.sh b/utils/cronjobs_osgeo_lxd/cron_grass_old_build_binaries.sh index 69f42f30fe..4b0a6fe687 100755 --- a/utils/cronjobs_osgeo_lxd/cron_grass_old_build_binaries.sh +++ b/utils/cronjobs_osgeo_lxd/cron_grass_old_build_binaries.sh @@ -183,7 +183,7 @@ echo "Injecting DuckDuckGo search field into manual main page..." (cd $TARGETHTMLDIR/ ; sed -i -e "s++<\!\-\- injected in cron_grass8_relbranch_build_binaries.sh \-\->
+g" index.html) # copy important files to web space -cp -p AUTHORS CHANGES CITING CITATION.cff COPYING GPL.TXT INSTALL.md REQUIREMENTS.md $TARGETDIR/ +cp -p AUTHORS CITING CITATION.cff COPYING GPL.TXT INSTALL.md REQUIREMENTS.md $TARGETDIR/ # clean wxGUI sphinx manual etc (cd $GRASSBUILDDIR/ ; $MYMAKE cleansphinx) diff --git a/utils/cronjobs_osgeo_lxd/cron_grass_old_src_snapshot.sh b/utils/cronjobs_osgeo_lxd/cron_grass_old_src_snapshot.sh index c637d31ee5..9b8ee3df9e 100755 --- a/utils/cronjobs_osgeo_lxd/cron_grass_old_src_snapshot.sh +++ b/utils/cronjobs_osgeo_lxd/cron_grass_old_src_snapshot.sh @@ -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.md $TARGETDIR +cp -p ChangeLog AUTHORS CITING CITATION.cff COPYING GPL.TXT INSTALL.md REQUIREMENTS.md $TARGETDIR cd .. gzip $TARGETDIR/ChangeLog diff --git a/utils/cronjobs_osgeo_lxd/cron_grass_preview_build_binaries.sh b/utils/cronjobs_osgeo_lxd/cron_grass_preview_build_binaries.sh index 49f776b9f2..dfd2fc9fe3 100755 --- a/utils/cronjobs_osgeo_lxd/cron_grass_preview_build_binaries.sh +++ b/utils/cronjobs_osgeo_lxd/cron_grass_preview_build_binaries.sh @@ -177,7 +177,7 @@ echo "Injecting DuckDuckGo search field into manual main page..." (cd $TARGETHTMLDIR/ ; sed -i -e "s++<\!\-\- injected in cron_grass8_relbranch_build_binaries.sh \-\->
+g" index.html) # copy important files to web space -cp -p AUTHORS CHANGES CITING CITATION.cff COPYING GPL.TXT INSTALL.md REQUIREMENTS.md $TARGETDIR/ +cp -p AUTHORS CITING CITATION.cff COPYING GPL.TXT INSTALL.md REQUIREMENTS.md $TARGETDIR/ # clean wxGUI sphinx manual etc (cd $GRASSBUILDDIR/ ; $MYMAKE cleansphinx) diff --git a/utils/cronjobs_osgeo_lxd/cron_grass_preview_src_snapshot.sh b/utils/cronjobs_osgeo_lxd/cron_grass_preview_src_snapshot.sh index c3851b56fc..465017c9e3 100755 --- a/utils/cronjobs_osgeo_lxd/cron_grass_preview_src_snapshot.sh +++ b/utils/cronjobs_osgeo_lxd/cron_grass_preview_src_snapshot.sh @@ -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.md $TARGETDIR +cp -p ChangeLog AUTHORS CITING CITATION.cff COPYING GPL.TXT INSTALL.md REQUIREMENTS.md $TARGETDIR cd .. gzip $TARGETDIR/ChangeLog