Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
docker-images
Commits
ea384e07
Commit
ea384e07
authored
Jul 28, 2016
by
Konstantin Pavlov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace myself with a simple shell script.
parent
f967d2f5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
rebuild.sh
rebuild.sh
+16
-0
No files found.
rebuild.sh
0 → 100644
View file @
ea384e07
#!/bin/sh
# this is a helper script to rebuild all base images and then all dependant images
# rebuilding dind image is too dangerous
BASE
=
"jessie sid"
DEPS
=
"vlc-debian-unstable vlc-debian-android vlc-debian-win32 vlc-debian-win64"
for
type
in
$BASE
;
do
make
-C
videolan-base/
$type
push
done
for
dep
in
$DEPS
;
do
make
-C
$dep
push
done
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