* Added parallelization feature. Improvements to string handling. Some doc updates. # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # On branch factory # Your branch is up to date with 'origin/factory'. # # Changes to be committed: # modified: _service # modified: _servicedata # deleted: scriptura-1.1+git.1677805249.0a8acd4.obscpio # new file: scriptura-1.1+git.1740605059.e9c9270.tar.gz # modified: scriptura.changes # modified: scriptura.spec #
17 lines
579 B
XML
17 lines
579 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="url">https://tildegit.org/paladin1/scriptura.git</param>
|
|
<param name="versionprefix">1.1+git</param>
|
|
<param name="revision">main</param>
|
|
<param name="scm">git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="changesauthor">mcepl@cepl.eu</param>
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="compression">gz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
<service mode="manual" name="set_version"/>
|
|
</services>
|