User Tools

Site Tools


wiki:development:git

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
wiki:development:git [2011/11/13 10:08]
sunweaver
wiki:development:git [2013/03/08 13:31]
127.0.0.1 external edit
Line 74: Line 74:
 ===== Snippets ==== ===== Snippets ====
  
-==== Checkout all repos==== +==== Checkout all repos ==== 
-This is for bash+Just copy and paste into a bash terminal: 
 <code> <code>
 for REP in \ for REP in \
 buildscripts.git \ buildscripts.git \
 cups-x2go.git \ cups-x2go.git \
 +libjpeg-turbo.git \
 +libpam-x2go.git \
 +lightdm-remote-session-x2go.git \
 ltsp-pyhocathinclient.git \ ltsp-pyhocathinclient.git \
 nx-libs.git \ nx-libs.git \
-nxcomp.git (deprecated) \ 
-nxcompext.git (deprecated)\ 
-nxcompshad.git (deprecated)\ 
-nxproxy.git (deprecated)\ 
 pinentry-x2go.git \ pinentry-x2go.git \
 pyhoca-cli.git \ pyhoca-cli.git \
 pyhoca-contrib.git \ pyhoca-contrib.git \
 pyhoca-gui.git \ pyhoca-gui.git \
 +python-paramiko.git \
 python-x2go.git \ python-x2go.git \
 x2go-keyring.git \ x2go-keyring.git \
-x2goagent.git \+x2goadmincenter.git \ 
 +x2gobroker.git \
 x2goclient-contrib.git \ x2goclient-contrib.git \
 x2goclient.git \ x2goclient.git \
 +x2goclient2.git \
 +x2godesktop-applet.git \
 x2godesktopsharing.git \ x2godesktopsharing.git \
 x2gognomebindings.git \ x2gognomebindings.git \
 +x2golxdebindings.git \
 x2goplasmabindings.git \ x2goplasmabindings.git \
 x2goserver.git \ x2goserver.git \
 x2gothinclient.git \ x2gothinclient.git \
 x2gotrinitybindings.git \ x2gotrinitybindings.git \
 +z99.ubuntu/libev.git \
 +z99.ubuntu/python-crypto.git \
 +z99.ubuntu/python-gevent.git \
 +z99.ubuntu/python-greenlet.git \
 +z99.ubuntu/python-pampy.git \
 +z99.ubuntu/python-setproctitle.git \
 ; do git clone git://code.x2go.org/$REP; done ; do git clone git://code.x2go.org/$REP; done
 </code> </code>
  
 +==== Get Updates for all Repos ====
 +Just copy and paste into a bash terminal: 
  
 +<code> 
 +for REP in \ 
 +buildscripts \ 
 +cups-x2go \ 
 +libjpeg-turbo \ 
 +libpam-x2go \ 
 +lightdm-remote-session-x2go \ 
 +ltsp-pyhocathinclient \ 
 +nx-libs \ 
 +pinentry-x2go \ 
 +pyhoca-cli \ 
 +pyhoca-contrib \ 
 +pyhoca-gui \ 
 +python-paramiko \ 
 +python-x2go \ 
 +x2go-keyring \ 
 +x2goadmincenter \ 
 +x2gobroker \ 
 +x2goclient-contrib \ 
 +x2goclient \ 
 +x2goclient2 \ 
 +x2godesktop-applet \ 
 +x2godesktopsharing \ 
 +x2gognomebindings \ 
 +x2golxdebindings \ 
 +x2goplasmabindings \ 
 +x2goserver \ 
 +x2gothinclient \ 
 +x2gotrinitybindings \ 
 +z99.ubuntu/libev \ 
 +z99.ubuntu/python-crypto \ 
 +z99.ubuntu/python-gevent \ 
 +z99.ubuntu/python-greenlet \ 
 +z99.ubuntu/python-pampy \ 
 +z99.ubuntu/python-setproctitle \ 
 +; do cd $REP && git pull && cd .. ; done 
 +</code>
 ===== Maintenance ===== ===== Maintenance =====
  
wiki/development/git.txt · Last modified: 2020/05/28 22:43 by danger89