Marco Strigl
8cf89fa122
fixes osc checkout error with checkout_rooted=1
...
see bsc#1012592
2017-02-08 13:55:36 +01:00
Marcus Huewe
025ececfdc
Merge branch 'recipe_type_guessing' of https://github.com/lethliel/osc
2017-02-02 12:52:49 +01:00
Marco Strigl
b16f1c9c90
improved build recipe guessing
2017-02-02 12:25:43 +01:00
Marcus Huewe
b0d905aa38
Print error for a failed service run in do_submitrequest
...
Additionally, we do not treat a "running" service run as an
error (the api will complain, if it is still running).
2017-01-31 23:35:43 +01:00
Marcus Huewe
3b3bb21645
Fix IPv6 support in myHTTPSConnection.connect
...
So far, the AF_INET family was implicitly used. Now, we try all families,
which are returned by socket.getaddrinfo.
Fixes : #261
2017-01-29 22:43:42 +01:00
Marcus Huewe
4246791d7b
Merge branch 'fix_#240' of https://github.com/lethliel/osc
2017-01-19 16:46:47 +01:00
Marco Strigl
24d70c03dd
quote the proj and pkg on checkout url
2017-01-19 14:53:28 +01:00
Marcus Huewe
41187aa705
Merge branch 'fix_urlgraberror_handling' of https://github.com/OlegGirko/osc
2017-01-18 18:18:15 +01:00
Marco Strigl
79202991e1
Merge pull request #257 from adrianschroeter/default_multibuild
...
RFC: show build results of multibuild packages by default
2017-01-18 09:10:38 +01:00
Oleg Girko
361fec753a
Fix URLGrabError exception handling.
...
URLGrabError class has no exception attribute,
use strerror to print error instead.
Signed-off-by: Oleg Girko <oleg.girko@jolla.com>
2017-01-17 23:27:08 +00:00
885dd3fecd
show build results of multibuild packages by default
...
Be in sync with webui. Also it is assumed that a user wants to see
all build results of the source change he did and not only for a subset.
2017-01-17 17:16:00 +01:00
943a53d4d8
add unpublish command
2017-01-16 11:58:02 +01:00
Marcus Huewe
4c39b63162
Fix "osc results --csv ..."
...
Follow-up fix for commit 665d2bda72
.
Fixes https://github.com/openSUSE/open-build-service/issues/2548
2017-01-12 15:33:26 +01:00
Marco Strigl
4893049312
added commands for constraints/worker checking
2016-12-30 14:10:35 +01:00
9fffefb2d2
- open 0.157 development
2016-12-20 08:29:01 +01:00
Marco Strigl
78b404158e
release 0.156.0
2016-12-19 14:47:45 +01:00
Marcus Huewe
ceb9475263
Merge branch 'master' of https://github.com/andreas-schwab/osc
2016-12-19 14:09:22 +01:00
Andreas Schwab
c5a7d266fb
Respect repository and arch arguments in restartbuild
2016-12-18 16:04:34 +01:00
Marcus Huewe
1c03e32a57
Merge branch 'add_multibuild_to_results' of https://github.com/lethliel/osc
2016-12-13 16:49:56 +01:00
Marco Strigl
665d2bda72
added support for multibuild / locallink feature
...
new option -m shows all subpackages and results of the subpackages.
2016-12-13 14:43:36 +01:00
1cb3f9eed5
Add '--vm-memory' option to osc build
2016-11-29 09:07:20 +01:00
Marcus Huewe
22d91a1064
Merge branch 'urllib-auth-fail' of https://github.com/Ericsson/osc
2016-11-22 12:58:14 +01:00
Hemmo Nieminen
326abe0c8b
Backport a fix from Python 2.7 upstream for urllib2.
...
This change makes basic authentication fail after first unsuccessful
attempt (instead of automatically retrying) and thus prevents unnecessary
failed login attempts.
This change also allows printing the contents of an HTTP 401 message to
the user.
2016-11-22 11:13:24 +02:00
Marcus Huewe
05ad9efae3
Avoid stale ~/.osc_cookiejar file
...
Always clear the cookiejar, if ~/.oscrc's mtime is "greater" than
~/.osc_cookiejar's mtime. This fixes issue #86 .
2016-11-19 13:01:05 +01:00
Marcus Huewe
25ccfde43c
Speed up Project.checkout_missing_pacs a bit
...
This is a follow-up commit for 613e7b1a95
.
2016-11-18 13:00:55 +01:00
Marcus Huewe
ac99d54440
Merge branch 'update-default-behaviour' of https://github.com/Ericsson/osc
2016-11-18 12:20:53 +01:00
Hemmo Nieminen
613e7b1a95
Alter osc update operation's default behaviour.
...
Make update operation behave as checkout does and do not checkout linked
packages from the same project (by default) during a project wide update.
2016-11-16 10:12:12 +02:00
Marcus Huewe
7be66bc57a
Adjust error message in do_getbinaries
...
This is a follow-up change for commit f7918fcc10
.
2016-11-15 14:06:33 +01:00
Marcus Huewe
e4d6e06e1c
Merge branch 'getbinaries-project' of https://github.com/Ericsson/osc
2016-11-15 14:05:51 +01:00
Marcus Huewe
17e059b604
Merge branch 'local-package-chroot' of https://github.com/Ericsson/osc
2016-11-14 16:50:34 +01:00
Matias Hilden
82dbd10af2
Ignore build descr directory in build-root substitution for local packages
...
If build-root contains %(package) substitution, --local-package builds
would substitute absolute path there. This is different than the rule used
in osc chroot (uses relative path), causing the chroot to fail by default.
This commit removes the directory part from both build-root substitutions.
2016-11-14 13:48:06 +02:00
Hemmo Nieminen
f7918fcc10
Support downloading a project's binaries from a non-checkout directory.
2016-11-11 16:17:39 +02:00
2befb71663
allow to specify a log message in lock command
2016-11-03 08:41:56 +01:00
Marcus Huewe
9800a7a706
do_wipe: replaced sys.stdout.write calls with print calls
2016-10-31 19:32:08 +01:00
Marcus Huewe
06120b3323
Merge branch 'add-wipe-subcommand' of https://github.com/Ericsson/osc
2016-10-27 18:32:34 +02:00
Matias Hilden
dd4675096a
Add '--wipe' option to osc chroot for deleting buildroots
...
Co-Author: Juha Kallioinen <juha.kallioinen@ericsson.com>
2016-10-27 09:05:35 -07:00
290d96e0b0
add comment about extending env variables for services
2016-10-20 13:12:15 +02:00
8c3f5e9ae2
highlight scheduled jobs with dispatch problems (due to constraints)
2016-10-20 12:59:08 +02:00
Marcus Huewe
4e8f06d3b9
Merge branch 'enhance_build_result_watch_output' of https://github.com/lethliel/osc
2016-10-07 10:15:53 +02:00
Marco Strigl
e0fae072eb
improved watched output of osc results
...
before joining the results on a osc r -w a newline is printed now
2016-10-07 10:07:23 +02:00
Marcus Huewe
6ec62da3cc
Add "apiurl" attribute to the Serviceinfo class
...
Follow-up commit for 8c45eb64ade699ce3d8717f460b3064ca3ab3a58 (just to
make sure that the "apiurl" attribute is always part of the Serviceinfo
class...)
2016-10-04 13:22:00 +02:00
Marcus Huewe
504a6cf061
Merge branch 'pass-apiurl' of https://github.com/aspiers/osc
2016-10-04 13:20:37 +02:00
Adam Spiers
8c45eb64ad
pass apiurl to source services ( #234 )
...
Some source services need to know the apiurl, e.g. to lookup values
in the ~/.oscrc config file.
Closes #234 .
https://github.com/openSUSE/osc/issues/234
2016-10-01 22:50:33 +01:00
Marcus Huewe
b4d4d3c027
do_vc: don't contact the api if the "email" config option is set
2016-09-23 16:37:23 +02:00
Marcus Huewe
fdb773bbc9
setup.py: make build_docs' base class more explicit
...
distutils.command.build.Command is distutils.core.Command.
2016-09-16 16:09:59 +02:00
Marcus Huewe
7849e23eb5
setup.py: take potential "--build-base=<dir>" option into account
...
For instance, if osc is build and installed like this:
python setup.py build --build-base=<dir> ... install ...
The patch is based on Roman Neuhauser's (neuhauser@sigpipe.cz )
PR (see https://github.com/openSUSE/osc/pull/229 ).
2016-09-16 16:04:25 +02:00
Marcus Huewe
2816f325ca
Fix logic error in do_my
...
A dict doesn't work here (however, this codepath shouldn't be reached at
all).
2016-09-13 12:39:24 +02:00
Marcus Huewe
e9cc000987
Fix non-existent user handling in do_my/get_user_projpkgs_request_list
...
This fixes the issue reported in PR #227 .
2016-09-13 12:34:48 +02:00
Marcus Huewe
07e0628d9e
get_package_results: added None check
2016-09-09 16:24:26 +02:00
Marcus Huewe
d60a8601d9
Merge branch 'patch-1' of https://github.com/ssedlmaier/osc
2016-09-09 16:23:23 +02:00