Hi all,
I search through the docs but could not find any info on this.
Is it possible to use variables (possible from some sourced file) in the _service file?
for example:
<services>¬
<service name="download_url">¬
<param name="host">commondatastorage.googleapis.com</param>¬
<param name="protocol">https</param>¬
<param name="path">/chromium-browser-official/chromium-${MY_CURRENT_VER}.tar.xz</param>
</service>¬
</services>
Where MY_CURRENT_VER is a variable stored in another file?
Hi
You can define your variables in the project config file.
Thanks, is there any way to do it at the package level?
Hi
Not that I’m aware of… But you can just put the version number in the service file?
I would look here for some info: Project Configuration of openSUSE:Factory - openSUSE Build Service esp with macros, defines etc.