From 00ff3d225071a5fd2aadd12443b81075ceef8c27 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 7 Nov 2016 15:10:38 +0100 Subject: [PATCH] 16.1 changes --- doc/rpm-build/checkout-build-archives.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/rpm-build/checkout-build-archives.php b/doc/rpm-build/checkout-build-archives.php index 50efbc5d92..adc34f59ae 100755 --- a/doc/rpm-build/checkout-build-archives.php +++ b/doc/rpm-build/checkout-build-archives.php @@ -40,7 +40,7 @@ $config = array( 'aliasdir' => 'egroupware', // directory created by the alias 'types' => array('tar.bz2','tar.gz','zip','all.tar.bz2'), // add given extra-apps or (uncompressed!) archives to above all.tar.bz2 archive - 'all-add' => array('contrib', '/home/stylite/epl-trunk/phpfreechat_data_public.tar'), + 'all-add' => array('contrib', '/home/stylite/epl-16.1/phpfreechat_data_public.tar'), // diverse binaries we need 'svn' => trim(`which svn`), 'tar' => trim(`which tar`), @@ -58,7 +58,7 @@ $config = array( 'composer' => ($composer=trim(`which composer.phar`)) ? $composer.' install --ignore-platform-reqs --no-dev' : '', 'after-checkout' => 'rm -rf */source */templates/*/source', 'packager' => 'build@stylite.de', - 'obs' => '/home/stylite/obs/stylite-epl-trunk', + 'obs' => '/home/stylite/obs/stylite-epl', 'obs_package_alias' => '', // name used in obs package, if different from packagename 'changelog' => false, // eg. '* 1. Zeile\n* 2. Zeile' for debian.changes 'changelog_packager' => 'Ralf Becker ',