[s3cmd/infrastructure] parallelize local->remote syncs

Matt Domsch mdomsch at fedoraproject.org
Mon Jun 18 20:42:30 UTC 2012


commit 3120523884d904768c5681eed93ebe0ab1da1372
Author: Matt Domsch <Matt_Domsch at dell.com>
Date:   Mon Jun 18 15:42:07 2012 -0500

    parallelize local->remote syncs

 .gitignore |    1 +
 s3cmd.spec |   10 +++++++---
 sources    |    1 +
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 25affa1..61b9af1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ s3cmd-0.9.9.91.tar.gz
 /s3cmd-1.0.1.tar.gz
 /s3cmd-1.1.0-beta3-2dfe4a65.tar.xz
 /s3cmd-1.1.0-beta3-f881b162.tar.xz
+/s3cmd-1.1.0-beta3-7de0789d.tar.xz
diff --git a/s3cmd.spec b/s3cmd.spec
index 6a4e1f8..0de23a3 100644
--- a/s3cmd.spec
+++ b/s3cmd.spec
@@ -2,7 +2,8 @@
 
 Name:           s3cmd
 Version:        1.1.0
-Release:        0.2.gitf881b162%{?dist}
+%define git 7de0789d
+Release:        0.3.git%{git}%{?dist}
 Summary:        Tool for accessing Amazon Simple Storage Service
 
 Group:          Applications/Internet
@@ -11,7 +12,7 @@ URL:            http://s3tools.logix.cz/s3cmd
 # git clone git clone  git at github.com:mdomsch/s3cmd.git
 # git checkout -b origin/merge
 # git archive --format tar --prefix s3cmd-1.1.0-beta3-2dfe4a65/ HEAD | xz -c > s3cmd-1.1.0-beta3-2dfe4a65.tar.xz
-Source0:        s3cmd-1.1.0-beta3-f881b162.tar.xz
+Source0:        s3cmd-1.1.0-beta3-%{git}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -32,7 +33,7 @@ command line client.
 
 
 %prep
-%setup -q -n s3cmd-1.1.0-beta3-f881b162
+%setup -q -n s3cmd-1.1.0-beta3-%{git}
 
 %build
 
@@ -60,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun 18 2012 Matt Domsch <mdomsch at fedoraproject.org> - 1.1.0-0.3.git7de0789d
+- parallelize local->remote syncs
+
 * Mon Jun 18 2012 Matt Domsch <mdomsch at fedoraproject.org> - 1.1.0-0.2.gitf881b162
 - add hardlink / duplicate file detection support
 
diff --git a/sources b/sources
index d9941e6..da78ca7 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 e370045a2a7c461e9f1f7c8ad153ae41  s3cmd-1.1.0-beta3-f881b162.tar.xz
+bd78f0844f15e8aa9af73751617a6294  s3cmd-1.1.0-beta3-7de0789d.tar.xz


More information about the scm-commits mailing list