Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
devflow
Commits
520bc134
Commit
520bc134
authored
Jan 28, 2013
by
Christos Stavrakakis
Browse files
Make autopkg_debian script to create temp dir
parent
fdf79166
Changes
1
Hide whitespace changes
Inline
Side-by-side
ci/autopkg_debian.sh
View file @
520bc134
#!/usr/bin/env sh
devflow-autopkg snapshot
$@
BUILD_NUMBER
=
$1
BUILDBOT_BUILD_DIR
=
buildpkg_debian
shift
TEMP_DIR
=
$(
mktemp
-d
/tmp/devflow_autopkg_XXXXXXX
)
# Create the packages
devflow-autopkg snapshot
-b
$TEMP_DIR
$@
# MOVE the packages
mkdir
-p
buildpkg_debian/
$BUILD_NUMBER
mv
-n
$TEMP_DIR
/
*
$BUILDBOT_BUILD_DIR
/
$BUILD_NUMBER
/
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