- Description:
- gitgot is a set of scripts designed to automate the process of rsyncing user repos from their home directory into the proper spots on the public server. Its operation is described here: https://wiki.ircnow.org/index.php?n=Got.RemoteRepo This repo will have the latest versions of the scripts shown at the link above.
- Owner:
- Last Change:
- Clone URL:
git://got.ircnow.org/izzyb-gitgot.git
Commit Briefs
added support for auto creating cloneurl file (master)
the repo can contain a cloneurl file which is used by gotweb to display the url of the repo. Repo owners may have a preferred url they use here so will only generate one if it doesn't exist.
Fixed bug preventing git clone.
git clone relied on the repo bing in /var/git/ so made that the first destination then an rsync to the /var/www/got/public/
Final versions of the gitgot tools as desgribed on the wiki
https://wiki.ircnow.org/index.php?n=Got.RemoteRepo