Skip to content

Commit

Permalink
Prepare 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Apr 23, 2013
1 parent 57ab4fb commit 365a5e1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build/launchpad/README
Expand Up @@ -64,12 +64,12 @@ If you want to build/test package locally:
# To update Dolibarr into launchpad (when repository for sources already exists)
#----------------------------------
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
-- Update files here --
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)
Expand All @@ -96,6 +96,7 @@ If you want to build/test package locally:
#----------------------------------
cd bzr
bzr branch lp:~yourlogin/+junk/debian-[dev|beta|stable]
cd debian-[dev|beta|stable]
bzr status
-- Update files here --
bzr commit -m "Description of change"
Expand Down

0 comments on commit 365a5e1

Please sign in to comment.