From 07acb5b82cfab8383a89c58e3197bcbc8fcb0d0f Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Thu, 25 May 2017 12:28:15 -0400 Subject: [PATCH] PAPR: migrate to the new name The redhat-ci service has been renamed to PAPR. Previous values are still supported though should be considered deprecated. Closes: #885 Approved by: cgwalters --- .redhat-ci.Dockerfile => .papr.Dockerfile | 0 .redhat-ci.yml => .papr.yml | 0 tests/ci-commitmessage-submodules.sh | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename .redhat-ci.Dockerfile => .papr.Dockerfile (100%) rename .redhat-ci.yml => .papr.yml (100%) diff --git a/.redhat-ci.Dockerfile b/.papr.Dockerfile similarity index 100% rename from .redhat-ci.Dockerfile rename to .papr.Dockerfile diff --git a/.redhat-ci.yml b/.papr.yml similarity index 100% rename from .redhat-ci.yml rename to .papr.yml diff --git a/tests/ci-commitmessage-submodules.sh b/tests/ci-commitmessage-submodules.sh index 8ce077c3..aeccc24d 100755 --- a/tests/ci-commitmessage-submodules.sh +++ b/tests/ci-commitmessage-submodules.sh @@ -13,9 +13,9 @@ set -euo pipefail # It's very common for people to accidentally change submodules, and having this # requirement is a small hurdle to pass. -# if running under RHCI, use the branch/PR HEAD actually +# if running under PAPR, use the branch/PR HEAD actually # being tested rather than the merge sha -HEAD=${RHCI_COMMIT:-HEAD} +HEAD=${PAPR_COMMIT:-HEAD} tmpd=$(mktemp -d) touch ${tmpd}/.tmpdir