98acf42f92667fd4ed8189d8eae726a733782291
27 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
Chmouel Boudjnah
|
3282e3885c |
Add --run-dir switch to swift-init
- Add ability to specify an alternative run_dir than the default /var/run/swift. - DocImpact Change-Id: I17677588f2c8da563b7fec2dc4fdc52da87126ed |
||
|
gholt
|
4fcbeff22f |
Added override for swift-init's KILL_WAIT
You can now give swift-init a -k N (or --kill-wait N) option to override the default 15 second wait for a process to die after sending it the die signal. This is useful for boxes that are awfully slow for whatever reason. DocImpact Change-Id: I328ec254f6e0ee1cd423c1d062ba4c5331bd8337 |
||
|
John Dickinson
|
1ecf5ebba1 |
updated copyright date for all files
Change-Id: Ifd909d3561c2647770a7e0caa3cd91acd1b4f298 |
||
|
Chmouel Boudjnah
|
36af76fb9d |
Make binaries executables.
Set the excecutable bit on swift-form-signature swift-object-expirer swift-init swift-temp-url binaries. Fixes bug 918430 Change-Id: Iafecf0b542ee8f607e765879edbffa1cb463d3eb |
||
|
David Goetz
|
51ce438f7f | changing /usr/bin/python to /usr/bin/env python | ||
|
Clay Gerrard
|
97e218fd52 | mermged upstream changes | ||
|
Clay Gerrard
|
092608b1c9 | added [options] to command usage | ||
|
Clay Gerrard
|
6766bd371a | wait is on by default | ||
|
Clay Gerrard
|
1f78fae2fc | more tests and cleanup | ||
|
Clay Gerrard
|
bfae3625ef | fixed license dates | ||
|
Clay Gerrard
|
6554c16e0a | merged trunk | ||
|
Clay Gerrard
|
1095f27590 |
Prepare for trunk merge.
Refactored some of the swift_init classes into a new module in swift.common, changed some names. Removed the bin test stuff. Fixed some bugs, added some features. |
||
|
Clay Gerrard
|
37ca9e569a | more tests, still slow going | ||
|
gholt
|
9dd1e2ae84 | Updates to remove _ usage that is not i18n related | ||
|
Anne Gentle
|
8823427161 | Changed copyright notices on py files and the single rst file with a copyright notice | ||
|
Clay Gerrard
|
ef487c65ef | good start on TestSwiftInitClass | ||
|
Clay Gerrard
|
668666c18b | mostly finished SwiftServer tests, needs some cleanup | ||
|
Clay Gerrard
|
cf70f54e87 | finished test_spawn, started test_wait | ||
|
Michael Barton
|
784c7a85b6 | return from do_start early if config file is missing | ||
|
Michael Barton
|
7e41c5fe4e | make swift-init only warn on missing configs | ||
|
Clay Gerrard
|
73210937a3 | made existing tests more literal/readable/useful | ||
|
Clay Gerrard
|
0b380264d7 |
refactored swift-init to be more maintainable, added some features,
help, docs, tests, fixed lp:639710; new bin/test module with examples of how to import files from bin and some stubs for swift-init |
||
|
Soren Hansen
|
51b7e68e75 | Make swift-init support force-reload (required by Debian Policy) | ||
|
Clay Gerrard
|
d8accbde75 | fixed typo in swift-init | ||
|
Clay Gerrard
|
d0fc23ba1d | refactored swift-init.do_start to handle missing config files | ||
|
Michael Barton
|
8ef54b341d | Make swift-init pay attention to $PATH | ||
|
Monty Taylor
|
76e6c6ea6c |
Renamed bin files in the tree so that setup.py install does the same thing
as a deb install. |