Skip to content

Commit 7ecfa70

Browse files
author
Steve Ramage
committed
Moar support
1 parent cd5edc2 commit 7ecfa70

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ci/release.Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ pipeline {
310310

311311
sh("""
312312
mkdir -p ./systemd-build/build
313-
cp /opt/systemd-source/systemd/load-fragment-gperf.gperf ./systemd-build/build
313+
cp /opt/systemd-source/systemd/*.gperf ./systemd-build/build
314314
cp /opt/systemd-source/systemd/last_commit_date /opt/systemd-source/systemd/last_commit_hash ./systemd-build/build
315315
cp -R /opt/systemd-source/systemd/man ./systemd-build/build
316316
""")

systemd-build/systemd-build.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env bash
22

3-
43
echo "Git Pull" && \
54
git pull && \
65
echo "Run jinja2" && \

0 commit comments

Comments
 (0)