juju should ignore dotfiles in local charm repositories
Bug #989967 reported by
Mark Mims
on 2012-04-27
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| pyjuju |
Low
|
Unassigned |
Bug Description
Please ignore revision control files (really all dotfiles) anywhere in the charm's path. I keep getting things like:
2012-04-27 17:44:04,687 WARNING Charm '.mrconfig' has an error: CharmError() Error processing '/var/lib/
2012-04-27 17:44:06,204 WARNING Charm '.mrconfig' has an error: CharmError() Error processing '/var/lib/
Related branches
lp:~therve/pyjuju/ignore-dot-files
- Kapil Thangavelu (community): Approve on 2012-07-01
-
Diff: 37 lines (+16/-0)2 files modifiedjuju/charm/repository.py (+2/-0)
juju/charm/tests/test_repository.py (+14/-0)
Clint Byrum (clint-fewbar) wrote : | #1 |
Changed in juju: | |
status: | New → Triaged |
importance: | Undecided → Medium |
Curtis Hovey (sinzui)
on 2013-10-12
Changed in juju: | |
importance: | Medium → Low |
James Sapara (james-sapara) wrote : | #2 |
+1
I have some charms that pull in sub-modules while in dev. The .git folders could be ignored and save some time on archive and upload.
To post a comment you must log in.
Agreed, this is spurious, and I've run into it as well.