project-config/nodepool/elements/cache-devstack/extra-data.d
Clark Boylan 7f35178617 Fix package and image list comment cleanup
When cleaning up comments from lines of the form:

  foo bar # this is a comment

You want to remove remove everything after the first comment character
not after the last comment character. This is because:

  foo bar # this is # a comment

Should get everything after bar removed not everything after is.
Unfortunately when you use str.rfind() you remove everything after is
not everything after bar. Switch to regular trusty find to fix this.

Change-Id: I78aa6b51b5be03bd3b8ce7885415442171218977
2016-04-19 17:27:14 -07:00
..
50-early-source-repo Cleanup the early devstack clone script 2016-01-19 11:11:28 +11:00
55-cache-devstack-repos Fix package and image list comment cleanup 2016-04-19 17:27:14 -07:00
60-rm-early-source-repo diskimage-builder element cleanups for dib-lint 2015-10-08 11:33:03 +11:00