Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
gentoo
FeM Overlay
Commits
f32828e5
Unverified
Commit
f32828e5
authored
Apr 09, 2022
by
Adrian Schollmeyer
Browse files
fixup
parent
074d6abf
Pipeline
#2052
passed with stages
in 9 minutes and 24 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f32828e5
...
...
@@ -53,6 +53,6 @@ emerge_changed:
-
./tools/emerge_changed_packages.sh
artifacts
:
paths
:
-
build
-logs
-
tester
-logs
/
needs
:
[]
only
:
[
merge_requests
]
tools/emerge_changed_packages.sh
View file @
f32828e5
...
...
@@ -5,9 +5,9 @@ cd "$(dirname "${0}")/.."
:
${
COMPARE_TO
:
=origin/master~20
}
die
()
{
echo
"*************************************"
echo
"*************************************
*******************************
"
echo
"*** ERR ***
$*
"
echo
"*************************************"
echo
"*************************************
*******************************
"
exit
1
}
...
...
@@ -16,9 +16,9 @@ info() {
}
banner
()
{
echo
"###########################################"
echo
"###########################################
#########################
"
echo
"###
$*
"
echo
"###########################################"
echo
"###########################################
#########################
"
}
cwd
=
"
$(
pwd
)
"
...
...
@@ -48,14 +48,15 @@ info "Emerging packages..."
exit_code
=
0
failed_packages
=()
ln
-sf
$(
pwd
)
/var/db/repos/fem-overlay
mkdir
-p
tester-logs
emerge
--sync
gentoo
--quiet
||
die
"Failed to emerge --sync"
export
FEATURES
=
"test -getbinpkg"
for
d
in
${
dirs
}
;
do
pushd
"
${
d
}
"
>
/dev/null
pushd
"
${
d
}
"
2>&1
>
/dev/null
if
[[
"
$?
"
!=
"0"
]]
;
then
info
"Ignoring
${
d
}
: Unable to p
op
d"
info
"Ignoring
${
d
}
: Unable to p
ush
d"
continue
fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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