Sysadmin/GitFAQ: Difference between revisions
< Sysadmin
(document preliminary layout) |
(→Repository Layout: fix repo layout) |
||
Line 21: | Line 21: | ||
The following is the proposed repo layout for git.kde.org | The following is the proposed repo layout for git.kde.org | ||
<pre> | <pre> | ||
/ - top level, for extragear and | / - top level, for SC, extragear and playground applications: | ||
Repos here are covered by Redmine, ReviewBoard and such. | |||
/sysadmin - top secret sysadmin stuff | /sysadmin - top secret sysadmin stuff: Repos are not readable by the | ||
/websites - *.kde.org sites | public. | ||
/websites - *.kde.org sites: Usual setup for websites. | |||
/clones - personal clones of repositories | /clones - personal clones of repositories | ||
/scratch - personal repos: Repo names here are allowed to collide | |||
with top-level names. The scratch repositories will not | |||
show up in Redmine or ReviewBoard, and will not send | |||
mails to kde-commits or commits to CIA. | |||
</pre> | </pre> | ||
Syntax: | Syntax: | ||
<pre> | <pre> | ||
/ - Single level | / - Single level: /app.git | ||
/sysadmin - Single level: /sysadmin/app.git | |||
/sysadmin - Single level | /websites - Single level: /websites/www.git | ||
/websites - Single level | /clones - Path: /clones/<path to orig repo>/<username>/<clone name>.git | ||
/clones - Path | /scratch - Path: /scratch/<username>/<reponame>.git | ||
</pre> | </pre> | ||
Line 40: | Line 46: | ||
<pre> | <pre> | ||
/konversation.git | /konversation.git | ||
/ | /someplaygroundapp.git | ||
/sysadmin/repo-management.git | /sysadmin/repo-management.git | ||
/websites/ | /websites/amarok-website.git | ||
/clones/konversation.git/ | /clones/konversation.git/hein/mykonvi.git | ||
/scratch/toma/letstrysomething.git | |||
</pre> | </pre> |
Revision as of 22:36, 5 October 2010
How to Proceed
Is there a procedure one project must follow to be added to git.kde.org?
File a sysadmin bugreport, with the following details:
- 1) location of current repository (e.g. path in KDE SVN or Gitorious url)
- 2) the date when you want to move
- 3) admin of the repository
- 4) destination email address for the reviews on reviewboard.kde.org
- 5) admin of the projects.kde.org entry
Applications in Playground will not be configured to use Redmine (projects.kde.org), ReviewBoard (reviewboard.kde.org), lxr (lxr.kde.org) or scripty (translations).
Hence, if you are going to create an application in Playground, you only have to state the information for 1) to 3).
Repository Layout
What will the layout of the Git repository look like?
The following is the proposed repo layout for git.kde.org
/ - top level, for SC, extragear and playground applications: Repos here are covered by Redmine, ReviewBoard and such. /sysadmin - top secret sysadmin stuff: Repos are not readable by the public. /websites - *.kde.org sites: Usual setup for websites. /clones - personal clones of repositories /scratch - personal repos: Repo names here are allowed to collide with top-level names. The scratch repositories will not show up in Redmine or ReviewBoard, and will not send mails to kde-commits or commits to CIA.
Syntax:
/ - Single level: /app.git /sysadmin - Single level: /sysadmin/app.git /websites - Single level: /websites/www.git /clones - Path: /clones/<path to orig repo>/<username>/<clone name>.git /scratch - Path: /scratch/<username>/<reponame>.git
Examples:
/konversation.git /someplaygroundapp.git /sysadmin/repo-management.git /websites/amarok-website.git /clones/konversation.git/hein/mykonvi.git /scratch/toma/letstrysomething.git