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
477855e6
Commit
477855e6
authored
Dec 11, 2012
by
Sebastian Eichelbaum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CHANGE] improved support for latest ubuntu release in build scripts
parent
6ad9e4fd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
tools/release/owbuildchroot
tools/release/owbuildchroot
+2
-2
tools/release/owrelease
tools/release/owrelease
+1
-1
No files found.
tools/release/owbuildchroot
View file @
477855e6
...
...
@@ -192,7 +192,7 @@ chroot_setup_suite()
# NOTE: I tested only debian sid and ubuntu natty and maverick. Maverick currently has some problem with libopenscenegraph.
# Please add others here if needed
case
"
$SUITE
"
in
precise
|
oneiric
|
natty
|
maverick
)
quantal
|
precise
|
oneiric
|
natty
|
maverick
)
# multiverse and universe needed for several packs
echo
"deb http://de.archive.ubuntu.com/ubuntu
$SUITE
restricted universe multiverse"
>
./
$CHROOTDIR
/etc/apt/sources.list.d/universeMultiverse.sources.list
...
...
@@ -225,7 +225,7 @@ chroot_finalize_suite()
{
# handle some special suites
case
"
$SUITE
"
in
precise
|
oneiric
|
natty
|
maverick
|
lucid
)
quantal
|
precise
|
oneiric
|
natty
|
maverick
|
lucid
)
# ubuntu hack: kill this xapian-index stuff. If not done, chroot_umount will fail
chroot_do killall
-q
update-apt-xapian-index |
echo
;;
...
...
tools/release/owrelease
View file @
477855e6
...
...
@@ -51,7 +51,7 @@ PACKAGES="deb src"
# 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 wheezy precise oneiric"
DISTRIBUTIONS_DEB
=
"sid wheezy
quantal
precise oneiric"
# 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