2364a08236
handle "_project" package always as local package
2016-05-31 09:26:28 +02:00
Marcus Huewe
502dbaa030
tests.common: req.data can also be a file-like object
2016-05-29 16:21:01 +02:00
Marcus Huewe
c53a7681ef
Simplify core.http_request
...
There is really no need for mmap...
2016-05-16 18:48:57 +02:00
Marcus Huewe
8466e49d59
- request_interactive_review: handle 404 during get_results more gracefully
...
Catch exception and just print the error instead of exiting
the interactive review.
2016-04-22 15:16:53 +02:00
Marcus Huewe
ce9a6d0f46
Fixed "osc buildinfo --prefer-pkgs..."
...
Was broken since ages (literally!)...
(see commit d5b795a02b
).
2016-04-14 16:25:48 +02:00
564918f37a
open 0.155 development
2016-04-11 10:50:10 +02:00
941e5b0289
prepare 0.154.0 release.
...
A small release, but brings the critical stuff to work with new git handling
of OBS 2.7
2016-04-11 10:48:05 +02:00
a3684394a1
show branch errors again
2016-04-11 10:45:40 +02:00
Marcus Huewe
51fe8e1401
Merge branch 'master' of https://github.com/adrianschroeter/osc
2016-04-08 09:33:58 +02:00
24290ebf95
switch to new obsinfo service
2016-04-08 09:07:38 +02:00
65201ad1bc
set OSC_VERSION environment for source services
...
will be needed by new obs_scm service
2016-04-01 12:57:00 +02:00
Marcus Huewe
c5f56e7f6c
- fixed boo#896633
2016-03-19 22:01:52 +01:00
Marcus Huewe
3298732576
- refactored Serviceinfo.read a bit
2016-03-04 10:22:21 +01:00
Marcus Huewe
b480206829
- Fix for commit d6bd44a9a4cf585d12c9d7e597dbddccea34a1c3...
2016-03-04 10:20:39 +01:00
Marcus Huewe
d6bd44a9a4
- Serviceinfo.execute: create tmpdir in the package wc
...
The advantage is that we can use os.rename instead of shutil.move
to move the files.
2016-03-04 09:40:58 +01:00
f6324f2aa0
open 0.154 development
2016-03-04 08:37:33 +01:00
3a0353eef1
0.153.0 release
2016-03-04 08:37:33 +01:00
aa74e98fb3
add new service commands (merge and wait)
2016-03-04 08:37:33 +01:00
Marcus Huewe
ae85d0c464
Merge branch 'master' of https://github.com/ketheriel/osc
2016-03-02 18:53:21 +01:00
Nelson Manuel Marques
72c2bd7cfd
FIX https://github.com/openSUSE/open-build-service/issues/1591
2016-03-02 17:47:22 +00:00
779c7763cc
add repository strategy options to branch command
2016-03-02 17:13:11 +01:00
Marcus Huewe
84935cc686
Merge branch 'qemuuser' of https://github.com/bmwiedemann/osc
2016-03-01 22:02:51 +01:00
Marcus Huewe
6a33581205
Merge branch 'docs' of https://github.com/cav71/osc
2016-02-18 19:31:21 +01:00
Bernhard M. Wiedemann
bbefe024e5
add vm-user option
...
this needs latest obs-build to work
2016-02-18 11:31:59 +01:00
cav71
383f586f28
sphinx documentation, initial commit
2016-02-15 22:36:50 +00:00
d4336dc19a
- print created submit request ID before handling supersedes
...
So it is printed even when something goes wrong with superseding (boo#966731)
2016-02-15 15:32:26 +01:00
Marcus Huewe
6a69ecc137
- oops... unbreak copy_pac again ( fixes #181 )
...
Got broken in commit ffb37960ff
.
2016-02-12 10:39:54 +01:00
Marcus Huewe
e8783d2501
- introduced new "request_show_source_buildstatus" config option
...
If enabled, it always shows the source buildstatus during
"osc rq show <id>" or "osc rq list --interactive". By default, it is
disabled.
2016-02-10 18:27:35 +01:00
Marcus Huewe
add34d65cb
- support --source-buildstatus during interactive review
2016-02-10 18:19:22 +01:00
Marcus Huewe
75f6b3fbc1
- do_status: "cluster" package states in the output
...
This only affects "osc st" in a prj wc.
2016-02-10 13:54:24 +01:00
Marcus Huewe
ec6fab6793
- simplified show_upstream_xsrcmd5 a bit
2016-02-09 14:42:50 +01:00
Marcus Huewe
d646915c04
- allow to directly expand a non-link during "osc up -e"
2016-02-08 17:24:35 +01:00
Marcus Huewe
244a704033
- Package.status: handle a dangling symlink more gracefully
...
More precisely, treat it as unversioned.
2016-02-07 22:58:23 +01:00
Marcus Huewe
f3a1d12a96
- refactored package result code a bit ( fixes #180 )
...
Note: this commit "breaks" the existing get_package_results api, because
it returns a generator, which yields a result xml, instead of a list of
result dicts.
2016-02-07 00:55:23 +01:00
Marcus Huewe
ffb37960ff
- do_copypac: rewrote client side copy code ( fixes #181 )
...
Use the "standard" commit procedure (a.k.a. cmd=commitfilelist).
Additionally, refactored the corresponding code in the Package class
a bit.
2016-02-05 17:16:42 +01:00
Marcus Huewe
51ccd6741c
- use atime instead of mtime when guessing the repo arch
...
atime is more reasonable (e.g. in case of an offline build).
2016-02-05 16:11:11 +01:00
Marcus Huewe
5d068b091a
- do_buildlog: support "osc bl repo"
...
In this case, "osc bl repo" behaves more or less the same as "osc rbl repo"
(in case no corresponding .osc/_buildinfo file exists, we default to
repo and hostarch).
2016-02-05 16:10:43 +01:00
Marcus Huewe
8a78be684e
- removed broken "install" command from the ui
...
The command was hidden since 2009 (so there shouldn't be much breakages).
This also fixes #185 .
2016-02-05 11:56:22 +01:00
Marcus Huewe
89ac49f659
fetch.py: reworded Fetcher.failureReport message a bit
...
Based on PR#182.
2016-02-05 11:28:47 +01:00
b40d856e67
add --limit option to buildhistory
2015-12-07 10:05:08 +01:00
Marcus Huewe
b15f97bcd0
- conf._build_opener: make sure no certs are checked if "sslcertck" is disabled
...
Since python >= 2.7.9 urllib2/httplib verifies the ssl cert by default - so
make sure that this "builtin" ssl check is disabled as well if
"sslcertck" is disabled. Fixes #179 .
Note: eventually, we should abandon m2crypto and use urllib2/httplib to
verify the ssl cert.
2015-11-28 22:39:49 +01:00
25118ceccc
- support --vm-telnet option for KVM builds
...
latest build package is required.
2015-11-25 14:20:55 +01:00
df95784e07
Merge pull request #178 from JLahti/opensuse-master
...
Added missing localrun help text to do_service
2015-11-12 09:42:57 +01:00
Johannes Lahti
a364a4c456
Added missing localrun help text to do_service
2015-11-12 10:37:03 +02:00
Egbert Eich
f17bef21e5
Make '-o' option work also when checking out complete projects
...
Signed-off-by: Egbert Eich <eich@freedesktop.org>
2015-11-10 16:43:33 +01:00
Egbert Eich
43ffb9f3ac
maintenancerequest: simplify sytnax to create request for single package
...
The syntax to create a maintnancerequest for a single currently package
is:
osc mr SOURCEPROJECT SOURCEPACKAGES RELEASEPROJECT
which means that the source project, the package name and the release
project have to be specified on the command line.
Often times the workflow is such that the user will already be inside
of the subdirectory containing the checked out package.
To simplify the submission when the user is in a package subdirectory
this patch adds the syntax:
osc mr .
to indicate that the source project and source target is to be taken
from the meta information in this package directory.
Signed-off-by: Egbert Eich <eich@freedesktop.org>
2015-11-10 16:38:41 +01:00
df9c3000b0
- add --linkrev option to branch command
2015-10-23 11:08:30 +02:00
e9766d5d5b
- seperate add and enable channel command for better command description
...
- adapt to new api mode handling
2015-10-22 09:40:09 +02:00
Marcus Huewe
dc32cde545
- do_request: also print comments when running "osc rq show <reqid>"
...
Fixes #171 .
2015-10-19 13:14:53 +02:00
Marcus Huewe
8f8dd91675
Merge branch 'master' of https://github.com/andreas-schwab/osc
2015-10-07 20:47:43 +02:00