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 375C2200CD2 for ; Thu, 13 Jul 2017 03:29:27 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 35B7016A55E; Thu, 13 Jul 2017 01:29:27 +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 A1F2916A55C for ; Thu, 13 Jul 2017 03:29:26 +0200 (CEST) Received: (qmail 2770 invoked by uid 500); 13 Jul 2017 01:29:25 -0000 Mailing-List: contact cvs-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@incubator.apache.org Delivered-To: mailing list cvs@incubator.apache.org Received: (qmail 2760 invoked by uid 99); 13 Jul 2017 01:29:25 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Jul 2017 01:29:25 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 21EE6F21A9; Thu, 13 Jul 2017 01:29:25 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: johndament@apache.org To: cvs@incubator.apache.org Message-Id: <7ead9f94bada4485af45dbfbf832823f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator git commit: Force copy .htaccess. Date: Thu, 13 Jul 2017 01:29:25 +0000 (UTC) archived-at: Thu, 13 Jul 2017 01:29:27 -0000 Repository: incubator Updated Branches: refs/heads/master 36100502d -> a766f8d28 Force copy .htaccess. Project: http://git-wip-us.apache.org/repos/asf/incubator/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator/commit/a766f8d2 Tree: http://git-wip-us.apache.org/repos/asf/incubator/tree/a766f8d2 Diff: http://git-wip-us.apache.org/repos/asf/incubator/diff/a766f8d2 Branch: refs/heads/master Commit: a766f8d2811132282853cf2a7a1b910a772ac6d6 Parents: 3610050 Author: John D. Ament Authored: Wed Jul 12 21:29:20 2017 -0400 Committer: John D. Ament Committed: Wed Jul 12 21:29:20 2017 -0400 ---------------------------------------------------------------------- build_site.sh | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator/blob/a766f8d2/build_site.sh ---------------------------------------------------------------------- diff --git a/build_site.sh b/build_site.sh index 5a36e61..beaf60d 100755 --- a/build_site.sh +++ b/build_site.sh @@ -28,6 +28,7 @@ git clean -f -d git pull origin asf-site rm -rf * cp -a $WORKDIR/* . +cp $WORKDIR/.htaccess . git add . git add .htaccess git commit -m "Automatic Site Publish by git-site-role" --------------------------------------------------------------------- To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org For additional commands, e-mail: cvs-help@incubator.apache.org