Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
vagrant-boxen
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Piotr Maślanka
vagrant-boxen
Commits
05068fae
There was a problem fetching the latest pipeline status.
Commit
05068fae
authored
8 years ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
meta
parent
7d529f84
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#604
canceled with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
SkeletonVagrantfile
+0
-2
0 additions, 2 deletions
SkeletonVagrantfile
wynurz.sh
+0
-2
0 additions, 2 deletions
wynurz.sh
with
0 additions
and
4 deletions
SkeletonVagrantfile
+
0
−
2
View file @
05068fae
...
@@ -9,12 +9,10 @@ Vagrant.configure("2") do |config|
...
@@ -9,12 +9,10 @@ Vagrant.configure("2") do |config|
config.vm.provision "shell", inline: <<-SHELL
config.vm.provision "shell", inline: <<-SHELL
apt-get update
apt-get update
apt-get install -y killall
bash /vagrant/run.sh
bash /vagrant/run.sh
# Minify
# Minify
apt-get remove killall
apt-get clean
apt-get clean
dd if=/dev/zero of=/EMPTY bs=1M
dd if=/dev/zero of=/EMPTY bs=1M
rm -f /EMPTY
rm -f /EMPTY
...
...
This diff is collapsed.
Click to expand it.
wynurz.sh
+
0
−
2
View file @
05068fae
...
@@ -49,8 +49,6 @@ if [ $1 == "cassandra" ]; then
...
@@ -49,8 +49,6 @@ if [ $1 == "cassandra" ]; then
$(
sleep
30
&&
$(
sleep
30
&&
service cassandra stop
&&
service cassandra stop
&&
killall java
;
killall cassandra
;
rm
-rf
/var/lib/cassandra/
*
)
$
rm
-rf
/var/lib/cassandra/
*
)
$
fi
fi
...
...
This diff is collapsed.
Click to expand it.
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