Git in PLD - basic HOWTO

Kacper Kornet draenog at pld-linux.org
Mon Jul 9 05:09:04 CEST 2012


* Servers
---------
Anonymous access

   git://git.pld-linux.org

Developers have an rw acces by ssh:

   ssh://git@git.pld-linux.org

Note: Every developer should use the same account: git


* Builder script
----------------
Version which can work with git repositories you can find in packet
rpm-build-tools-4.5-3.noarch on ftp. Probably a good idea is to set up
an rpm directory hierarchy from the scratch:

$ mv rpm rpm.cv
$ builder --init-rpm-dir

Most options should have the same syntax and functionality as in version
working with CVS


* Some documentation
--------------------

For some basic introduction to git and how to use it to work with PLD
repositories please see:

http://www.pld-linux.org/dokuwiki/howto-git
http://www.pld-linux.org/dokuwiki/cvs2git


* Work with many repositories
-----------------------------

Program slug.py from git-core-slug tries to facilitate work with
many repositories at once. Please see: man slug.py


-- 
  Kacper



More information about the pld-devel-en mailing list