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
dad711e5
Commit
dad711e5
authored
7 years ago
by
jdh8d
Browse files
Options
Downloads
Patches
Plain Diff
fixed so that build isn't broken after exporting package
parent
425f36ee
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ubuntu16_files/Vagrantfile
+1
-0
1 addition, 0 deletions
ubuntu16_files/Vagrantfile
ubuntu16_files/generate_ais_installer.sh
+4
-0
4 additions, 0 deletions
ubuntu16_files/generate_ais_installer.sh
with
5 additions
and
0 deletions
ubuntu16_files/Vagrantfile
+
1
−
0
View file @
dad711e5
...
...
@@ -17,6 +17,7 @@ Vagrant.configure(2) do |config|
# README step 0, unpack tarball.
zipr_toolchain
.
vm
.
provision
"shell"
,
privileged:
false
,
inline:
<<-
SHELL
cd /home/vagrant
echo "Extracting zipr_toolchain.tgz into VM."
tar xzf /vagrant/zipr_toolchain.tgz
SHELL
...
...
This diff is collapsed.
Click to expand it.
ubuntu16_files/generate_ais_installer.sh
+
4
−
0
View file @
dad711e5
...
...
@@ -4,5 +4,9 @@ cd $PEASOUP_UMBRELLA_DIR
./regen_install.sh ida ps zipr ubuntu16 stars
cp
-r
installed zipr_toolchain
echo
"Creating zipr_toolchain.tgz"
tar
czf ubuntu16_files/zipr_toolchain.tgz zipr_toolchain
rm
-Rf
zipr_toolchain
$PEDI_HOME
/pedi
-c
-m
manifest.txt
This diff is collapsed.
Click to expand it.
Jason Hiser
@jdh8d
mentioned in commit
10ff1c84
·
6 years ago
mentioned in commit
10ff1c84
mentioned in commit 10ff1c845bbb0b4ed221ba7702ede4fdca72f66d
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