~teejee2008/timeshift/trunk

« back to all changes in this revision

Viewing changes to build-release.sh

  • Committer: Tony George
  • Date: 2015-08-14 22:04:58 UTC
  • Revision ID: tony.george.kol@gmail.com-20150814220458-qw1801eo2a9f8tge
Updated build dependency to valac-0.26, libgee-0.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
DIR="$( cd "$( dirname "$0" )" && pwd )"
5
5
cd "$DIR"
6
6
 
7
 
sh push.sh
8
 
 
9
 
#check for errors
10
 
if [ $? -ne 0 ]; then
11
 
        cd "$backup"
12
 
        echo "Failed"
13
 
        exit 1
14
 
fi
15
 
 
16
7
sh build-installer.sh
17
8
 
18
9
#check for errors
28
19
  cp -p --no-preserve=ownership -t /home/teejee/Dropbox/Public/linux ./timeshift-latest-${arch}.run
29
20
  cp -p --no-preserve=ownership -t /home/teejee/Dropbox/Public/linux ./timeshift-latest-${arch}.deb
30
21
done
 
22
cd ..
 
23
 
 
24
sh push.sh
 
25
#check for errors
 
26
if [ $? -ne 0 ]; then
 
27
        cd "$backup"
 
28
        echo "Failed"
 
29
        exit 1
 
30
fi
31
31
 
32
32
cd "$backup"