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 cd5edc2 commit 7ecfa70Copy full SHA for 7ecfa70
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
""")
systemd-build/systemd-build.sh
@@ -1,6 +1,5 @@
1
#!/usr/bin/env bash
2
3
-
4
echo "Git Pull" && \
5
git pull && \
6
echo "Run jinja2" && \
0 commit comments