SHA256
1
0
forked from pool/onedrive
Files
onedrive/_service
Boris Manojlovic 07f6a7b48b Accepting request 1094583 from home:frispete:onedrive
- Update to version 2.4.25:
  * Release files for 2.4.25 (#2440)
  * Fix that zero-byte files do not have a hash as reported by the OneDrive API thus should not generate an error message (#2436)
  * Update Docker files June 2023 (#2438)
  * Update testbuild.yaml (#2439)
  * Add Ubuntu 23.04 Instructions (#2437)
  * Update util.d (#2428)
  * Release files for 2.4.24 v2 (#2427)
  * Revert "Release files for 2.4.24 (#2426)"
  * Release files for 2.4.24 (#2426)
  * Implement #2414 to allow HTTP session timeout(s) tuning via config (#2425)
  * Remove sha1 use and cleanup defunct remaining crc32 use (#2424)
  * Update INSTALL.md
  * Update INSTALL.md (#2421)
  * Update ubuntu-package-install.md
  * Update ubuntu-package-install.md
  * Update Docker.md (#2409)
  * Update ubuntu-package-install.md (#2405)
  * Update INSTALL.md (#2403)
  * Fix Unable to perform a database vacuum: out of memory when exiting (#2398)
  * Update README.md (#2393)
  * Update Docker gosu version to 1.16 to resolve current vulnerabilities (#2386)
  * Update to Fedora Docker file to use Fedora 37 to resolve current vulnerabilities (#2383)
  * Update to Alpine Docker file to resolve current vulnerabilities (#2384)
  * Update to Debian Docker file to resolve current vulnerabilities (#2385)
  * Update USAGE.md (#2382)
  * Update USAGE.md (#2374)
  * Update ubuntu-package-install.md
  * Update Docker and Podman documents and clarify i386|i686 support (#2370)
  * Update Docker.md

OBS-URL: https://build.opensuse.org/request/show/1094583
OBS-URL: https://build.opensuse.org/package/show/network/onedrive?expand=0&rev=58
2023-06-22 10:56:21 +00:00

19 lines
757 B
Plaintext

<services>
<service name="obs_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://github.com/abraunegg/onedrive.git</param>
<param name="revision">v2.4.25</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@~git.%h</param>
<param name="versionrewrite-pattern">v(.*)\+0.git.*</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param>
<param name="exclude">**/bad?file?name.tar.xz</param>
</service>
<service name="set_version" mode="disabled" />
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
</services>