From 1f91bd7201247cda5a82b0c039aa792a8284be5e Mon Sep 17 00:00:00 2001 From: ralf Date: Wed, 20 Apr 2022 21:43:42 +0200 Subject: [PATCH] no longer tag ADOdb with EGroupware version, handling it with own version like other dependencies --- doc/rpm-build/checkout-build-archives.php | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/doc/rpm-build/checkout-build-archives.php b/doc/rpm-build/checkout-build-archives.php index 97c83a7854..fae46ff790 100755 --- a/doc/rpm-build/checkout-build-archives.php +++ b/doc/rpm-build/checkout-build-archives.php @@ -347,13 +347,6 @@ function do_tag() // push tags in all apps (not main-dir!) run_cmd('./install-cli.php --git-apps push -f origin '.escapeshellarg($config['tag'])); - // tag and push stuff now in vendor - foreach(array('adodb-php') as $package) - { - run_cmd("cd vendor/egroupware/$package; git tag -f ".escapeshellarg($config['tag']).' -m '.escapeshellarg('Creating '.$config['tag'])); - run_cmd("cd vendor/egroupware/$package; git push -f origin ".escapeshellarg($config['tag'])); - } - // checkout tag, update composer.{json,lock}, move tag to include them run_cmd($config['git'].' checkout '.$config['tag']); update_composer_json_version($config['tag']); @@ -1434,4 +1427,4 @@ function usage($error=null) exit(90); } exit(0); -} +} \ No newline at end of file