Mailinglist Archive: opensuse-buildservice (209 mails)
| < Previous | Next > |
[opensuse-buildservice] osc diff error
- From: Dirk Stoecker <opensuse@xxxxxxxxxxxx>
- Date: Wed, 13 Jun 2007 16:32:34 +0200 (CEST)
- Message-id: <Pine.LNX.4.64.0706131631140.30193@xxxxxxxxxxxxxxxxx>
Hello,
I found an error in osc diff command:
> osc --version
0.96
> osc diff
Index: _link
===================================================================
--- _link (revision 1)
+++ _link (working copy)
@@ -1,1 +1,5 @@
-<link project='home:dirkmueller' package='spamassassin'/>+<link project='home:dirkmueller' package='spamassassin'>
+ <patches>
+ <apply name="patch" />
+ </patches>
+</link>
The first line is missing a line seperator.
Ciao
--
http://www.dstoecker.eu/ (PGP key available)
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
I found an error in osc diff command:
> osc --version
0.96
> osc diff
Index: _link
===================================================================
--- _link (revision 1)
+++ _link (working copy)
@@ -1,1 +1,5 @@
-<link project='home:dirkmueller' package='spamassassin'/>+<link project='home:dirkmueller' package='spamassassin'>
+ <patches>
+ <apply name="patch" />
+ </patches>
+</link>
The first line is missing a line seperator.
Ciao
--
http://www.dstoecker.eu/ (PGP key available)
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
| < Previous | Next > |