Closed cuttlefish closed 3 years ago
Could we do a really hackey "move out of the way" sort of thing, e.g.
stactools-packages
to stringthatwellchangebacklater
stactools-package
stringthatwellchangbacklater
to stactools-packages
That's definitely an option 😆 I forgot to included it.
I guess I'd rather change the package
magic word, since it conflicts with other things as well.
Neither solution is stellar, but I don't think anything more complex is warranted at the moment.
I guess I'd rather change the package magic word, since it conflicts with other things as well.
Worksforme!
👍 I'll take a look at it this afternoon
The rename script is mangling
docker/env
.sed
implementation of regex doesn't support lookahead. This makes it difficult for it to recognize the difference betweenstactools-package
andstactools-packages
. The former should be rewritten, the latter should not. [I may be missing a simple option here]As I see it we can:
package
to something else that won't conflict.template
? We might hit similar problems down the road. It's nice having a name that is still valid syntactically because we can test the template repo on its own.