[geany/plugins.geany.org] d99910: basically work on master branch
Dominic Hopf
git-noreply at xxxxx
Sat Jul 7 11:08:21 UTC 2012
Branch: refs/heads/master
Author: Dominic Hopf <dmaphy at googlemail.com>
Committer: Dominic Hopf <dmaphy at googlemail.com>
Date: Sat, 07 Jul 2012 11:08:21
Commit: d99910ce71698ce28f914bac5752366250b94b08
https://github.com/geany/plugins.geany.org/commit/d99910ce71698ce28f914bac5752366250b94b08
Log Message:
-----------
basically work on master branch
This makes sure the master branch is updated as well before building
and switches back to master branch after build
Modified Paths:
--------------
gencontent.sh
Modified: gencontent.sh
9 files changed, 9 insertions(+), 0 deletions(-)
===================================================================
@@ -102,6 +102,12 @@ if [ ! -d $SOURCESDIR ]; then
fi
cd $SOURCESDIR
+
+echo "Checking out master branch..."
+git checkout master
+echo "Updating master branch..."
+git pull
+
VERSION=`git tag -l | tail -n1`
echo "Found latest Geany-Plugins version: $VERSION."
@@ -202,5 +208,8 @@ do
fi # if [ -d $SOURCESDIR$i -a $i"x" != "buildx" -a $i"x" != "pox" ];
done
+echo "Switching back to master branch..."
+git checkout master
+
# clean up any unneccessary files
find $LOGDIR -mtime +7 -delete # delete logfiles older than 7 days
@@ Diff output truncated at 100000 characters. @@
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).
More information about the Plugins-Commits
mailing list