3492 Commits

Author SHA1 Message Date
Jimmy Berry
20f73f49b2 tests/comment_test: add test_delete_batch(). 2018-01-03 16:25:43 -06:00
Jimmy Berry
f514b22828 tests/comment_test: add test_basic() against OBSLocal. 2018-01-03 16:25:28 -06:00
Jimmy Berry
89ebe7e67d tests/comment_test: move COMMENT* constants to file level. 2018-01-03 16:24:21 -06:00
Jimmy Berry
df8cd0f677 tests/OBSLocal: re-parse config and reset authentication when changing user.
Previously, the user was changed, but the authentication not reset. For
osc.core calls made within the text context they would still run as Admin
while separate processes (like scripts) would run as the desired user. As
such this was not an issue before since only scripts were meant to run as
a different user.
2018-01-03 16:22:13 -06:00
Jimmy Berry
f1462def6e tests/OBSLocal: setup test separate cookiejar. 2018-01-03 16:19:28 -06:00
Jimmy Berry
7778d056d7 tests/comment_tests: add test_comment_find(). 2018-01-03 14:34:05 -06:00
Jimmy Berry
2bedaf61f4 tests/comment_tests: add test_remove_marker(). 2018-01-03 14:33:38 -06:00
Jimmy Berry
344520c424 tests/comment_tests: add test_add_marker(). 2018-01-03 14:32:13 -06:00
Ludwig Nussel
98a659c3fa
Merge pull request #1316 from jberry-suse/repo-checker-info_extra_identical
repo_checker: only update comment if published or message changed.
2018-01-02 11:39:25 +01:00
Ludwig Nussel
3c500bc00f
Merge pull request #1315 from nilxam/fcc_multibuild
fcc_submitter: handle multibuild package in build_succeeded package list
2018-01-02 11:38:43 +01:00
Ludwig Nussel
fcbe87135e
Merge pull request #1314 from lnussel/d
check_duplicate_binaries: better yaml
2018-01-02 11:38:10 +01:00
Ludwig Nussel
d6366aa3ce
Merge pull request #1313 from lnussel/manager42
manager42 improvements
2018-01-02 11:37:58 +01:00
Ludwig Nussel
93482faa9d
Merge pull request #1309 from lnussel/repochecker
reochecker: avoid accessing empty status
2018-01-02 11:37:51 +01:00
Ludwig Nussel
95ec1f4ff7
Merge pull request #1312 from jberry-suse/pkglistgen-wrapper-nuke
pkglistgen: migrate bash scripts to python.
2018-01-02 11:37:35 +01:00
Ludwig Nussel
1a7550028c manager42: ignore meta packages 2018-01-02 09:54:14 +01:00
Ludwig Nussel
e334d54885 manager42: refactor 2018-01-02 09:45:05 +01:00
Ludwig Nussel
91e39669d4 manager42: don't turn dropped packages into fork
don't automatically turn packages into fork for configured projects
update-crawler may file drop requests automatically in the future
2018-01-02 09:45:05 +01:00
Ludwig Nussel
e179c17610 manager42: warn about inconsistent packages
Eg dropped ones or missed events
2018-01-02 09:45:05 +01:00
Ludwig Nussel
7e8675e4f9 reochecker: avoid accessing empty status 2018-01-02 09:33:16 +01:00
Jimmy Berry
456a7c82be repo_checker: only update comment if published or message changed. 2017-12-29 18:32:49 -06:00
Jimmy Berry
1bd5b99028 ReviewBot: comment_write(): provide info_extra_identical parameter.
Allows for excluding info_extra from comment_find() and compares messages
after marker has been removed.
2017-12-29 18:32:43 -06:00
72c56b8ee6 fcc_submitter: handle multibuild package in build_succeeded package list
Do not add multibuild flavor package to the list, only main package should
lists in the pacakge list, also make sure all flavor under multibuild
pacakge are build succeded otheriwse drop the main package from the list.
2017-12-28 17:23:09 +08:00
96a3eec425
Merge pull request #1308 from lnussel/rebuildpacs
rebuildpacs: rebuild perf
2017-12-26 19:36:26 +08:00
Ludwig Nussel
ced6093593 check_duplicate_binaries: better yaml 2017-12-22 13:38:45 +01:00
Jimmy Berry
5e9392f4a0 pkglistgen: migrate bash scripts to python. 2017-12-21 01:05:55 -06:00
Jimmy Berry
facb6fecf6 osclib/stagingapi: provide is_staging_bootstrapped() from request_splitter. 2017-12-21 00:31:01 -06:00
Jimmy Berry
11810a6c71 ToolBase: provide -d alias for --debug for consistency. 2017-12-21 00:30:07 -06:00
Ludwig Nussel
ba8a357c4f
Merge pull request #1305 from dirkmueller/totest_redundant
Be more forgiving with ttm ignore comments
2017-12-20 09:20:31 +01:00
Ludwig Nussel
5d4698e766 rebuildpacs: rebuild perf
perf needs to be rebuilt when kernel-source changes
2017-12-20 09:18:00 +01:00
ce7c0d9256
Merge pull request #1306 from nilxam/freeze_multibuild
freeze_command: use result call to get proper multibuild package information for aggregatepac
2017-12-19 14:00:03 +01:00
55e468e553
Merge pull request #1307 from DimStar77/travix
Fix packaging after commit 3e5f3b137
2017-12-19 20:34:30 +08:00
50f04f68e3 freeze_command: use result call to get proper multibuild package information for aggregatepac 2017-12-19 20:22:12 +08:00
31da422cda
Fix travis failure introduced with 3e5f3b137 2017-12-19 13:15:18 +01:00
84d267b09c
Fix packaging after commit 3e5f3b137 2017-12-19 13:15:06 +01:00
cff9f534ae
Don't checkout master 2017-12-19 13:15:06 +01:00
dce16121b2 Be more forgiving with ttm ignore comments
accept @ttm: ignore also as valid input
2017-12-19 10:28:32 +01:00
Ludwig Nussel
c9a0027f8a
Merge pull request #1290 from lnussel/master
systemd units: remove oneshot type
2017-12-18 14:16:49 +01:00
Ludwig Nussel
f179fd3c30
Merge pull request #1303 from dirkmueller/totest_leap15
Add 15.0 Ports to totest-manager
2017-12-18 10:13:27 +01:00
Ludwig Nussel
fd7deddcf0
Merge pull request #1302 from coolo/output_overlap
pkglistgen: Actually remove overlapping packages
2017-12-18 10:12:57 +01:00
Ludwig Nussel
a634a5108d
Merge pull request #1300 from lnussel/templates
Scripts and templates to create stagings
2017-12-18 10:11:57 +01:00
Ludwig Nussel
290355c08f
Merge pull request #1297 from dirkmueller/master
Add support for non-x86_64 products (Leap 15.0/aarch64)
2017-12-18 10:11:42 +01:00
09707c01a4
Merge pull request #1301 from nilxam/ignore_hdf5_serial
Ignore hdf5:serial
2017-12-18 09:37:02 +01:00
8e0339774f Add 15.0 Ports to totest-manager 2017-12-17 10:00:59 +01:00
Stephan Kulow
9fc8ffe21d pkglistgen: Actually remove overlapping packages 2017-12-15 09:03:46 +01:00
1de05ee304 Update staging dvd template for firewalld and xfsprogs
Clean up local change on packagelists VM
2017-12-15 14:02:46 +08:00
76789b1b71 rebuildpacs: ignore hdf5:serial 2017-12-15 13:58:29 +08:00
3e5f3b1377 Add support for non-x86_64 products (Leap 15.0/aarch64) 2017-12-14 14:41:23 +01:00
0fecf508c0
Merge pull request #1295 from DimStar77/nocomma
Auto strip commas from the command
2017-12-14 18:57:06 +08:00
Ludwig Nussel
099c5280c1 Scripts and templates to create stagings 2017-12-14 11:09:58 +01:00
Stephan Kulow
3dde523581
Merge pull request #1299 from coolo/output_overlap
pkglistgen: Output the overlaping packages into overlap.group
2017-12-13 19:01:58 +01:00