From 748dacd444202000797fa34b47007d9d42d587d9 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Sun, 30 Oct 2016 14:28:30 +0100 Subject: [PATCH] Update doc --- README.md | 2 +- build/launchpad/README | 11 +++++++---- build/obs/README | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 64579486985..dddf387cab9 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ These are features that Dolibarr does **not** yet fully support: ## DOCUMENTATION -Administrator, user, developer and translator's documentations are available along with other community resources on the [Wiki](http://wiki.dolibarr.org). +Administrator, user, developer and translator's documentations are available along with other community resources on the [Wiki](https://wiki.dolibarr.org). ## CONTRIBUTING diff --git a/build/launchpad/README b/build/launchpad/README index 7ab1b15b81c..fc284e70b20 100644 --- a/build/launchpad/README +++ b/build/launchpad/README @@ -73,6 +73,8 @@ If you want to build/test package locally: bzr commit -m "Upstream version x.y" bzr push + + # Init debian dir repository into launchpad (when repository for sources does not exist) #---------------------------------- - Create debian directory and upload it onto bzr branch lp:~yourlogin/+junk/debian-[dev|stable] @@ -104,12 +106,13 @@ If you want to build/test package locally: bzr push lp:~yourlogin/+junk/debian-[dev|stable] + # Define a recipe into launchpad (a rule to build packages into a PPA) #---------------------------------- -- Create a file dolibarr.recipe with content +- Create a file dolibarr-[beta|stable].recipe with content cd bzr - vi dolibarr.recipe - For dev: + vi dolibarr-[beta|stable].recipe + For beta/dev: # bzr-builder format 0.3 deb-version {debupstream}-0~{revno} lp:dolibarr merge packaging lp:~yourlogin/+junk/debian-dev @@ -119,7 +122,7 @@ If you want to build/test package locally: merge packaging lp:~yourlogin/+junk/debian-stable - Run command cd bzr - bzr dailydeb dolibarr.recipe working-dir + bzr dailydeb dolibarr-[beta|stable].recipe working-dir This will create a directory "working-dir" with dolibarr sources and will add sources from ~yourlogin/+junk/debian-[dev|stable] - Test package sources sudo pbuilder build <working-dir>/<project>_<version>.dsc diff --git a/build/obs/README b/build/obs/README index cf312fc0e68..c8a29e1dac4 100644 --- a/build/obs/README +++ b/build/obs/README @@ -36,7 +36,7 @@ Go into project you want to update. It mught be: 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: -http://www.dolibarr.org/files/stable/package_rpm_generic/dolibarr-x.y.v-0.3.src.rpm +http://www.dolibarr.org/files/stable/package_rpm_generic/dolibarr-x.y.v-0.4.src.rpm Then add into Advanded - Attributes OBS:Screenshots http://www.dolibarr.org/images/dolibarr_screenshot1.png -- GitLab