* fix: single files will not cause IO error (#194) * Calculates mark pane item count consistently with the rest of the app * Refactors MainWindow render to make it more readable * feat: Add total size to header bar and change to aggregate, human-readable item count. * adjust names of `make fmt` and `make ready`; `fmt` now only checks * Adds new target that runs all the checks (to be used before creating a PR) * Displays total item count OBS-URL: https://build.opensuse.org/package/show/home:Dead_Mozay/dua-cli?expand=0&rev=54
24 lines
877 B
XML
24 lines
877 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="filename">dua-cli</param>
|
|
<param name="url">https://github.com/Byron/dua-cli.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="version">git-master</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="revision">v2.23.0</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="changesauthor">dead_mozay@opensuse.org</param>
|
|
</service>
|
|
<service mode="manual" name="set_version"/>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="compression">gz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
<service name="cargo_vendor" mode="manual">
|
|
<param name="srcdir">dua-cli</param>
|
|
</service>
|
|
</services>
|