(Slightly change the size of thumbnailed pictures because the old thumbnail (250px) can't be updated after I uploaded a new picture) |
|||
| (4 intermediate revisions not shown) | |||
| Line 3: | Line 3: | ||
== Package Management and Development == | == Package Management and Development == | ||
=== Overview === | === Overview === | ||
| - | [[File:Distribution-process-overview-with-obs.png|thumb| | + | [[File:Distribution-process-overview-with-obs.png|thumb|260px|right|The development process when using OBS]] |
| - | [[File:Distribution-process-without-obs.png|thumb| | + | [[File:Distribution-process-without-obs.png|thumb|260px|right|The development process w/o using OBS]] |
| - | Like other Linux distros, MeeGo is a package-based system, and it is using [http://www.rpm.org/max-rpm/index.html RPM] package end. The RPM packages are managed in [http://wiki.meego.com/Zypper Zypper] repos. The MeeGo development is using [http://wiki.opensuse.org/Portal:Build_Service Open Build Service (OBS)] to manage and build packages. If you are a serious and frequent MeeGo contributor, you need an OBS account to commit your changes back to MeeGo. Casual contributors can work without using OBS, and submit your changes back into MeeGo through the [http://lists.meego.com/mailman/listinfo mailing list]. | + | Like other Linux distros, MeeGo is a package-based system, and it is using [http://www.rpm.org/max-rpm/index.html RPM] package end. The RPM packages are managed in [http://wiki.meego.com/Zypper Zypper] repos. The MeeGo development is using [http://wiki.opensuse.org/Portal:Build_Service Open Build Service (OBS)] to manage and build packages. If you are a serious and frequent MeeGo contributor, you need an OBS account to commit your changes back to MeeGo. Casual contributors can work without using OBS, and submit your changes back into MeeGo through the [http://lists.meego.com/mailman/listinfo mailing list] or work with the package maintainers to submit changes. |
The overall processes of development with and without an OBS account are shown in the right figures. Detail description of the processes can be found below. | The overall processes of development with and without an OBS account are shown in the right figures. Detail description of the processes can be found below. | ||
| Line 38: | Line 38: | ||
== Developer Tools == | == Developer Tools == | ||
=== Image Creation === | === Image Creation === | ||
| - | |||
* [[Image_Creation_For_Beginners|MIC2 for Beginners]] | * [[Image_Creation_For_Beginners|MIC2 for Beginners]] | ||
| + | * [[Image_Creation|MIC2]] | ||
* [[Image Configurations - KickStart Files]] | * [[Image Configurations - KickStart Files]] | ||
| Line 45: | Line 45: | ||
* Part 1 - [[Build_Infrastructure/Packagers_Developers/CLI_Part_1|initial setup]] | * Part 1 - [[Build_Infrastructure/Packagers_Developers/CLI_Part_1|initial setup]] | ||
* Part 2 - [[Build_Infrastructure/Packagers_Developers/CLI_Part_2|checkout & branch]] | * Part 2 - [[Build_Infrastructure/Packagers_Developers/CLI_Part_2|checkout & branch]] | ||
| - | * Part 3 - [[Build_Infrastructure/Packagers_Developers/CLI_Part_4|more commands: localcheckbuild]] | + | * Part 3 - [[Build_Infrastructure/Packagers_Developers/CLI_Part_3|commit & request]] |
| + | * Part 4 - [[Build_Infrastructure/Packagers_Developers/CLI_Part_4|more commands: localcheckbuild]] | ||
=== Spec tool === | === Spec tool === | ||
This page describes basic information you needed if you want to contribute to MeeGo. Target audience is community member who wish to involve in MeeGo development.
Contents |
Like other Linux distros, MeeGo is a package-based system, and it is using RPM package end. The RPM packages are managed in Zypper repos. The MeeGo development is using Open Build Service (OBS) to manage and build packages. If you are a serious and frequent MeeGo contributor, you need an OBS account to commit your changes back to MeeGo. Casual contributors can work without using OBS, and submit your changes back into MeeGo through the mailing list or work with the package maintainers to submit changes.
The overall processes of development with and without an OBS account are shown in the right figures. Detail description of the processes can be found below.