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 [2012/12/20 09:05]
kjellski [Checkout all repos:]
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 \
Line 114: Line 114:
 </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