Skip to content

Commit

Permalink
cron_grass78_releasebranch_78_build_bins.sh: copy addon logs
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler committed Jun 20, 2020
1 parent 78d652f commit 6454e85
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,12 +247,14 @@ echo "Written to: $TARGETDIR"
# compile addons
cd $GRASSBUILDDIR
sh ~/cronjobs/compile_addons_git.sh ~/src/grass-addons/grass7/ ~/src/releasebranch_7_8/dist.x86_64-pc-linux-gnu/ ~/.grass7/addons
mkdir $TARGETHTMLDIR/addons/
mkdir -p $TARGETHTMLDIR/addons/
cp ~/.grass7/addons/docs/html/* $TARGETHTMLDIR/addons/
sh ~/cronjobs/grass-addons-index.sh $TARGETHTMLDIR/addons/
chmod -R a+r,g+w $TARGETHTMLDIR 2> /dev/null

# TODO: cp logs from ~/.grass7/addons/logs/
# cp logs from ~/.grass7/addons/logs/
mkdir -p $TARGETMAIN/addons/grass7/logs/
cp -p ~/.grass7/addons/logs/* $TARGETMAIN/addons/grass7/logs/

############################################
# cleanup
Expand Down

0 comments on commit 6454e85

Please sign in to comment.