Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
1f46bbda
Commit
1f46bbda
authored
13 years ago
by
Regis Houssin
Browse files
Options
Downloads
Plain Diff
Merge branch 'develop' of
git+ssh://git@github.com/Dolibarr/dolibarr.git
into develop
parents
a29565f6
354e8156
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build/launchpad/README
+22
-0
22 additions, 0 deletions
build/launchpad/README
build/makepack-dolibarr.pl
+2
-1
2 additions, 1 deletion
build/makepack-dolibarr.pl
with
24 additions
and
1 deletion
build/launchpad/README
0 → 100644
+
22
−
0
View file @
1f46bbda
README (English)
##################################################
Launchpad Package tools
##################################################
This directory contains files to explain how to publish
a package onto LaunchPad
# This is standard command to work on RPM packaging:
#
# To install all packagers tools:
# apt-get install bzr-builder bzr pbuilder
To submit a package on LaunchPad:
- Create account on launchpad.org
- Create Project
- Link project to official SCM server
- Upload SSH public key onto account
- Run from command line: bzr launchpad-login yourlogin
- ...
This diff is collapsed.
Click to expand it.
build/makepack-dolibarr.pl
+
2
−
1
View file @
1f46bbda
...
...
@@ -2,7 +2,7 @@
#----------------------------------------------------------------------------
# \file build/makepack-dolibarr.pl
# \brief Dolibarr package builder (tgz, zip, rpm, deb, exe, aps)
# \author (c)2004-201
1
Laurent Destailleur <eldy@users.sourceforge.net>
# \author (c)2004-201
2
Laurent Destailleur <eldy@users.sourceforge.net>
#----------------------------------------------------------------------------
use
Cwd
;
...
...
@@ -638,6 +638,7 @@ if ($nboftargetok) {
$ret
=
`
rm -f
$BUILDROOT
/
$PROJECT
.tmp/usr/share/
$PROJECT
/build/deb/wash
`;
$ret
=
`
rm -fr
$BUILDROOT
/
$PROJECT
.tmp/usr/share/
$PROJECT
/build/doap
`;
$ret
=
`
rm -fr
$BUILDROOT
/
$PROJECT
.tmp/usr/share/
$PROJECT
/build/exe
`;
$ret
=
`
rm -fr
$BUILDROOT
/
$PROJECT
.tmp/usr/share/
$PROJECT
/build/launchpad
`;
$ret
=
`
rm -fr
$BUILDROOT
/
$PROJECT
.tmp/usr/share/
$PROJECT
/build/live
`;
$ret
=
`
rm -fr
$BUILDROOT
/
$PROJECT
.tmp/usr/share/
$PROJECT
/build/patch
`;
$ret
=
`
rm -fr
$BUILDROOT
/
$PROJECT
.tmp/usr/share/
$PROJECT
/build/perl
`;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment