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
Baudouin Feildel
aurtomatic
Commits
9c30e701
Commit
9c30e701
authored
Feb 19, 2021
by
Baudouin Feildel
Browse files
Fix package extension
parent
f798ce1b
Pipeline
#1875
passed with stages
in 7 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build.sh
View file @
9c30e701
...
...
@@ -44,13 +44,13 @@ package_get_depends()
install_package
()
{
CURRENT_ACTION
=
"Install package from disk"
invoke_pacman
-U
--noconfirm
"
$WORKDIR
/
$1
/"
*
.pkg.tar.
x
z
||
log_error
invoke_pacman
-U
--noconfirm
"
$WORKDIR
/
$1
/"
*
.pkg.tar.z
st
||
log_error
}
save_package
()
{
CURRENT_ACTION
=
"Save package as artifact"
cp
"
$WORKDIR
/
$1
/"
*
.pkg.tar.
x
z
"
$SRCDIR
/packages"
||
log_error
cp
"
$WORKDIR
/
$1
/"
*
.pkg.tar.z
st
"
$SRCDIR
/packages"
||
log_error
add_to_digest
"Save OK"
}
...
...
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