Mailinglist Archive: opensuse-buildservice (260 mails)
| < Previous | Next > |
Re: [opensuse-buildservice] Re: [PATCH] - first attempt at "osc pull" and "linkcontrol"
- From: Michael Schroeder <mls@xxxxxxx>
- Date: Fri, 18 Dec 2009 11:23:41 +0100
- Message-id: <20091218102341.GA5882@xxxxxxx>
On Thu, Dec 17, 2009 at 08:36:16PM +0100, Marcus Hüwe wrote:
It's supposed to be a config option. I basically tells osc not
to follow the changes done in link target, but stay with the
current version (the baserev).
If you later want to update the the latest link target, you
can do this by calling 'osc pull'.
Cheers,
Michael.
--
Michael Schroeder mls@xxxxxxx
SUSE LINUX Products GmbH, GF Markus Rex, HRB 16746 AG Nuernberg
main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);}
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
On 2009-12-17 17:22:08 +0100, OBS osc wrote:
<SNIP>
diff --git a/osc/conf.py b/osc/conf.pyHmm is this really supposed to be a config option or is it's sole purpose
index e59c801..b26fca2 100644
--- a/osc/conf.py
+++ b/osc/conf.py
@@ -106,6 +106,7 @@ DEFAULTS = { 'apiurl': 'https://api.opensuse.org',
'check_filelist': '1',
# check for pending requests after executing an action (e.g.
checkout, update, commit)
'check_for_request_on_action': '0',
+ 'linkcontrol': '0',
to influence the behaviour of some methods?
It's supposed to be a config option. I basically tells osc not
to follow the changes done in link target, but stay with the
current version (the baserev).
If you later want to update the the latest link target, you
can do this by calling 'osc pull'.
Cheers,
Michael.
--
Michael Schroeder mls@xxxxxxx
SUSE LINUX Products GmbH, GF Markus Rex, HRB 16746 AG Nuernberg
main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);}
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
| < Previous | Next > |