Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #88647
| From | Paul Rubin <no.email@nospam.invalid> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Automate deployment of Python application from multiple VCS repositories |
| Date | 2015-04-07 18:52 -0700 |
| Organization | A noiseless patient Spider |
| Message-ID | <87egnvfkt8.fsf@jester.gateway.sonic.net> (permalink) |
| References | <mailman.129.1428456298.12925.python-list@python.org> |
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