chiark
/
gitweb
/
~mdw
/
chopwood
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
ba8f1b9
)
cmd-admin.py: Add `source' command to remote command context.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 9 Mar 2013 05:50:44 +0000
(
05:50
+0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 9 Mar 2013 05:50:44 +0000
(
05:50
+0000)
Now remote-control clients can fetch our source code too. Question:
should the master instance fetch source code for all of its satellites?
cmd-admin.py
patch
|
blob
|
blame
|
history
diff --git
a/cmd-admin.py
b/cmd-admin.py
index dc5246198b82e09735ba5f58b08fc839e260103c..8cea8e797143befe34fbbaa9b2992994a70a771c 100644
(file)
--- a/
cmd-admin.py
+++ b/
cmd-admin.py
@@
-164,7
+164,7
@@
def cmd_editacct(user, service, alias = None, noalias = False):
user = user, service = service)
@SC.subcommand(
- 'source', ['admin', 'userv'], """\
+ 'source', ['admin', 'userv'
, 'remote'
], """\
Write source code (in `.tar.gz' format) to standard output.""")
def cmd_source_admin():
AGPL.source(OUT)