Skip to content
Snippets Groups Projects
Verified Commit d0a07bc4 authored by Johannes Schauer Marin Rodrigues's avatar Johannes Schauer Marin Rodrigues
Browse files

.gitlab-ci.yml: run reprepro as 'build' user so that a potential 'reprepro...

.gitlab-ci.yml: run reprepro as 'build' user so that a potential 'reprepro removesrc' later does not fail
parent 80b73c29
No related branches found
No related tags found
1 merge request!21linux: rebase patches on 6.6.8
...@@ -95,7 +95,7 @@ build_patched: ...@@ -95,7 +95,7 @@ build_patched:
curl --silent --location "$CI_PROJECT_URL/-/jobs/artifacts/main/raw/changes/${f}?job=build_patched" > "changes/${f}" curl --silent --location "$CI_PROJECT_URL/-/jobs/artifacts/main/raw/changes/${f}?job=build_patched" > "changes/${f}"
done done
echo "including ${p}_${variant}.changes" >&2 echo "including ${p}_${variant}.changes" >&2
reprepro --basedir ./repo include "reform" "changes/${p}_${variant}.changes" runuser -u build -- reprepro --basedir ./repo include "reform" "changes/${p}_${variant}.changes"
done done
fi fi
done done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment