1
0
mirror of https://github.com/openSUSE/osc.git synced 2026-03-05 00:41:47 +01:00
Commit Graph

1119 Commits

Author SHA1 Message Date
Marcus Huewe
bb0c2be138 - also detect a kiwi file 2010-02-08 11:48:52 +01:00
Ludwig Nussel
6cfca05086 remove broken -l option to osc sr 2010-02-08 11:48:37 +01:00
dcdeac6ac4 allow to skip source services
Conflicts:

	NEWS
2010-02-08 11:45:53 +01:00
089f2b82e7 do not complain about _service files 2010-02-08 11:43:24 +01:00
Larry Gilbert
a8a74ba098 Update source code repository references 2010-02-08 11:43:03 +01:00
3e0e6b9779 fix patchinfo command, not crashing anymore 2010-01-27 13:15:02 +01:00
74f26baf3a do not fill crap into our database by default 2010-01-22 08:58:31 +01:00
f6ce4f769f fixing attribute set/create command for final 1.7 API 2010-01-21 10:30:25 +01:00
b7d7508b96 create 0.125.2 2010-01-20 10:07:30 +01:00
Ludwig Nussel
d841fb2ee3 appname should be osc for ssl support 2010-01-20 09:18:01 +01:00
4eef584579 do not crash on rdiff with 3 arguments (#571483)
Conflicts:

	osc/core.py
2010-01-18 10:26:51 +01:00
3256de79a8 declare it as 0.125.1 2010-01-15 10:35:38 +01:00
c5a39fa517 * fix output of "results" in project dir
* do not show warning when a target project is given on "branch"
2010-01-15 10:35:30 +01:00
4787d7023a make it the 0.125 release 2010-01-14 22:53:10 +01:00
Marcus Huewe
28f3e3b7e2 - fixed indention 2010-01-14 20:25:14 +01:00
Marcus Huewe
c4ccdea253 - fixed indention, use list comprehension 2010-01-14 20:16:10 +01:00
Marcus Huewe
de84575ab0 - don't read all rpm/deb tags/fields by default 2010-01-14 19:51:09 +01:00
e4fb64daba "osc results" calls "prjresults" when being in project dir. 2010-01-14 15:20:00 +01:00
2b419453bb Revert "new "osc revert" command"
This reverts commit b198845b2c.

Conflicts:

	osc/commandline.py
2010-01-14 14:42:26 +01:00
727c66c2cf * support linktobranch with local dir
* update local checkout on linktobranch and revert
2010-01-14 12:24:48 +01:00
b198845b2c new "osc revert" command 2010-01-14 11:58:34 +01:00
217db3c20c show scheduler state for each repo with "results" and "prjresults" 2010-01-13 13:35:45 +01:00
6be37ebb89 fix syntax error on checkout 2010-01-13 12:53:08 +01:00
Michal Vyskocil
fe4ec4d7e7 fix of do_bugowner: opts.roles should have the __len__ method 2010-01-13 10:03:14 +01:00
bc09c27a12 add features from Ludwig and Michael to NEWS file 2010-01-12 17:38:06 +01:00
Michael Schroeder
b969f87210 - add autofreezing of link (obsoletes linkrepair) 2010-01-12 17:22:47 +01:00
Ludwig Nussel
db0c0ee6ea reimplement osc my 2010-01-12 15:11:42 +01:00
Ludwig Nussel
c9e9730226 most help topics are capitalized 2010-01-12 15:11:42 +01:00
Marcus Huewe
c7421118e8 - fixed missing exception 2010-01-11 18:59:49 +01:00
Michael Schroeder
0cb7afbfdf - reimplement 'osc pull' so that iw works like intended, i.e. still works if the link is broken 2010-01-11 17:01:21 +01:00
60c3b45194 mention the great new stuff (proxy SSL) from Marcus in NEWS notes 2010-01-11 16:37:46 +01:00
2aa4700bca add osc linktobranch command 2010-01-11 16:36:33 +01:00
Ludwig Nussel
5af4250ffc implement three argument form for rdiff as used by copypac and linkpac 2010-01-11 14:00:24 +01:00
Marcus Huewe
90a92be0dd - added "build-jobs" config option (default: "getconf _NPROCESSORS_ONLN") 2010-01-09 14:56:55 +01:00
Marcus Huewe
5c8ee534a9 - cleanups + cosmetic changes 2010-01-09 14:25:41 +01:00
Marcus Huewe
5a7346858a - double quote (user specified) pathnames 2010-01-09 11:42:07 +01:00
Marcus Huewe
52b22b19a5 - fixed proxy support when using m2crypto 2010-01-08 22:20:40 +01:00
Marcus Huewe
d4877bbe51 Merge branch 'master' of git://gitorious.org/opensuse/osc 2010-01-07 19:11:37 +01:00
Marcus Huewe
d3edac3a17 - fixed #568269 ("osc meta prjconf can waste lot of time") 2010-01-07 19:11:02 +01:00
Michal Čihař
396b6299f2 Fix typos found by lintian. 2010-01-02 12:25:56 +01:00
Marcus Huewe
9560002d00 - adjusted help text 2009-12-30 21:54:57 +01:00
Marcus Huewe
77544e7b4f - cleanups 2009-12-30 15:10:11 +01:00
Marcus Huewe
f109054898 - escape attributes 2009-12-29 20:33:16 +01:00
Marcus Huewe
d75888fbd4 - fixed do_submitrequest 2009-12-26 14:25:58 +01:00
Marcus Huewe
bcbcf6426c - fix for 0a6ca4f6c2 (also adjusted variables) 2009-12-26 14:22:34 +01:00
Marcus Huewe
1f979150a5 - add a more helpful text (see also #558197) 2009-12-25 18:16:35 +01:00
Marcus Huewe
0a6ca4f6c2 - useless use of StringIO() 2009-12-25 17:37:53 +01:00
Marcus Huewe
b3c8cc9062 - do_maintainer(): support multiple --role <foo> options 2009-12-25 17:31:13 +01:00
Marcus Huewe
9e892b9e58 - do_maintainer(): cleanup + renamed "--bugowner_only" to "--bugowner-only" 2009-12-25 17:19:44 +01:00
Marcus Huewe
a1cea77795 - fix for 81bf93f4f2 2009-12-25 14:02:04 +01:00