5123 Commits

Author SHA1 Message Date
Jimmy Berry
d756e23b4d README: Add explanation of developing against git osc. 2019-05-23 16:56:32 -05:00
Jimmy Berry
45a3e693ec .gitignore: ignore osc symlink commonly used to develop against pre-release osc. 2019-05-23 16:40:04 -05:00
Stephan Kulow
823c514268
Merge pull request #2050 from dirkmueller/master
Fix factory-package-news to work with Python 3
2019-05-23 06:32:50 +02:00
Jimmy Berry
4ee44da8ee
Merge pull request #2051 from jberry-suse/obs_operator-origin-manager-report-nonfree
dist/k8s/heroes: include openSUSE:Leap:15.1:NonFree in origin_manager_report.
2019-05-22 20:45:09 -05:00
Jimmy Berry
c4dccf80ab dist/k8s/heroes: include openSUSE:Leap:15.1:NonFree in origin_manager_report. 2019-05-22 20:33:09 -05:00
Jimmy Berry
14ae392743 osclib/util: correct python3 port by casting to list directly after filter.
8bf2602 cast to list during on the return line, but that does not work
if a project_suffix is present.
2019-05-22 20:32:33 -05:00
280761013e Fix factory-package-news to work with Python 3
https://github.com/openSUSE/openSUSE-release-tools/pull/1962
ported factory-package-news in a way to Python 3.x that made
it completely crash immediately with Python 2.x. So I guess
it is time to flip the switch and change the shebang. Also
fix the remaining fallout so that at least save and diff
are working again.
2019-05-22 20:25:54 +02:00
Stephan Kulow
4707e23722
Merge pull request #2047 from coolo/more_python3
Require newly released osc for python3 fixes
2019-05-22 08:18:46 +02:00
Stephan Kulow
90a5fe9f90 Require python3-osc and python3 only
We no longer test with python2 and our users can be reasonably well
expected to be on platforms supporting python3
2019-05-22 07:50:11 +02:00
Stephan Kulow
4a0df7a257 Require newly released osc for python3 fixes 2019-05-22 07:49:45 +02:00
Stephan Kulow
5ac61a01c8
Merge pull request #2049 from coolo/no_urlgrabber
There is no use of urlgrabber left
2019-05-22 07:48:02 +02:00
Stephan Kulow
95f23ed915 There is no use of urlgrabber left
As the package does not exist as python3 variant in leap 15.1, we
better remove it now
2019-05-22 07:38:11 +02:00
d64a13369d
Merge pull request #2048 from DimStar77/timeout_exceeded
TTM: Add new failed status 'timeout_exceeded'
2019-05-21 12:01:23 +02:00
521a749825
TTM: Add new failed status 'timeout_exceeded' 2019-05-21 11:34:46 +02:00
ad7abc06aa Add SLES15-SP1-SAP-Azure-LI-BYOS cloud image 2019-05-20 17:40:17 +02:00
Stephan Kulow
c8cc0dd1d3
Merge pull request #2046 from coolo/ack_pika
Fix rabbitmq acknowledge: first ACK then check the content
2019-05-20 11:57:02 +02:00
Stephan Kulow
a73054b189 Fix rabbitmq acknowledge: first ACK then check the content 2019-05-20 11:43:25 +02:00
Stephan Kulow
fd3bbccfa4
Merge pull request #2045 from coolo/ack_pika
Acknowledge the rabbitmq message
2019-05-19 06:47:28 +02:00
Stephan Kulow
6297dacf8b Acknowledge the rabbitmq message
We need to ACK the rabbitmq message for the server to erase it in the
queue - otherwise they are piling up endlessly. As we quit the services
every hour the queue is reset at that point, but that still makes monitoring
the server quite hard as the queues tend to be full all the time
2019-05-18 20:57:05 +02:00
Stephan Kulow
34ca712867 Fix typo in gocd config 2019-05-18 18:26:46 +02:00
Stephan Kulow
e101da788a
Merge pull request #2044 from coolo/fix_materials
Need a destionation if there are multiple materials
2019-05-18 18:25:17 +02:00
Stephan Kulow
93472443e9 Need a destionation if there are multiple materials 2019-05-18 18:24:25 +02:00
Stephan Kulow
32a1e725dd
Merge pull request #2043 from coolo/fix_iteritems
Move the rest of citest over
2019-05-18 18:22:22 +02:00
Stephan Kulow
c976a46113 Switch miniobs to use 15.1 2019-05-18 18:06:56 +02:00
Stephan Kulow
7882e7bac5 Add staging-report entries (moved from packagelists) 2019-05-18 17:41:56 +02:00
Stephan Kulow
f36d3eb77d gocd: Move SP1 config here 2019-05-18 17:34:14 +02:00
Stephan Kulow
63026fde23 Move verify-repo-built-successful.py here 2019-05-18 17:25:47 +02:00
Stephan Kulow
53b050346d Fix python3 for staging-report 2019-05-18 17:14:40 +02:00
Stephan Kulow
896c418515
Merge pull request #2042 from coolo/add_cron
Submit openSUSE-release-tools even if there are no changes
2019-05-18 08:56:53 +02:00
Stephan Kulow
e073fb14ec Submit openSUSE-release-tools even if there are no changes
As we don't submit if there is a request pending, we need to check
later on if there were changes
2019-05-18 08:56:24 +02:00
Stephan Kulow
fab9b27fa8
Merge pull request #2040 from coolo/fix_repo_checker
Convert stdout of repo checker perl part to string
2019-05-16 17:55:03 +02:00
Stephan Kulow
c4fea4d2d1
Merge pull request #2039 from coolo/fix_source_checker
Fix check_source with python3
2019-05-16 17:54:41 +02:00
Stephan Kulow
e971d711a2 Convert stdout of repo checker perl part to string 2019-05-16 13:43:36 +02:00
Stephan Kulow
5d0f0e3145 Fix check_source with python3
Fixes #2038
2019-05-16 13:17:32 +02:00
Stephan Kulow
6310838166
Merge pull request #2036 from coolo/require_new_osc
Run container cleaner as python3
2019-05-16 10:23:40 +02:00
Stephan Kulow
e1b32bebf2
Merge pull request #2035 from coolo/fix_sha1_short
sha1_short: support bytes and str
2019-05-16 10:23:14 +02:00
Stephan Kulow
ceb9ee73ba Run container cleaner as python3 2019-05-16 08:05:32 +02:00
Stephan Kulow
4e26ac93e6
Merge pull request #2034 from coolo/work_on_pkglistgen
Sort architectures to fix #2021
2019-05-16 08:02:59 +02:00
Stephan Kulow
7d0cad0e66 sha1_short: support bytes and str 2019-05-16 08:02:36 +02:00
Stephan Kulow
6dce9a79fc
Merge pull request #2033 from coolo/run_monitors_in_python3
Run source and repo checker in python3
2019-05-16 07:34:05 +02:00
Stephan Kulow
29bd141145 Sort architectures to fix #2021 2019-05-16 07:30:21 +02:00
Stephan Kulow
3f3bbb3e10 Run even more bots in python3 2019-05-16 06:59:25 +02:00
Stephan Kulow
69527f810f
Merge pull request #2032 from jberry-suse/python3-origin-manager
origin-manager: port and switch to python3.
2019-05-16 06:40:34 +02:00
Stephan Kulow
6f83acfae4 Run source and repo checker in python3 2019-05-16 06:39:28 +02:00
Jimmy Berry
69f3fd13c8 origin-manager: switch to python3. 2019-05-15 21:02:10 -05:00
Jimmy Berry
ceb4a9cea9 osclib/origin: cast filter() to list() to improve debug output [python3]. 2019-05-15 21:01:51 -05:00
Jimmy Berry
743b3a6cd6 osc-origin, osclib/origin: port first dict key/value access [python3]. 2019-05-15 21:01:00 -05:00
Jimmy Berry
7a1ff946cd osclib/util: sha1_short(): encode data as utf-8 [python3]. 2019-05-15 21:00:11 -05:00
Jimmy Berry
8221df0028
Merge pull request #2014 from jberry-suse/osclib-core-package_list_kind_filtered
osclib/core: rework as package_list_kind_filtered().
2019-05-15 19:39:05 -05:00
Stephan Kulow
33b3694546
Merge pull request #2031 from coolo/run_monitors_in_python3
Run ttm in python3 containers as well
2019-05-15 20:59:24 +02:00