Skip to content

Commit 8b3eb34

Browse files
committed
Packit: move scripts to contrib/packit-tmt
Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
1 parent 07e4b25 commit 8b3eb34

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.packit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ srpm_build_deps:
4444
- make
4545

4646
actions:
47-
fix-spec-file: "bash .packit-copr-rpm.sh"
48-
pre-sync: "bash .packit-rpm-git-commit.sh"
47+
fix-spec-file: "bash contrib/packit-tmt/packit-copr-rpm.sh"
48+
pre-sync: "bash contrib/packit-tmt/packit-rpm-git-commit.sh"
4949

5050
jobs:
5151
- job: copr_build

.packit-copr-rpm.sh renamed to contrib/packit-tmt/packit-copr-rpm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
set -exo pipefail
88

9-
. .packit-rpm-git-commit.sh
9+
. packit-rpm-git-commit.sh
1010

1111
# Get Version from HEAD
1212
VERSION=$(grep '^const RawVersion' version/rawversion/version.go | cut -d\" -f2)
File renamed without changes.

0 commit comments

Comments
 (0)