forked from pool/caddy
Alexandre Vicenzi
fc007faedb
- Source Caddyfile and index.html from upstream - Remove part of inaccurate description - Package shell completion separately - Generate shell completion during build - Include manpages - Remove compatibility with SLE-12 - Source buildable-artifact tar from github to embed version information (https://github.com/golang/go/issues/29228) - Check binary with version subcommand - Raise golang(API) required version OBS-URL: https://build.opensuse.org/package/show/server:http/caddy?expand=0&rev=52
9 lines
204 B
Plaintext
9 lines
204 B
Plaintext
<services>
|
|
<service name="download_files" mode="manual"/>
|
|
<service name="go_modules" mode="manual">
|
|
<param name="basename">./</param>
|
|
<param name="subdir">./</param>
|
|
</service>
|
|
</services>
|
|
|