[ create a new paste ] login | about

Link: http://codepad.org/3oU9N8Od    [ raw code | fork ]

Plain Text, pasted on Mar 8:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- PKGBUILD.orig	2011-02-21 06:33:54.000000000 -0300
+++ PKGBUILD	2011-03-08 12:13:25.554492583 -0300
@@ -23,10 +23,11 @@
   msg "Connecting to GIT server...."
 
   if [ -d $_gitname ] ; then
-    cd $_gitname && git pull origin
+    cd $_gitname && git pull origin experimental
     msg "The local files are updated."
   else
     git clone $_gitroot $_gitname
+    cd $_gitname && git checkout origin/experimental
   fi
 
   msg "GIT checkout done or server timeout"



Create a new paste based on this one


Comments: