Activity log for bug #1395560

Date Who What changed Old value New value Message
2014-11-24 01:19:40 Mike McCracken bug added bug
2014-11-24 01:20:46 Mike McCracken description % charm create -t python -v testcharfasdf INFO generator.py: Generating charm for testcharfasdf in ./testcharfasdf INFO utils.py: No testcharfasdf in apt cache; creating an empty charm instead. % echo $? 0 % ls testcharfasdf config.yaml icon.svg README.example tests/ hooks/ metadata.yaml templates/ unit_tests/ % charm create -t python -v testcharfasdf INFO generator.py: Generating charm for testcharfasdf in ./testcharfasdf INFO utils.py: No testcharfasdf in apt cache; creating an empty charm instead. % echo $? 0 % ls testcharfasdf config.yaml icon.svg README.example tests/ hooks/ metadata.yaml templates/ unit_tests/ # what I expected: $ tree mycharm/ mycharm/ ├── charm-helpers.yaml ├── config.yaml ├── hooks │ ├── config-changed -> hooks.py │ ├── hooks.py │ ├── install -> hooks.py │ ├── start -> hooks.py │ ├── stop -> hooks.py │ └── upgrade-charm -> hooks.py ├── icon.svg ├── lib │ └── charmhelpers │ ├── core │ │ ├── fstab.py │ │ ├── hookenv.py │ │ ├── host.py │ │ └── __init__.py │ └── __init__.py ├── metadata.yaml ├── README.ex ├── revision ├── scripts │ └── charm_helpers_sync.py └── tests ├── 00-setup └── 10-deploy as per this page: https://pythonhosted.org/charmhelpers/getting-started.html
2015-02-04 18:23:21 Anthony Fappiano bug added subscriber Anthony Fappiano
2015-02-12 00:14:08 Marco Ceppi charm-tools: milestone 1.6.0
2015-02-12 00:14:11 Marco Ceppi charm-tools: importance Undecided High
2015-02-12 00:14:14 Marco Ceppi charm-tools: status New Triaged
2015-06-02 07:14:29 Nobuto Murata bug added subscriber Nobuto Murata