diff --git a/.copr/Makefile b/.copr/Makefile deleted file mode 100644 index 784eaca588..0000000000 --- a/.copr/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# -# Copyright 2022 the Pacemaker project contributors -# -# The version control history for this file may have further details. -# -# This source code is licensed under the GNU General Public License version 2 -# or later (GPLv2+) WITHOUT ANY WARRANTY. -# - -# This file is used by the ClusterLabs COPR project: -# https://copr.fedorainfracloud.org/coprs/g/ClusterLabs/devel/ - -# These should be provided by COPR, so these are just fallbacks -MAKE ?= make -outdir ?= . - -LAST_RELEASE = - -srpm: - cd rpm \ - && echo "$$(git rev-list --count $$(git describe --tags --abbrev=0)..HEAD)" \ - > build.counter \ - && $(MAKE) -f Makefile.am srpm \ - && cp SRPMS/*.src.rpm "$(outdir)"