https://github.com/fluiddyn/fluiddevops
Publish-only mirror of https://bitbucket.org/fluiddyn/fluiddevops
https://github.com/fluiddyn/fluiddevops
Last synced: about 1 year ago
JSON representation
Publish-only mirror of https://bitbucket.org/fluiddyn/fluiddevops
- Host: GitHub
- URL: https://github.com/fluiddyn/fluiddevops
- Owner: fluiddyn
- License: other
- Created: 2018-02-14T11:16:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-14T15:20:46.000Z (over 8 years ago)
- Last Synced: 2025-01-29T13:47:13.513Z (over 1 year ago)
- Language: Python
- Size: 115 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
===========
FluidDevOps
===========
|release|
.. |release| image:: https://img.shields.io/pypi/v/fluiddevops.svg
:target: https://pypi.python.org/pypi/fluiddevops/
:alt: Latest version
FluidDevOps is a small package which provides some console scripts to
make DevOps easier.
See directory ``docker`` for more on running Docker containers.
Installation
------------
::
python setup.py develop
Features
--------
- ``python -m fluiddevops.mirror`` or ``fluidmirror`` to setup hg to
git mirroring for a group of packages and periodically check for
updates
::
usage: fluidmirror [-h] [-c CFG] {list,clone,set-remote,pull,push} ...
positional arguments:
{list,clone,set-remote,pull,push}
sub-command
list list all configured repositories
clone clone all repositories based on config
set-remote set remote path in hgrc of all configured repositories
pull pull all configured repositories
push push all configured repositories
sync sync all configured repositories
optional arguments:
-h, --help show this help message and exit
-c CFG, --cfg CFG config file