Infrastructure: Difference between revisions

From KDE Community Wiki
No edit summary
No edit summary
Line 3: Line 3:
== CVS ==
== CVS ==
The KDE projects are mostly using [http://git-scm.org Git]. The repositories can be browsed on our [https://quickgit.kde.org QuickGit] and managed on [https://projects.kde.org KDE Projects].
The KDE projects are mostly using [http://git-scm.org Git]. The repositories can be browsed on our [https://quickgit.kde.org QuickGit] and managed on [https://projects.kde.org KDE Projects].
Find guidelines on: [[GIT LINK]].


Some projects such as i18n (to localize the programs) or some websites still use SVN. The repository can be browsed on https://websvn.kde.org/.  Some guidelines could be found in https://techbase.kde.org/Getting_Started/Sources/Subversion (TO BE MOVED).
Some projects such as i18n (to localize the programs) or some websites still use SVN. The repository can be browsed on https://websvn.kde.org/.  Some guidelines could be found in https://techbase.kde.org/Getting_Started/Sources/Subversion (TO BE MOVED).


== Reviews ==
== Reviews ==
The code is reviewed by the community before being pushed on a repository.
The current used system is [https://git.reviewboard.kde.org/r/ | Reviewboard]. However projects are heavily encouraged to move to the new system: [https://phabricator.kde.org/| Phabricator].


==Localization ==
==Localization ==




Some of the components hosted on this infrastructure include:
== Project Metadata ==


* [https://projects.kde.org/ KDE Projects] management website for the [http://git-scm.org Git] source code repositories.
* [[Infrastructure/Project_Metadata|Project metadata]], used for various internal and external scripts to aid in source code [http://kdesrc-build.kde.org compilation], [http://sysadmin.kde.org/services/continuous-integration/ continuous integration], translation, and other administrative tasks.
* [[Infrastructure/Project_Metadata|Project metadata]], used for various internal and external scripts to aid in source code [http://kdesrc-build.kde.org compilation], [http://sysadmin.kde.org/services/continuous-integration/ continuous integration], translation, and other administrative tasks.

Revision as of 19:38, 8 March 2016

KDE software is hosted on infrastructure managed by the KDE Sysadmins.

CVS

The KDE projects are mostly using Git. The repositories can be browsed on our QuickGit and managed on KDE Projects.

Find guidelines on: GIT LINK.

Some projects such as i18n (to localize the programs) or some websites still use SVN. The repository can be browsed on https://websvn.kde.org/. Some guidelines could be found in https://techbase.kde.org/Getting_Started/Sources/Subversion (TO BE MOVED).

Reviews

The code is reviewed by the community before being pushed on a repository.

The current used system is | Reviewboard. However projects are heavily encouraged to move to the new system: Phabricator.

Localization

Project Metadata