Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
358107ba
Verified
Commit
358107ba
authored
Jun 13, 2020
by
Jan Alexander Steffens (heftig)
Browse files
mkpkg: Fix uploading files containing : (epoch)
parent
f7529414
Pipeline
#226
failed with stage
in 1 minute and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
roles/archbuild/files/mkpkg
View file @
358107ba
...
...
@@ -153,7 +153,7 @@ repoadd() {
if
[[
-n
$repohost
]]
;
then
ssh
-q
$repohost
mkdir
-p
$repodir
/
$1
scp
-q
$
files
$repohost
:
$repodir
/
$1
/
scp
-q
./
${
^
files
}
$repohost
:
$repodir
/
$1
/
ssh
-q
$repohost
zsh
-c
${
(qq)
:-
":
setopt extendedglob nomatch
repodir=
${
(q)repodir
}
...
...
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