Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9D730200BB4 for ; Tue, 1 Nov 2016 23:45:45 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 9C047160AF7; Tue, 1 Nov 2016 22:45:45 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E1F58160ADA for ; Tue, 1 Nov 2016 23:45:44 +0100 (CET) Received: (qmail 33377 invoked by uid 500); 1 Nov 2016 22:45:44 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 33367 invoked by uid 99); 1 Nov 2016 22:45:44 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Nov 2016 22:45:44 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id AAAC5C07CC for ; Tue, 1 Nov 2016 22:45:43 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.998 X-Spam-Level: X-Spam-Status: No, score=-1.998 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id dqbXmfiOuAlq for ; Tue, 1 Nov 2016 22:45:41 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 4C73E5F54F for ; Tue, 1 Nov 2016 22:45:41 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 96E34E010F for ; Tue, 1 Nov 2016 22:45:40 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 325713A1753 for ; Tue, 1 Nov 2016 22:45:40 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1767587 - /directory/studio/trunk/dist/dist.sh Date: Tue, 01 Nov 2016 22:45:39 -0000 To: commits@directory.apache.org From: seelmann@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20161101224540.325713A1753@svn01-us-west.apache.org> archived-at: Tue, 01 Nov 2016 22:45:45 -0000 Author: seelmann Date: Tue Nov 1 22:45:39 2016 New Revision: 1767587 URL: http://svn.apache.org/viewvc?rev=1767587&view=rev Log: Zips are not required Modified: directory/studio/trunk/dist/dist.sh Modified: directory/studio/trunk/dist/dist.sh URL: http://svn.apache.org/viewvc/directory/studio/trunk/dist/dist.sh?rev=1767587&r1=1767586&r2=1767587&view=diff ============================================================================== --- directory/studio/trunk/dist/dist.sh (original) +++ directory/studio/trunk/dist/dist.sh Tue Nov 1 22:45:39 2016 @@ -96,10 +96,10 @@ echo echo "### Signing update sites" cd ${UPDATE_SITE_DIR}/dependencies sh ${WORK_DIR}/sign.sh -zip -r ${DIST_DIR}/ApacheDirectoryStudio-${VERSION}-p2repository-dependencies.zip * +#zip -r ${DIST_DIR}/ApacheDirectoryStudio-${VERSION}-p2repository-dependencies.zip * cd ${UPDATE_SITE_DIR}/eclipse sh ${WORK_DIR}/sign.sh -zip -r ${DIST_DIR}/ApacheDirectoryStudio-${VERSION}-p2repository.zip * +#zip -r ${DIST_DIR}/ApacheDirectoryStudio-${VERSION}-p2repository.zip * echo