From 70b3086ecb286ea7c111475e194b0d142865d583 Mon Sep 17 00:00:00 2001 From: Michel Salim Date: Fri, 3 Mar 2023 14:34:50 -0800 Subject: [PATCH] temporarily disable PackIt (#205) Summary: Pull Request resolved: https://github.com/facebook/CacheLib/pull/205 We need to fix builds for the entire Folly stack first before this will work again Reviewed By: jiayuebao Differential Revision: D43786012 fbshipit-source-id: c962a52e117f349ad5b896b623767e276d3ce694 --- .packit.yaml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .packit.yaml diff --git a/.packit.yaml b/.packit.yaml deleted file mode 100644 index bea307d9d0..0000000000 --- a/.packit.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# See the documentation for more information: -# https://packit.dev/docs/configuration - -specfile_path: cachelib.spec - -upstream_package_name: CacheLib -downstream_package_name: cachelib - -actions: - fix-spec-file: - - bash -c "sed -i cachelib.spec -e \"s/%global commit.*/%global commit $(git rev-parse HEAD)/\"" - - bash -c "sed -i cachelib.spec -e \"s/%global date.*/%global date $(git show -s --date=format:'%Y%m%d' --format=%cd)/\"" - create-archive: - - bash -c "COMMIT=$(git rev-parse HEAD); curl -ORL https://github.com/facebook/CacheLib/archive/${COMMIT}/cachelib-${COMMIT}.tar.gz; echo cachelib-${COMMIT}.tar.gz" - post-upstream-clone: "bash -c \"rm -rf cachelib-dist-git; git clone -b packit https://pagure.io/meta/cachelib.git cachelib-dist-git && mv cachelib-dist-git/cachelib*.{spec,patch} .\"" - -jobs: -- job: copr_build - trigger: pull_request - metadata: - targets: - - fedora-rawhide-aarch64 - - fedora-rawhide-x86_64 - - fedora-35-aarch64 - - fedora-35-x86_64