Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-project
Commits
82372e2f
Commit
82372e2f
authored
May 11, 2021
by
Sébastien Blin
Browse files
misc: fix typo in deploy-packages.sh
Change-Id: I6d8dd00c16fe4f22e4451c4fe040637d2b67c3f5
parent
ddb9b7ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/deploy-packages.sh
View file @
82372e2f
...
...
@@ -138,7 +138,7 @@ EOF
## create the manual download folder ##
#######################################
NAME_PATTERN
=
jami-all_????????.
*
\~
dfsg
*
.deb
if
ls
packages/
${
DISTRIBUTION
}
/
${
NAME_PATTERN
}
i
&> /dev/null
;
then
if
ls
packages/
${
DISTRIBUTION
}
/
${
NAME_PATTERN
}
&> /dev/null
;
then
DISTRIBUTION_MANUAL_DOWNLOAD_FOLDER
=
$(
realpath
manual-download
)
/
${
DISTRIBUTION
}
mkdir
-p
${
DISTRIBUTION_MANUAL_DOWNLOAD_FOLDER
}
cp
packages/
${
DISTRIBUTION
}
/
${
NAME_PATTERN
}
${
DISTRIBUTION_MANUAL_DOWNLOAD_FOLDER
}
...
...
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