Author: Konstantin Dmitriev <[email protected]> Date: Wed Oct 19 20:10:16 2011 +0700
Update api script --- autobuild/api.sh | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/autobuild/api.sh b/autobuild/api.sh index 2c5e49e..f7a6238 100644 --- a/autobuild/api.sh +++ b/autobuild/api.sh @@ -14,7 +14,8 @@ # Adapt the following macros to the proper directories values. export HTMLDIR=$HOME/synfig/synfig-repository/api -export SOURCEDIR=$HOME/synfig/synfig-repository/code/synfig +#export SOURCEDIR=$HOME/synfig/synfig-repository/code/synfig +export SOURCEDIR=$HOME/synfig/synfig-repository/api/tmp/synfig set -e @@ -39,6 +40,7 @@ mkdir -p $HTMLDIR cd $SOURCEDIR git fetch +git reset --hard git checkout remotes/origin/master #generating api to htmldir ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2d-oct _______________________________________________ Synfig-devl mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synfig-devl
