Changes between Version 59 and Version 60 of Repositories
- Timestamp:
- 2017-11-13T16:45:21Z (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Repositories
v59 v60 3 3 == Official HelenOS Repository == 4 4 5 The official HelenOS repository (a.k.a mainline) is hosted at bzr://bzr.helenos.org/mainline (using [http://bazaar.canonical.com/ Bazaar VCS]).5 The official HelenOS repository (a.k.a mainline) is hosted at https://github.com/HelenOS/helenos (using [https://git-scm.com/ Git] distributed version control system). 6 6 7 * Mainline: '''bzr://bzr.helenos.org/mainline'''8 * Browse mainline [http://trac.helenos.org/browser/mainlineonline]7 * '''git@github.com:HelenOS/helenos.git''' 8 * Browse HelenOS [https://github.com/HelenOS/helenos online] 9 9 * See instructions for obtaining and building HelenOS from [wiki:UsersGuide/CompilingFromSource source] 10 11 == Launchpad ==12 13 The clone of HelenOS mainline and most of the development branches are hosted at Launchpad:14 15 * [http://code.launchpad.net/helenos HelenOS branches] at Launchpad16 17 === How to register a branch at Launchpad ===18 19 Register an account at launchpad, then follow their instructions to upload an SSH key. Go to the HelenOS branches project and click on ''Register a branch''. Select yourself as the owner and ''hosted'' as the branch type. Launchpad will then give you instructions how to push into the branch. Alternatively, if you want to allow others to push into the branch, you can register it as being owned by a team (either an existing one, such as HelenOS Core, or ask Jakub to create a new team, if needed).20 10 21 11 == Other HelenOS Branches == 22 12 23 If you are a HelenOS developer and you have one or more HelenOS Bazaarbranches which are publicly accessible (for reading), please add them to the table below, along with a short one-line description.13 If you are a HelenOS developer and you have one or more HelenOS Git branches which are publicly accessible (for reading), please add them to the table below, along with a short one-line description. 24 14 25 15 || '''URI''' || '''Owner''' || '''Description''' || … … 29 19 == Historic Repositories == 30 20 21 * bzr://bzr.helenos.org/mainline 22 * bzr://bzr.helenos.org/coastline 23 * bzr://bzr.helenos.org/ci 24 * [http://code.launchpad.net/helenos HelenOS branches] at Launchpad 31 25 * [http://historic.helenos.org Historic SVN repositories] of HelenOS