Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
osak
lipck
Commits
3a3337c6
Commit
3a3337c6
authored
Mar 17, 2015
by
osak buildhauer user
Committed by
Christopher Spinrath
Mar 17, 2015
Browse files
Fixed offline repo build script (syntax error + new debug output)
parent
84006e4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/repo_packages.sh
View file @
3a3337c6
...
...
@@ -58,7 +58,10 @@ echo "ok."
echo
"hey apt - which packages do we need (and where do we get them)?"
PKG_URLS
=
$(
apt-get
install
--reinstall
--print-uris
-qq
$PKG_LIST
|
cut
-d
"'"
-f2
)
PKG_URLS
=
$PKG_URLS
$(
get_packages_from_file
"
$CONTRIB_DIR
/offline_repo_packages.manualurls"
)
echo
"package urls:"
echo
"
$PKG_URLS
"
PKG_URLS
=
"
$PKG_URLS
$(
get_packages_from_file
"
$CONTRIB_DIR
/offline_repo_packages.manualurls"
)
"
echo
"downloading archives. this may take some time..."
wget
-nc
-P
$PKG_DESTINATION
$PKG_URLS
...
...
Write
Preview
Supports
Markdown
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