From 24e29e5a8dfc3266251a0aa90e09dc1f03660769 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 17 Sep 2019 10:47:20 +0200 Subject: [PATCH] add WebAuthn to EPL apps --- doc/rpm-build/checkout-build-archives.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/rpm-build/checkout-build-archives.php b/doc/rpm-build/checkout-build-archives.php index 10db887788..5db3b77797 100755 --- a/doc/rpm-build/checkout-build-archives.php +++ b/doc/rpm-build/checkout-build-archives.php @@ -33,7 +33,8 @@ $config = array( 'svnalias' => 'aliases/default-ssh', // default alias 'extra' => array('$stylitebase/$svnbranch/stylite', '$stylitebase/$svnbranch/esyncpro', '$stylitebase/trunk/archive'),//, '$stylitebase/$svnbranch/groups'), //,'svn+ssh://stylite@svn.stylite.de/stylite/trunk/eventmgr'), */ - 'extra' => array('functions' => array('stylite'), 'esyncpro', 'policy', 'archive', // create an extra archive for given apps + // create an extra archive for given apps + 'extra' => array('functions' => array('stylite'), 'esyncpro', 'policy', 'webauthn', 'archive', // these apps are placed in egroupware-epl-contrib archive //'contrib' => array('phpgwapi', 'etemplate', 'jdots', 'phpbrain', 'wiki', 'sitemgr') ), @@ -53,7 +54,7 @@ $config = array( 'git' => trim(`which git`), 'gpg' => trim(`which gpg`), 'editor' => trim(`which vi`), - 'rsync' => trim(`which rsync`).' --progress -e ssh --exclude "*-stylite-*" --exclude "*-esyncpro-*" --exclude "*-policy-*"', + 'rsync' => trim(`which rsync`).' --progress -e ssh --exclude "*-stylite-*" --exclude "*-esyncpro-*" --exclude "*-policy-*" --exclude "*-webauthn-*"', 'composer' => trim(`which composer.phar`), 'after-checkout' => 'rm -rf */source */templates/*/source', 'packager' => 'build@egroupware.org',