* fix: parse modified git tree flag correctly * fix: include version number in tarballs * docs: update man page * fix: allow manually supplying version/commit again * feat: migrate rest of goreleaser config * fix: 9p path parse error with WSL2 (#300) * chore: align happy path to left edge in bar rendering * docs: update man page * fix: off-by-one error in bar rendering * fix: move background colors to theme * fix: recompute widths to account for changed bar size * feat: don't waste space for chars we never print * feat: use unicode chars for bar * feat: dynamically resize bars * feat: adjust table width to avail space * docs: update man page * build(deps): bump actions/setup-go from 5.5.0 to 6.0.0 * docs: update man page * feat: read build info from runtime * docs: update man page * fix: deduplicate list of mounts (#209) * build(deps): bump actions/checkout from 3 to 5 * build(deps): bump goreleaser/goreleaser-action from 4 to 6 * build(deps): bump golang.org/x/term from 0.7.0 to 0.34.0 * build(deps): bump golang.org/x/sys from 0.7.0 to 0.35.0 * build(deps): bump github.com/muesli/termenv from 0.15.1 to 0.16.0 * chore: require Go 1.23+ * build(deps): bump actions/setup-go from 4.0.0 to 5.5.0 * docs: update man page OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/duf?expand=0&rev=10
19 lines
688 B
Plaintext
19 lines
688 B
Plaintext
<services>
|
|
<service name="download_files" mode="manual"/>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/muesli/duf.git</param>
|
|
<param name="filename">duf</param>
|
|
<param name="revision">v0.9.1</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service name="go_modules" mode="manual"/>
|
|
</services>
|