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
wiki:development:git [2013/03/14 23:30]
sunweaver
wiki:development:git [2020/05/28 22:43] (current)
danger89 [Anonymous X2Go Git Repository Access via Git-protocol (read-only)]
Line 1: Line 1:
 ====== X2Go's Git Repository ====== ====== X2Go's Git Repository ======
  
-Within the X2Go project development code is shared via a public GIT repository hosted by DAS-NETZWERKTEAM in Kiel, Nothern Germany (Servers: Hetzner Online AG). For any technical X2Go Git related questions, please contact our Git repository administrator (currently: Mike Gabriel): ''git-admin (at) x2go (dot) org'', a discussion about content should be held on the developers' mailing list: ''x2go-dev@lists.berlios.de''.+Within the X2Go project development code is shared via a public GIT repository hosted by DAS-NETZWERKTEAM in Kiel, Nothern Germany (Servers: Hetzner Online AG). For any technical X2Go Git related questions, please contact our Git repository administrator (currently: Mike Gabriel): ''git-admin (at) x2go (dot) org'', a discussion about content should be held on the developers' mailing list: ''x2go-dev@lists.x2go.org''.
  
 ===== Access ===== ===== Access =====
Line 17: Line 17:
 X2Go's Git projects can be cloned to a local copy through anonymous Git with the following instruction set (in a Unix-like console session).  X2Go's Git projects can be cloned to a local copy through anonymous Git with the following instruction set (in a Unix-like console session). 
  
-  $ mkdir -p ~/x2go +  $ mkdir ~/x2go && cd ~/x2go 
-  $ cd ~/x2go +  $ git clone git://code.x2go.org/<package_name
-  $ git clone git://code.x2go.org/<package+
  
-For <packagenames please refer to the [[http://git.x2go.org|Git WebGUI]] (see above).+For the <package_name> please refer to the [[http://git.x2go.org|Git WebGUI]] (see above).
  
 ===== Contributing to X2Go ===== ===== Contributing to X2Go =====
Line 37: Line 36:
 </code> </code>
  
 +==== Sending in Patches ====
  
 Only project developers can access X2Go's Git tree via the SSH method. Please understand that we only restrictively grant write access to our GIT repository. However, you can send us patches via Mail (git-send-email). For submitting X2Go patches, please use the [[wiki:bugs|X2Go Bug Tracker System]]. Only project developers can access X2Go's Git tree via the SSH method. Please understand that we only restrictively grant write access to our GIT repository. However, you can send us patches via Mail (git-send-email). For submitting X2Go patches, please use the [[wiki:bugs|X2Go Bug Tracker System]].
Line 59: Line 58:
 Commits and tags in X2Go Git are posted as e-Mails to two different mailing lists: Commits and tags in X2Go Git are posted as e-Mails to two different mailing lists:
  
-  * Git commits -> x2go-commits@lists.berlios.de (https://lists.berlios.de/mailman/listinfo/x2go-commits) +  * Git commits -> x2go-commits@lists.x2go.org (https://lists.x2go.org/listinfo/x2go-commits) 
-  * Git tags -> x2go-tags@lists.berlios.de (https://lists.berlios.de/mailman/listinfo/x2go-tags)+  * Git tags -> x2go-tags@lists.x2go.org (https://lists.x2go.org/listinfo/x2go-tags)
  
 These mailing lists can be subscribed to by anyone who is interested in X2Go Git changes. However, beware that there might be phases during which you get flooded by mails. Furthermore the lists are read-only. Postings to these lists will be dropped automatically by the mailing list service.  These mailing lists can be subscribed to by anyone who is interested in X2Go Git changes. However, beware that there might be phases during which you get flooded by mails. Furthermore the lists are read-only. Postings to these lists will be dropped automatically by the mailing list service. 
wiki/development/git.1363303852.txt.gz · Last modified: 2013/03/14 23:30 by sunweaver