Skip to content

Commit

Permalink
Update copier dependency (#144)
Browse files Browse the repository at this point in the history
* Update copier dependency

and remove old template

* Fix UID
  • Loading branch information
hparfr authored Nov 18, 2021
1 parent d4a1757 commit 5f3ed4d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 130 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ see : https://github.com/docker/compose/issues/6151
Changelog
----------

version 7.0.6
- update copier dep to 6.0.0a9
- remove dead code (old template)

version 7.0.5
- fix requirements.txt

Expand Down
2 changes: 1 addition & 1 deletion docky/cmd/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

class Docky(cli.Application):
PROGNAME = "docky"
VERSION = '7.0.4'
VERSION = '7.0.5'
SUBCOMMAND_HELPMSG = None

def _run(self, cmd, retcode=FG):
Expand Down
2 changes: 1 addition & 1 deletion docky/common/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ def generate(self, url, branch):
else:
if not self._is_empty():
raise BaseException("Not empty dir")
return copier['-d', f'uid={self._uid()}', '-d', f'project_name={self._project_name()}', "-b", branch, url, '.'] & FG
return copier['-d', f'UID={self._uid()}', '-d', f'project_name={self._project_name()}', "-b", branch, url, '.'] & FG

127 changes: 0 additions & 127 deletions docky/template/odoo.docker-compose.yml

This file was deleted.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ docker-compose>=1.23.1
plumbum
rainbow_logging_handler
python-slugify
copier @ git+https://github.com/hparfr/copier@vcs_branch#egg=copier
copier @ git+https://github.com/hparfr/copier@vcs_branch09#egg=copier
# Only for solving installation issue with pip that fail to
# solve the version of request compatible with docker and docker-compose
requests<3,>=2.20.0

0 comments on commit 5f3ed4d

Please sign in to comment.