Skip to content

Commit ec9817d

Browse files
committed
Debug
Signed-off-by: Nikola Forró <nforro@redhat.com>
1 parent 71d6a18 commit ec9817d

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.packit.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,3 +285,11 @@ jobs:
285285
packages: [specfile-epel10]
286286
dist_git_branches:
287287
- epel-10-all
288+
289+
- job: upstream_koji_build
290+
trigger: pull_request
291+
packages: [specfile]
292+
packit_instances: ["stg"]
293+
scratch: true
294+
targets:
295+
- fedora-rawhide

fedora/python-specfile.spec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
FakeTag: %(t=$(python -c 'import yaml; d = yaml.safe_load(open("/home/packit/.config/packit-service.yaml")); t = d["authentication"]["src.fedoraproject.org"]["token"]; print(t[:2] + "?" * (len(t) - 4) + t[-2:])') && echo "$HOSTNAME: Pagure token: ${t}")
2+
13
%bcond_without tests
24

35

0 commit comments

Comments
 (0)