[pitivi/ges: 142/287] bin: Update the pitivi-git script



commit bd1412840e8eb9a653df9f7af99860be793749e0
Author: Thibault Saunier <thibault saunier collabora com>
Date:   Tue Jan 3 09:10:02 2012 -0300

    bin: Update the pitivi-git script
    
    We now have a ges branch on origin, make use of it

 bin/pitivi-git |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/bin/pitivi-git b/bin/pitivi-git
index d8dbe3f..411146f 100755
--- a/bin/pitivi-git
+++ b/bin/pitivi-git
@@ -62,9 +62,7 @@ if test ! -e $PITIVI; then
     #Get pitivi \
     git clone git://git.pitivi.org/git/pitivi.git &&\
     cd pitivi && \
-    git remote add thiblahute git://github.com/thiblahute/Pitivi.git &&\
-    git remote update thiblahute &&\
-    git checkout ges-port && ./autogen.sh && make
+    git checkout ges && ./autogen.sh && make
 fi
 
 ## if we got a command, run it, else start a shell



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]