Preprocessing snapcraft part files
Mike Berger
mabnhdev at gmail.com
Tue Dec 15 19:52:02 UTC 2015
I'm trying to create a snap where I need to preprocess pull'ed files before
building them. I'm hoping someone can give me a strategy to attack the
problem.
I have one git repository that contains some generic schema files. Within
this repository is a python command, transform.py, used to transform the
generic schema files into a build-specific schema files.
I then have second git repository that comes with (different) generic
schema files. I need to replace the schema files in this second repository
with the build-specific schema files that were generated in the first
repository.
I then need to build the second repository using the autotools plugin.
Any suggestions on how I can make snapcraft perform the above operations?
Regards, Mike
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/snappy-app-devel/attachments/20151215/e9bb839a/attachment.html>
More information about the snappy-app-devel
mailing list