Prepare 3.3.2
This commit is contained in:
parent
57ab4fb798
commit
365a5e18e8
@ -64,12 +64,12 @@ If you want to build/test package locally:
|
|||||||
# To update Dolibarr into launchpad (when repository for sources already exists)
|
# To update Dolibarr into launchpad (when repository for sources already exists)
|
||||||
#----------------------------------
|
#----------------------------------
|
||||||
cd bzr
|
cd bzr
|
||||||
bzr branch lp:~yourlogin/+junk/debian-[dev|beta|stable]
|
bzr branch lp:~yourlogin/dolibarr/[dev|beta|stable]
|
||||||
|
cd dolibarr-[dev|beta|stable]
|
||||||
bzr status
|
bzr status
|
||||||
-- Update files here --
|
-- Update files here --
|
||||||
bzr commit -m "Description of change"
|
bzr commit -m "Description of change"
|
||||||
bzr push lp:~yourlogin/+junk/debian-[dev|beta|stable]
|
bzr push
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Init debian dir repository into launchpad (when repository for sources does not exist)
|
# Init debian dir repository into launchpad (when repository for sources does not exist)
|
||||||
@ -96,6 +96,7 @@ If you want to build/test package locally:
|
|||||||
#----------------------------------
|
#----------------------------------
|
||||||
cd bzr
|
cd bzr
|
||||||
bzr branch lp:~yourlogin/+junk/debian-[dev|beta|stable]
|
bzr branch lp:~yourlogin/+junk/debian-[dev|beta|stable]
|
||||||
|
cd debian-[dev|beta|stable]
|
||||||
bzr status
|
bzr status
|
||||||
-- Update files here --
|
-- Update files here --
|
||||||
bzr commit -m "Description of change"
|
bzr commit -m "Description of change"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user