SHA256
1
0
forked from pool/arcanist
Files
arcanist/_service
Yunhe Guo 111d51cbad Accepting request 763963 from home:guoyunhe:branches:devel:tools:scm
- Update to version 0.0~git.20191118T203151~cc850163:
  * When "arc close-revision --finalize ..." skips closing a revision, print a message
  * When generating diffs in "arc diff", disable Git config option "diff.suppressBlankEmpty"
  * Make "arc land --merge" an explicit error when targeting a Perforce remote
  * In "arc land", when "remote/onto" does not exist locally, try to fetch it before giving up
  * Update "arc help land" to reference Perforce support
  * Support Perforce/Git repositories in "arc land"
  * Move Git-specific "arc land" parsing of "--onto" and "--remote" into GitLandEngine
  * Add a lint check for deprecated argument order to "implode()"
  * When running "arc land" from a detached HEAD, don't try to delete the source ref
  * Fix two "msort()" vs "msortv()" issues in "arc land"
- Change LICENSE to %license section and update template

OBS-URL: https://build.opensuse.org/request/show/763963
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/arcanist?expand=0&rev=9
2020-01-13 12:59:57 +00:00

17 lines
600 B
Plaintext

<services>
<service mode="localonly" name="tar_scm">
<param name="scm">git</param>
<param name="url">https://github.com/phacility/arcanist</param>
<param name="revision">master</param>
<param name="versionformat">0~git.%ci~%h</param>
<param name="versionprefix">0</param>
<param name="filename">arcanist</param>
<param name="changesgenerate">enable</param>
</service>
<service mode="localonly" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="localonly" name="set_version" />
</services>