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
2d03883d
Commit
2d03883d
authored
Nov 21, 2011
by
Mario Hlawitschka
Browse files
i:q!
parents
a1ec8123
caec1854
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
318 additions
and
320 deletions
+318
-320
src/core/common/WPropertyTypes.h
src/core/common/WPropertyTypes.h
+315
-316
tools/release/owrelease
tools/release/owrelease
+3
-4
No files found.
src/core/common/WPropertyTypes.h
View file @
2d03883d
This diff is collapsed.
Click to expand it.
tools/release/owrelease
View file @
2d03883d
...
...
@@ -46,7 +46,7 @@ PACKAGES="deb src tgz"
# 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"
DISTRIBUTIONS_DEB
=
"sid
oneiric
"
# use these distributions to build binary tgz
#DISTRIBUTIONS_TGZ="sid wheezy squeeze lucid maverick natty"
...
...
@@ -55,7 +55,7 @@ DISTRIBUTIONS_TGZ=""
# Architectures to build for
# NOTE: we need the debsrc package.
ARCHITECTURES_DEB
=
"amd64"
ARCHITECTURES_DEB
=
"amd64
i386
"
# Build binary tgz for 386 and amd64
ARCHITECTURES_TGZ
=
"amd64 i386"
...
...
@@ -251,12 +251,11 @@ UsageExit()
{
echo
"Central script for release management. Bootstraps the OpenWalnut Release code and starts the building."
echo
""
echo
"Usage:
$0
{bootstrap|
clean
}"
echo
"Usage:
$0
{
clean|purge|
bootstrap|
do
}"
echo
" COMMANDS:"
echo
" clean: removes created build sub-directories and logs but keeps bootstrap status."
echo
" purge: like clean but also removes checkouts and scripts."
echo
" bootstrap: gets a fresh copy of OpenWalnut."
echo
" bootstrap: gets a fresh copy of OpenWalnut."
echo
" do: does the actual building."
echo
""
Exit 2
...
...
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