[Rpm-maint] [rpm] Support Apache Subversion as SCM in the BUILD arena. (#55)

Andreas Scherer notifications at github.com
Fri Jan 29 08:52:22 UTC 2016


Replacing `%__scm_apply_quilt(qp:m:)` according to http://mywiki.wooledge.org/Bashism from
```
%{__quilt} import %{-p:-p%{-p*}} %{1} && %{__quilt} push %{-q}
```
to
```
mkfifo debbuild.fifo; cat >debbuild.fifo &\
%{__quilt} import %{-p:-p%{-p*}} -P %{-m*} debbuild.fifo && %{__quilt} push %{-q}\
rm -f debbuild.fifo
```
works just fine (despite the horrible housekeeping). However, doing the same with `%__scm_apply_svn(qp:m:)` results in the error message "svn: E200009: `/homr/andreas/.../debbuild.fifo` is not a file".

---
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/55#issuecomment-176648616
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20160129/d906f61e/attachment.html>


More information about the Rpm-maint mailing list