We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a11bae commit a8c95d8Copy full SHA for a8c95d8
ci/release.Jenkinsfile
@@ -310,7 +310,7 @@ pipeline {
310
311
sh("""
312
mkdir -p ./systemd-build/build
313
- cp /opt/systemd-source/systemd/load-fragment-gperf.gperf ./systemd-build/build
+ cp /opt/systemd-source/systemd/*.gperf ./systemd-build/build
314
cp /opt/systemd-source/systemd/last_commit_date /opt/systemd-source/systemd/last_commit_hash ./systemd-build/build
315
cp -R /opt/systemd-source/systemd/man ./systemd-build/build
316
""")
0 commit comments