Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
Zipr Toolchain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Open Source Software
Zipr Toolchain
Commits
918d43e5
Commit
918d43e5
authored
7 years ago
by
jdh8d
Browse files
Options
Downloads
Patches
Plain Diff
Updated to install w/o needing the env.
parent
812215fb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
get-peasoup-packages.sh
+5
-10
5 additions, 10 deletions
get-peasoup-packages.sh
with
5 additions
and
10 deletions
get-peasoup-packages.sh
+
5
−
10
View file @
918d43e5
...
...
@@ -6,7 +6,7 @@
#dpkg --add-architecture i386
#sudo apt-get update
# Needed to build
PEASOUP
components
# Needed to build components
BASE_PKGS
=
"
scons
dwarfdump
...
...
@@ -48,13 +48,6 @@ SERVER_IRDB_PKGS="postgresql"
ALL_PKGS
=
"
$BASE_PKGS
$CLIENT_IRDB_PKGS
$SERVER_IRDB_PKGS
"
if
[[
"
$PEASOUP_UMBRELLA_DIR
"
==
""
]]
;
then
echo
"PEASOUP_UMBRELLA_DIR not found"
echo
"Did you source set_env_vars and use sudo -E"
exit
1
fi
install_packs
()
{
for
i
in
$*
...
...
@@ -91,9 +84,11 @@ for arg in args; do
esac
done
orig_dir
=
$(
pwd
)
echo
"Getting irdb_transforms packages."
cd
irdb_transforms
sudo
./get-packages.sh
cd
$
PEASOUP_UMBRELLA_DIR
cd
$
orig_dir
echo
Peasoup
packages complete.
echo
Intsalling
packages complete.
This diff is collapsed.
Click to expand it.
Jason Hiser
@jdh8d
mentioned in commit
788bc600
·
6 years ago
mentioned in commit
788bc600
mentioned in commit 788bc60018853ca2aaf3a62eed8bf091be2d2a31
Toggle commit list
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