chiark
/
gitweb
/
~ianmdlvl
/
fdroidserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d543366
)
Added alternative quick upload script
author
Ciaran Gultnieks
<ciaran@ciarang.com>
Wed, 11 Jan 2012 23:50:16 +0000
(23:50 +0000)
committer
Ciaran Gultnieks
<ciaran@ciarang.com>
Wed, 11 Jan 2012 23:50:16 +0000
(23:50 +0000)
uploadquick.sh
[new file with mode: 0755]
patch
|
blob
diff --git a/uploadquick.sh
b/uploadquick.sh
new file mode 100755
(executable)
index 0000000..
1984581
--- /dev/null
+++ b/
uploadquick.sh
@@ -0,0
+1,3
@@
+#!/bin/sh
+rsync -u -v -r --delete repo fdroid@f-droid.org:/home/fdroid/public_html
+