Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
9635c930
Commit
9635c930
authored
Jan 02, 2012
by
Sebastian Eichelbaum
Browse files
[FIX] - wrong branch in owrelease script. Fixed.
parent
9fa2b097
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
tools/release/owrelease
tools/release/owrelease
+4
-2
No files found.
tools/release/owrelease
View file @
9635c930
...
...
@@ -36,10 +36,12 @@ VERSION_INCLUDE_HG=1
# Where to grab the sources?
REPO
=
"ssh://openwalnut.com//srv/hg/ow"
REPO_BRANCH
=
"OpenWalnut_
$VERSION_BASE
"
REPO_BRANCH
=
"default"
# build from a release branch?
#REPO_BRANCH="OpenWalnut_$VESION"
# Which packages to build
PACKAGES
=
"deb src"
PACKAGES
=
"deb
tgz
src"
# Define which chroot/distribution to use for build the packages
# NOTE: supported are "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