Update README
This commit is contained in:
parent
61abfb95a5
commit
2543f3f21b
@ -1,20 +1,24 @@
|
|||||||
README (English)
|
README (English)
|
||||||
##################################################
|
##################################################
|
||||||
OBS Package tools
|
OBS Package tools
|
||||||
|
OBE - openSUSE Build Service
|
||||||
##################################################
|
##################################################
|
||||||
|
|
||||||
This directory contains files to explain how to publish
|
This directory contains an instruction to explain
|
||||||
a package onto OBS
|
how to publish a package onto OBS.
|
||||||
|
|
||||||
|
|
||||||
# Create a project onto OBS
|
# Create a project onto OBS
|
||||||
#----------------------------------
|
---------------------------
|
||||||
https://build.opensuse.org
|
https://build.opensuse.org
|
||||||
|
|
||||||
Packaging rules: http://en.opensuse.org/Portal:Packaging
|
|
||||||
|
# Packaging rules:
|
||||||
|
------------------
|
||||||
|
https://en.opensuse.org/Portal:Packaging
|
||||||
|
|
||||||
Add attributes:
|
Add attributes:
|
||||||
OBS:Screenshots URL of screenshot http://www.dolibarr.org/images/dolibarr_screenshot1.png
|
OBS:Screenshots URL of screenshot https://www.dolibarr.org/images/dolibarr_screenshot1.png
|
||||||
OBS:QualityCategory Development|Testing|Stable|Private
|
OBS:QualityCategory Development|Testing|Stable|Private
|
||||||
OBS:Maintained 1
|
OBS:Maintained 1
|
||||||
|
|
||||||
@ -28,22 +32,24 @@ To submit a snapshot for building, we should have a service file with content
|
|||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
|
||||||
How to have such a service file created automatically ?
|
|
||||||
|
|
||||||
Go into project you want to update. It mught be:
|
# How to have such a service file created automatically ?
|
||||||
|
---------------------------------------------------------
|
||||||
|
Go into project you want to update. It might be:
|
||||||
- openSUSE Build Service > Projects > Application:ERP:Dolibarr > dolibarr
|
- openSUSE Build Service > Projects > Application:ERP:Dolibarr > dolibarr
|
||||||
- or your private project
|
- or your private project
|
||||||
|
|
||||||
Once logged, click on "Add file" in section "Source Files", then select mode "Upload From: Remote URL"
|
Once logged, click on "Add file" in section "Source Files", then select mode "Upload From: Remote URL"
|
||||||
Keep empty for "Filename", choose "Remote URL" and enter into last field, URL that should looks like this:
|
Keep empty for "Filename", choose "Remote URL" and enter into last field, URL that should looks like this:
|
||||||
http://www.dolibarr.org/files/stable/package_rpm_generic/dolibarr-x.y.v-0.4.src.rpm
|
https://www.dolibarr.org/files/stable/package_rpm_generic/dolibarr-x.y.v-0.4.src.rpm
|
||||||
|
|
||||||
Then add into Advanded - Attributes
|
Then add into Advanded - Attributes
|
||||||
OBS:Screenshots http://www.dolibarr.org/images/dolibarr_screenshot1.png
|
OBS:Screenshots https://www.dolibarr.org/images/dolibarr_screenshot1.png
|
||||||
OBS:QualityCategory Stable|Testing|Development|Private
|
OBS:QualityCategory Stable|Testing|Development|Private
|
||||||
|
|
||||||
|
|
||||||
# Move project into official directory
|
# Move project into official directory
|
||||||
|
--------------------------------------
|
||||||
- Enter a bug to ask to be a maintener of a category or to add a new one.
|
- Enter a bug to ask to be a maintener of a category or to add a new one.
|
||||||
For example: https://bugzilla.novell.com/show_bug.cgi?id=848083 to be a maintener of category
|
For example: https://bugzilla.novell.com/show_bug.cgi?id=848083 to be a maintener of category
|
||||||
https://build.opensuse.org/project/show/Application:ERP
|
https://build.opensuse.org/project/show/Application:ERP
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user