From 84f8e3a5727b77ccb830098f4f1c6ce4f9cd1b65 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 1aaa1ef968..83cf4555c8 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',