From 25bec44486e2e8abb6901ce54c9bbf1071dc237a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Jaussoin?= Date: Mon, 12 Jun 2023 12:31:12 +0000 Subject: [PATCH] Fix #108 Add + in the sed selection when renaming packages --- .gitlab-ci-files/deploy.yml | 2 +- .gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci-files/deploy.yml b/.gitlab-ci-files/deploy.yml index 3bcd76b..6ded752 100644 --- a/.gitlab-ci-files/deploy.yml +++ b/.gitlab-ci-files/deploy.yml @@ -33,7 +33,7 @@ remi-deploy: before_script: - rm -f $CI_PROJECT_DIR/build/*devel*.rpm # Remove devel packages - - cd $CI_PROJECT_DIR/build/ && for file in *; do mv "$file" $(echo "$file" | sed -e 's/[^A-Za-z0-9._-]//g'); done || true && cd .. # Rename non standard packages + - cd $CI_PROJECT_DIR/build/ && for file in *; do mv "$file" $(echo "$file" | sed -e 's/[^A-Za-z0-9._+-]//g'); done || true && cd .. # Rename non standard packages - eval $(ssh-agent -s) - echo "$DEPLOY_USER_KEY" | tr -d '\r' | ssh-add - > /dev/null - mkdir -p ~/.ssh && chmod 700 ~/.ssh diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4bdc37e..293c5cc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ variables: DEBIAN_11_IMAGE_VERSION: 20230322_172926_missing_tools PHP_REDIS_REMI_VERSION: php-pecl-redis5-5.3.6-1 PHP_IGBINARY_REMI_VERSION: php-pecl-igbinary-3.2.14-1 - PHP_MSGPACK_REMI_VERSION: php-pecl-msgpack-2.1.2-1 + PHP_MSGPACK_REMI_VERSION: php-pecl-msgpack-2.2.0-1 PHP_XMLRPC_REMI_VERSION: php-pecl-xmlrpc-1.0.0~rc3-2 include: