Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenWalnut Core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
44
Issues
44
List
Boards
Labels
Service Desk
Milestones
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
e800372a
Commit
e800372a
authored
Jul 17, 2012
by
Sebastian Eichelbaum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CHANGE] adapted owrelease script to build the 1.3 RC1
parent
00938596
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
tools/release/owrelease
tools/release/owrelease
+4
-4
No files found.
tools/release/owrelease
View file @
e800372a
...
...
@@ -29,26 +29,26 @@
#############################################################################################################
# Which version?
VERSION_BASE
=
1.3.0
VERSION_BASE
=
1.3.0
_RC1
# Should the package number contain the HG revision?
VERSION_INCLUDE_HG
=
1
# Where to grab the sources?
REPO
=
"ssh://openwalnut.com//srv/hg/ow"
REPO_BRANCH
=
"
default
"
REPO_BRANCH
=
"
OpenWalnut_1.3
"
# build from a release branch?
#REPO_BRANCH="OpenWalnut_$VESION"
# Which packages to build
PACKAGES
=
"deb
tgz
src"
PACKAGES
=
"deb src"
# Define which chroot/distribution to use for build the packages
# NOTE: supported are "sid wheezy squeeze lucid maverick natty"
# As we only need a source DEB, we do not build the deb for all supported distributions. The NeuroDebian project is doing this.
# DISTRIBUTIONS_DEB="sid wheezy squeeze lucid maverick natty"
DISTRIBUTIONS_DEB
=
"sid
oneiric
"
DISTRIBUTIONS_DEB
=
"sid
wheezy squeeze oneiric precise
"
# use these distributions to build binary tgz
#DISTRIBUTIONS_TGZ="sid wheezy squeeze lucid maverick natty"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment