aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <mthode@mthode.org>2016-12-01 22:51:08 -0600
committerMatthew Thode <mthode@mthode.org>2016-12-01 22:51:08 -0600
commite84ff11c9bb8581832cc195e481160a3d2d3e867 (patch)
treea33fb1627575394c8e8eaa17c5d49759612bdcbe
parentechangelog2: timing data. (diff)
downloadmastermirror-scripts-e84ff11c9bb8581832cc195e481160a3d2d3e867.tar.gz
mastermirror-scripts-e84ff11c9bb8581832cc195e481160a3d2d3e867.tar.bz2
mastermirror-scripts-e84ff11c9bb8581832cc195e481160a3d2d3e867.zip
fix rsync-gen.sh, seperate commands that had been erroniously joined
-rwxr-xr-xrsync-gen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsync-gen.sh b/rsync-gen.sh
index c8207c3..47ac2ac 100755
--- a/rsync-gen.sh
+++ b/rsync-gen.sh
@@ -343,7 +343,7 @@ rsync -Wqa --exclude=/metadata/timestamp.chk --delete --checksum \
${STAGEDIR}/ \
${REPODIR}/ && \
( cd $REPODIR && \
-git add -A \
+git add -A && \
GIT_AUTHOR_NAME='Gentoo Infrastructure' \
GIT_AUTHOR_EMAIL='infra@gentoo.org' \
GIT_COMMITTER_NAME='Gentoo Infrastructure' \