pyc-website

main website for pyc inc.

git clone https://9o.is/git/pyc-website.git

commit 14d315876ab4ed9c8a1ee7a72a9aeef2d105299d
parent f43e77bfc7e21ddab643ff9cecb0013bd9813de2
Author: Jul <jul@9o.is>
Date:   Fri,  6 Jun 2014 03:24:09 -0400

removed ivy patterns for publishing

Diffstat:
Mproject/BuildSettings.scala | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/BuildSettings.scala b/project/BuildSettings.scala @@ -119,7 +119,7 @@ object BuildSettings { publishTo := Some(s3resolver.value( "My "+{if (isSnapshot.value) "snapshots-pyc-inc" else "releases-pyc-inc"}+" S3 bucket", - s3(if (isSnapshot.value) "snapshots-pyc-inc" else "releases-pyc-inc")) withIvyPatterns), + s3(if (isSnapshot.value) "snapshots-pyc-inc" else "releases-pyc-inc"))), s3credentials := { file(".") / "project" / ".s3credentials"