Return-Path: X-Original-To: apmail-ace-commits-archive@www.apache.org Delivered-To: apmail-ace-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D972010A62 for ; Thu, 27 Feb 2014 11:38:10 +0000 (UTC) Received: (qmail 98360 invoked by uid 500); 27 Feb 2014 11:38:10 -0000 Delivered-To: apmail-ace-commits-archive@ace.apache.org Received: (qmail 98336 invoked by uid 500); 27 Feb 2014 11:38:09 -0000 Mailing-List: contact commits-help@ace.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ace.apache.org Delivered-To: mailing list commits@ace.apache.org Received: (qmail 98328 invoked by uid 99); 27 Feb 2014 11:38:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Feb 2014 11:38:08 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Feb 2014 11:38:03 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 4DFA7238899C; Thu, 27 Feb 2014 11:37:43 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1572526 - in /ace/trunk/run-server-allinone/scripts: addtargets.gogo setup.gogo Date: Thu, 27 Feb 2014 11:37:43 -0000 To: commits@ace.apache.org From: marrs@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140227113743.4DFA7238899C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: marrs Date: Thu Feb 27 11:37:42 2014 New Revision: 1572526 URL: http://svn.apache.org/r1572526 Log: Auto approves targets. Modified: ace/trunk/run-server-allinone/scripts/addtargets.gogo ace/trunk/run-server-allinone/scripts/setup.gogo Modified: ace/trunk/run-server-allinone/scripts/addtargets.gogo URL: http://svn.apache.org/viewvc/ace/trunk/run-server-allinone/scripts/addtargets.gogo?rev=1572526&r1=1572525&r2=1572526&view=diff ============================================================================== --- ace/trunk/run-server-allinone/scripts/addtargets.gogo (original) +++ ace/trunk/run-server-allinone/scripts/addtargets.gogo Thu Feb 27 11:37:42 2014 @@ -16,7 +16,7 @@ t = (currentTimeMillis) # create targets each [0 1 2 3 4 5 6 7 8 9] { $w cd2t '(name=dist-'$it')' '(id=target-extra-'$t$it')' - $w ct [id='target-extra-'$t$it] [prop01=test prop02=another prop03=value] + ($w ct [id='target-extra-'$t$it autoapprove=true] [prop01=test prop02=another prop03=value]) setautoapprove true } # commit and delete the workspace Modified: ace/trunk/run-server-allinone/scripts/setup.gogo URL: http://svn.apache.org/viewvc/ace/trunk/run-server-allinone/scripts/setup.gogo?rev=1572526&r1=1572525&r2=1572526&view=diff ============================================================================== --- ace/trunk/run-server-allinone/scripts/setup.gogo (original) +++ ace/trunk/run-server-allinone/scripts/setup.gogo Thu Feb 27 11:37:42 2014 @@ -23,7 +23,7 @@ each [0 1 2 3 4 5 6 7 8 9] { $w cd 'dist-'$it $w cd2t '(name=dist-'$a')' '(id=target-'$a')' echo 'Creating target '$a' ...' - $w ct [id='target-'$a] [common=value 'prop'$a'1'=foo 'prop'$a'2'=bar 'prop'$a'3'=qux] + ($w ct [id='target-'$a] [common=value 'prop'$a'1'=foo 'prop'$a'2'=bar 'prop'$a'3'=qux]) setautoapprove true } # create 1000 artifacts and link them to the 10 features...