Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #88647
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | Paul Rubin <no.email@nospam.invalid> |
| Newsgroups | comp.lang.python |
| Subject | Re: Automate deployment of Python application from multiple VCS repositories |
| Date | Tue, 07 Apr 2015 18:52:35 -0700 |
| Organization | A noiseless patient Spider |
| Lines | 14 |
| Message-ID | <87egnvfkt8.fsf@jester.gateway.sonic.net> (permalink) |
| References | <mailman.129.1428456298.12925.python-list@python.org> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8 |
| Content-Transfer-Encoding | 8bit |
| Injection-Info | mx02.eternal-september.org; posting-host="c694756f1077760bb5296aae16c74092"; logging-data="10688"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18/9gso/oIJ+75U8XpBwdM/" |
| User-Agent | Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
| Cancel-Lock | sha1:nPlGFssXK3JgcqfZAiPy4IkT8DE= sha1:RHLVE+7UzzrOPfHEp0E3NRGxBqk= |
| Xref | csiph.com comp.lang.python:88647 |
Show key headers only | View raw
Ben Finney <ben+python@benfinney.id.au> writes: > host foo: > repo ‘spam-common <URL>’, branch ‘trunk’, at ‘./common/’ > repo ‘beans <URL>’, branch ‘version 6.1’, at ‘./’ ... > What frameworks are there to do this for Python code? I don't know what's out there for Python, but that reminds me a bit of the Erlang tool "rebar": https://github.com/rebar/rebar I half remember that there was a later alternative to rebar that had similarities and maybe improvements. Anyway, these might be worth looking at if you're thinking of developing a Python tool.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Automate deployment of Python application from multiple VCS repositories Ben Finney <ben+python@benfinney.id.au> - 2015-04-08 11:24 +1000
Re: Automate deployment of Python application from multiple VCS repositories Paul Rubin <no.email@nospam.invalid> - 2015-04-07 18:52 -0700
Re: Automate deployment of Python application from multiple VCS repositories Damien Wyart <damien.wyart@free.fr> - 2015-04-08 12:10 +0200
Re: Automate deployment of Python application from multiple VCS repositories Damien Wyart <damien.wyart@free.fr> - 2015-04-08 12:20 +0200
Automate deployment of Python application from multiple VCS repositories Matt <matthew@baltrusitis.com> - 2015-04-08 05:00 -0700
csiph-web