1
0
mirror of https://github.com/openSUSE/osc.git synced 2026-03-03 07:51:51 +01:00

Commit Graph

  • 2ad1495eec Cleanup the source services execution code in do_build Marcus Huewe 2019-02-22 15:42:23 +01:00
  • 8851ac7afe fix sorted call on objects (__cmp__ not supported) fix slowdown of rbl due to f.readline(bufsize) handling. lethliel 2019-03-06 15:24:26 +01:00
  • c39c3b8cae Cleanup the source services execution code in do_build Marcus Huewe 2019-02-22 15:42:23 +01:00
  • f8c70a1525 fix broken prefer_pkgs logic lethliel 2019-02-20 11:14:46 +01:00
  • 7dba86ce41 bugfix for broken canonname b'name'-b'version'-b'release'-b'arch'.rpm --> name-version-release-arch.rpm lethliel 2019-02-14 15:05:07 +01:00
  • 442a2731be cpio.py is now a bytes only api. lethliel 2019-02-12 14:04:42 +01:00
  • 212213512d make fetch.py work with new cpio.CpioRead function lethliel 2019-02-12 14:01:06 +01:00
  • a3e8e4fd08 osc build now works with new cpio.py lethliel 2019-02-12 10:42:10 +01:00
  • 93ea66b922 reopen 0.165 development lethliel 2019-02-12 09:17:05 +01:00
  • 4a7248562f release 0.164.2 0.164.2 lethliel 2019-02-12 09:11:43 +01:00
  • f51354e3ce Return exitcode when "osc results" is falling through prjresults Dirk Mueller 2019-02-04 13:07:59 +01:00
  • 65c98c7dab reworked deleterequest commit (add --all) lethliel 2019-02-04 14:56:20 +01:00
  • b8f9a9cde4 deleterequest for entire projects needs the --all option as additional protection Adrian Schröter 2019-02-01 15:44:43 +01:00
  • 40033cd39b Avoid a potential http request if there are no services Marcus Huewe 2019-02-04 12:16:54 +01:00
  • b4e66830d2 Export vc env vars when running a source service Marcus Huewe 2019-01-29 14:30:52 +01:00
  • 9e8298d8c3 Move vc env exporting code into core.vc_export_env Marcus Huewe 2019-01-29 14:20:12 +01:00
  • 14bd0f1929 rebase archquery.py with master lethliel 2019-02-08 11:33:13 +01:00
  • bfb1c8b3d7 Add cmp function to packagequery module Marcus Huewe 2019-01-27 16:12:57 +01:00
  • 59ef033e22 Fix ZeroDivisionException in meter.PBTextMeter Marcus Huewe 2019-01-23 15:35:27 +01:00
  • 746909cfcd rebase cpio.py with master lethliel 2019-02-08 11:09:08 +01:00
  • 83dff3cc02 improve os_path_samefile Malte 2018-12-17 17:13:38 +01:00
  • 34988232b4 rebase ar.py with master lethliel 2019-02-08 11:02:02 +01:00
  • a8450e4355 Simplify rpmquery.unpack_string Marcus Huewe 2019-01-14 16:40:09 +01:00
  • 75731119b3 rebase with master lethliel 2019-02-08 10:44:06 +01:00
  • 0ab8661a8b reworked deleterequest commit (add --all) lethliel 2019-02-04 14:56:20 +01:00
  • 4b4774872e Merge pull request #509 from adrianschroeter/deletereq Marco Strigl 2019-02-04 14:52:25 +01:00
  • 82a3742bdc Merge branch 'master' of https://github.com/dirkmueller/osc Marcus Huewe 2019-02-04 13:22:25 +01:00
  • a760e2bd39 Return exitcode when "osc results" is falling through prjresults Dirk Mueller 2019-02-04 13:07:59 +01:00
  • 555efc845f Avoid a potential http request if there are no services Marcus Huewe 2019-02-04 12:16:54 +01:00
  • 677c741189 deleterequest for entire projects needs the --all option as additional protection Adrian Schröter 2019-02-01 15:44:43 +01:00
  • 37ca5535ce Export vc env vars when running a source service Marcus Huewe 2019-01-29 14:30:52 +01:00
  • fefd7c1dea Move vc env exporting code into core.vc_export_env Marcus Huewe 2019-01-29 14:20:12 +01:00
  • c534d7e990 Fix logic error in DebQuery.vercmp Marcus Huewe 2019-01-27 19:43:38 +01:00
  • cd5f46984d Port debquery module to python3 Marcus Huewe 2019-01-27 18:28:25 +01:00
  • bb9f9a7fde Refactor DebQuery.__parse_control a bit Marcus Huewe 2019-01-27 17:35:47 +01:00
  • f63a0957af Remove superfluous try-except block in the archquery module Marcus Huewe 2019-01-27 16:51:58 +01:00
  • 2074a1c01d Make ArchQuery.canonname more robust against None values Marcus Huewe 2019-01-27 16:46:52 +01:00
  • 8c1cb190bd Port the missing pieces of the archquery module to python3 Marcus Huewe 2019-01-27 16:27:30 +01:00
  • 2d0c974296 Add cmp function to packagequery module Marcus Huewe 2019-01-27 16:12:57 +01:00
  • a3720c5286 Fix ArchQuery.rpmvercmp if one of its arguments is None Marcus Huewe 2019-01-27 15:50:35 +01:00
  • 5c639db805 ArchQuery.epoch should never return None Marcus Huewe 2019-01-27 15:39:07 +01:00
  • deee8ef6cb Fix logic error in ArchQuery.vercmp Marcus Huewe 2019-01-27 15:00:36 +01:00
  • 562374f045 Simplify ArchQuery.read a bit Marcus Huewe 2019-01-27 14:46:03 +01:00
  • e580769757 Merge branch 'python3_archquery_module' of https://github.com/lethliel/osc Marcus Huewe 2019-01-27 14:55:01 +01:00
  • fb6605f475 Merge pull request #481 from lethliel/python3_oscerr_module Marco Strigl 2019-01-23 23:37:49 +01:00
  • 21eca9e3f1 [python3] switch ArchQuery to bytestrings lethliel 2018-12-13 14:47:48 +01:00
  • 60f9290d02 Fix ZeroDivisionException in meter.PBTextMeter Marcus Huewe 2019-01-23 15:35:27 +01:00
  • f233066448 Merge pull request #482 from lethliel/python3_packagequery_module Marco Strigl 2019-01-18 14:34:43 +01:00
  • 623f33daa4 reopen 0.165.0 development lethliel 2019-01-16 14:04:04 +01:00
  • 8cf5e7bfd3 release 0.164.1 0.164.1 lethliel 2019-01-16 14:02:23 +01:00
  • 218e77aadc Merge branch 'rework_meter_py' of https://github.com/lethliel/osc Marcus Huewe 2019-01-16 12:57:51 +01:00
  • 93d15fc83b reworked meter.py based on discussion lethliel 2019-01-14 12:03:16 +01:00
  • e60af6f120 Use with statement in CpioRead._copyin_file Marcus Huewe 2019-01-15 20:47:30 +01:00
  • 5387744d36 Port CpioWrite to python3 Marcus Huewe 2019-01-15 20:37:57 +01:00
  • 3e326b1bb4 Port CpioRead and CpioHdr to python3 Marcus Huewe 2019-01-15 20:05:47 +01:00
  • 54ac438eb0 Do not mmap a cpio archive Marcus Huewe 2019-01-15 19:47:27 +01:00
  • 1c4385a579 Run a small demo when the cpio module is invoked as a script Marcus Huewe 2019-01-15 19:46:00 +01:00
  • 245df33444 Merge branch 'samefile' of https://github.com/maltek/osc Marcus Huewe 2019-01-15 17:49:07 +01:00
  • 3fc3dfb802 improve os_path_samefile Malte 2018-12-17 17:13:38 +01:00
  • 5c19425c9b Use with statement in ArFile.saveTo Marcus Huewe 2019-01-15 17:15:21 +01:00
  • b26a4a967d Raise a ValueError if neither fn nor fh is passed to Ar.__init__ Marcus Huewe 2019-01-15 17:09:00 +01:00
  • 6fdce86fc9 Port the ar module to python3 Marcus Huewe 2019-01-15 16:56:46 +01:00
  • 68cf974c78 Do not mmap the ar archive Marcus Huewe 2019-01-15 16:44:29 +01:00
  • e12181b11d An ext fn header in an ar file has no mode Marcus Huewe 2019-01-15 16:41:40 +01:00
  • 2e45edbe16 Remove superfluous StopIteration exception from the ar module Marcus Huewe 2019-01-15 15:20:05 +01:00
  • 470b187374 Run a small demo when the ar module is invoked as a script Marcus Huewe 2019-01-15 15:18:55 +01:00
  • 35a909bee5 Merge branch 'python3_fetch_module' of https://github.com/lethliel/osc Marcus Huewe 2019-01-14 17:11:16 +01:00
  • 28eeff8683 Simplify rpmquery.unpack_string Marcus Huewe 2019-01-14 16:40:09 +01:00
  • e608200414 Remove yet another superfluous try-except from meter import Marcus Huewe 2019-01-14 00:41:09 +01:00
  • 40ffe7e488 Merge branch 'improve_missing_progressbar_module_handling' of https://github.com/lethliel/osc Marcus Huewe 2019-01-14 00:29:16 +01:00
  • 8b3c2bd61a improve handling of missing progressbar module lethliel 2019-01-10 14:02:20 +01:00
  • bdce744810 setting Exceptions to None does not work lethliel 2019-01-09 15:19:20 +01:00
  • a3ab245893 open 0.165 development lethliel 2019-01-09 12:02:02 +01:00
  • 6800582512 release 0.164 0.164.0 lethliel 2019-01-09 11:57:37 +01:00
  • 9ee9165e57 Remove superfluous try-except from meter import Marcus Huewe 2019-01-08 18:03:23 +01:00
  • 62043bd385 move missing pb module logic to meter.py lethliel 2019-01-08 18:13:51 +01:00
  • be94132298 Remove superfluous try-except from meter import Marcus Huewe 2019-01-08 18:03:23 +01:00
  • 23d74dcb77 Merge branch 'fix_missing_progressbar_module' of https://github.com/lethliel/osc Marcus Huewe 2019-01-08 17:59:55 +01:00
  • 8a6abe3a6c warn user if python-progressbar is not installed Marco Strigl 2019-01-08 14:23:38 +01:00
  • 4a28448e14 warn user if python-progressbar is not installed Marco Strigl 2019-01-08 13:52:00 +01:00
  • 0190177c81 Don't crash if can_also_build does not contain hostarch Andreas Schwab 2019-01-04 19:37:56 +01:00
  • 341962f9c0 Merge branch 'master' of https://github.com/andreas-schwab/osc Marcus Huewe 2019-01-04 21:28:42 +01:00
  • 51812b7e93 Don't crash if can_also_build does not contain hostarch Andreas Schwab 2019-01-04 19:37:56 +01:00
  • 6ddf771c9f [python3] make oscssl.py python3 ready. * works also with python2 lethliel 2018-12-13 14:53:34 +01:00
  • 4269426b28 [python3] msg and body are byte strings lethliel 2018-12-13 14:32:38 +01:00
  • d39aa59918 get_group_meta and get_user_meta with original behavior. lethliel 2018-12-13 14:26:11 +01:00
  • 67560887db [python3] enable full python3 support for man lethliel 2018-12-13 13:33:51 +01:00
  • 017c74ba21 [python3] the result of a division is a float but we need int to continue. lethliel 2018-12-13 13:29:14 +01:00
  • 40caf1ce0a [python3] self[i] is now self.args[i] lethliel 2018-12-13 13:27:22 +01:00
  • 2d5a3aeb3b [python3] magic is now a bytestring in python3 lethliel 2018-12-13 13:23:26 +01:00
  • 36ab05c222 [python3] setup.py now supports python3 lethliel 2018-12-13 13:15:31 +01:00
  • b4b1ec7b64 don't fail on request processing, where the object has not yet a state element. Adrian Schröter 2018-12-13 13:14:19 +01:00
  • a41dd20f17 Do not choke on operators < and > in spec files Fridrich Štrba 2018-11-28 10:55:17 +01:00
  • c49f8e4ad8 report status as outdated if the scheduler can not re-evaluated the Adrian Schröter 2018-11-26 16:42:17 +01:00
  • d3994b652d fix osc build --without and --define lethliel 2018-12-04 10:14:44 +01:00
  • 7bd9ca485d Merge pull request #476 from fridrich/master Marco Strigl 2018-11-28 13:56:55 +01:00
  • 89cef1f8c1 Do not choke on operators < and > in spec files Fridrich Štrba 2018-11-28 10:55:17 +01:00
  • 74ed6a5b9a report status as outdated if the scheduler can not re-evaluated the Adrian Schröter 2018-11-26 16:42:17 +01:00
  • 9497173d3d Merge branch 'python3' of github.com:openSUSE/osc into python3 lethliel 2018-11-21 11:13:55 +01:00
  • 9001d802a5 fixed URLError raise call lethliel 2018-11-21 11:13:08 +01:00