1
0
mirror of https://github.com/openSUSE/osc.git synced 2026-03-04 08:21:47 +01:00

Commit Graph

  • 86e5757832 Refactor the do_vc code a bit Marcus Huewe 2018-08-17 22:43:50 +02:00
  • 820c3adc71 Consider the "realname" config option in apiurl sections Marcus Huewe 2018-08-17 22:09:51 +02:00
  • 6233f8bf0b Merge branch 'moreuserinfoforvc' of https://github.com/Conan-Kudo/osc Marcus Huewe 2018-08-17 21:14:30 +02:00
  • 2566d6aa73 add podman build support Adrian Schröter 2018-08-14 13:02:16 +02:00
  • 4eae5d9a45 Clarify use of osc token Andreas Schwab 2018-08-12 13:35:53 +02:00
  • 69983249ef cleanup xpath. submit/* is ignored by the API since 2012 lethliel 2018-08-07 11:21:22 +02:00
  • ef13d67208 Export a real name for vc to consume Neal Gompa 2018-07-25 10:19:50 -04:00
  • 50256bb860 fix for issue #433 Marco Strigl 2018-07-23 14:03:23 +02:00
  • 1e15ff66e3 Merge branch 'python3' of github.com:openSUSE/osc into python3 lethliel 2018-07-12 08:55:51 +02:00
  • ca942c46aa Disable ssl session resumption Marcus Huewe 2018-05-08 14:23:08 +02:00
  • bc57f89e9e Merge branch 'fix_indent_for_python3' of https://github.com/lethliel/osc Marcus Huewe 2018-07-06 10:29:34 +02:00
  • 779b66f3c3 fixed indentation of return[]. lethliel 2018-07-06 09:54:59 +02:00
  • 89a79fe761 Merge pull request #422 from mcepl/setuptools Marco Strigl 2018-07-04 15:28:26 +02:00
  • 4cc87b2c57 fix DISTURL checkout for package containers using a multibuild flavor Adrian Schröter 2018-06-27 10:25:45 +02:00
  • 8728a071ca Merge branch 'support-larger-ids' of https://github.com/Cray/osc Marcus Huewe 2018-06-26 09:12:13 +02:00
  • b42e6f5e04 Support larger uids and gids Sean Kelly 2018-06-25 16:12:41 -04:00
  • 6d0b20782e fix slice error (division now returns float) when working with long packagelists. lethliel 2018-06-07 14:02:37 +02:00
  • d8751be732 decode diff in osc rq show -d before printing it lethliel 2018-06-05 14:48:41 +02:00
  • 72953c772d Add osc*.egg-info to .gitignore Matěj Cepl 2018-05-25 16:45:48 +02:00
  • 351a86a0b2 Attempt for setuptools Matěj Cepl 2018-05-25 16:41:20 +02:00
  • b730f880cf Disable ssl session resumption Marcus Huewe 2018-05-08 14:23:08 +02:00
  • 5877988c7e Merge pull request #415 from jonsger/jonsger-typo Marco Strigl 2018-05-03 16:22:13 +02:00
  • 6bd8572cf7 Fix typo in "osc revert" help jonsger 2018-05-03 16:16:38 +02:00
  • d6a04e5327 Merge branch 'master' of https://github.com/adrianschroeter/osc Marcus Huewe 2018-05-03 11:02:57 +02:00
  • 88274c92ed Merge branch 'fix_newline_in_verbose' of https://github.com/lethliel/osc Marcus Huewe 2018-05-03 09:57:02 +02:00
  • 0c3edd3fa0 always run build using --statistics. I could have made this yet another option, but * only very old build scripts don't know it, we should just require a recent one * build script is ignoring it for chroot case Adrian Schröter 2018-04-27 14:59:34 +02:00
  • bfcfddb0da fix some commands when used with / syntax between arguments Adrian Schröter 2018-04-27 14:41:08 +02:00
  • a455fd8e39 remove debug print lethliel 2018-04-27 14:03:01 +02:00
  • 628f7e2cf5 - support "addcontainers" command Adrian Schröter 2018-04-27 09:15:48 +02:00
  • d756f56af2 Show diff when creating a new comment (interactive_review) Marcus Huewe 2018-04-26 16:54:10 +02:00
  • a6627de8d3 fixed osc less <path> lethliel 2018-04-26 15:49:09 +02:00
  • b7ada2cb5b fix missing newline in osc r -v lethliel 2018-04-26 15:38:25 +02:00
  • cbd10644a2 Merge branch 'fix_IncompleteRead' of https://github.com/lethliel/osc Marcus Huewe 2018-04-25 11:02:52 +02:00
  • 1caa825e89 fixed IncompleteRead(0) error on long builds. lethliel 2018-04-16 14:57:57 +02:00
  • 22f0c21b57 Merge branch 'fix_oscrqlist_issue_404' of https://github.com/lethliel/osc Marcus Huewe 2018-04-23 22:32:50 +02:00
  • e309a073d3 Merge pull request #407 from z3ntu/python3 Marco Strigl 2018-04-23 16:21:47 +02:00
  • 89a181264c fixed osc branch with different srcprj or srcpkg lethliel 2018-04-23 12:40:57 +02:00
  • f8e0e2a7e0 Fix osc add Luca Weiss 2018-04-20 08:34:35 +02:00
  • eb2647fd4f fix order of options valdiation. Now -P and -p is honored if given by user. lethliel 2018-04-18 16:04:06 +02:00
  • a30ac8f29c prevent progressbar to get double printed lethliel 2018-04-16 16:19:53 +02:00
  • b38af807fc fix osc log (request is shown as bytes string) b'rqxxxxxx' -> rqxxxxxx lethliel 2018-04-16 13:47:20 +02:00
  • 8a48813d8d fixed IncompleteRead(0) error on long builds. sstatus object is introduced, which holds the state of the stream. If an incompleteRead is thrown the stream is restarted as long as retry_count is not reached (3) lethliel 2018-04-16 13:36:59 +02:00
  • fba9af7eee add new options to diff command: --unexpand for local diffs only (bsc#1089025) --meta for diffing meta files Adrian Schröter 2018-04-11 08:01:45 +02:00
  • b7e90c3b57 Merge branch 'hostshot' of https://github.com/sleep-walker/osc Marcus Huewe 2018-04-10 13:33:52 +02:00
  • b37452157b remove osc_hotshot.py Tomáš Čech 2018-04-10 06:34:07 +02:00
  • 4ee2e34d5f fix commit with editors != vim lethliel 2018-04-09 12:26:11 +02:00
  • 03da251ee5 rename all paths for man pages lethliel 2018-04-04 15:15:09 +02:00
  • 577837e256 rename man page to osc-py3.1 lethliel 2018-04-04 15:12:56 +02:00
  • 038344f0ab install parallel lethliel 2018-04-03 10:20:43 +02:00
  • 6e146a6643 added osc-py3-wrapper.py for parallel installation with osc lethliel 2018-04-03 10:13:42 +02:00
  • 3760a07b50 fixed osc ls with _link file lethliel 2018-03-26 15:06:02 +02:00
  • e07332ac7f fix osc lb -s and osc lbl -s lethliel 2018-03-26 14:42:23 +02:00
  • 73fa448528 fixed osc bl -s lethliel 2018-03-26 13:41:50 +02:00
  • ba93c3fbc6 better fix for r.readinto bug lethliel 2018-03-26 13:36:50 +02:00
  • 8203e3eb8e Merge branch 'python3' of github.com:openSUSE/osc into python3 lethliel 2018-03-26 11:52:18 +02:00
  • 3e22705fda workaround bug in http/client.py that breaks if the given buffer is 0. lethliel 2018-03-26 11:51:06 +02:00
  • d0a966b7e3 fix oscerr.py OutdatedWorkingCopy to use self.args instead of self Marco Strigl 2018-03-22 16:07:48 +01:00
  • d438091ea2 fix osc diff -r1:2. Decode diff on output remove debug print statement lethliel 2018-03-22 12:48:10 +01:00
  • 8f12e5b3ef add decode_list helper function to decode a list with unknown elems. If a elem is not of type str it gets decoded (we assume it is bytes then) lethliel 2018-03-21 15:09:03 +01:00
  • 3deb147555 fix build of osc package. open the gzip file in text mode lethliel 2018-03-19 13:13:16 +01:00
  • 5341f3aae5 Merge branch 'fix_dod_get_binaries' of https://github.com/lethliel/osc Marcus Huewe 2018-03-14 14:06:13 +01:00
  • 9b42897413 fix getbinaries with DOD binaries lethliel 2018-03-13 14:56:33 +01:00
  • d07d6b9b22 fix osc sr using message from changes file lethliel 2018-03-13 15:42:00 +01:00
  • a25209ac31 Merge branch 'improve_created_binaries_msg' of https://github.com/lethliel/osc Marcus Huewe 2018-03-13 15:16:12 +01:00
  • e042c585c0 change output when creating binaries directory lethliel 2018-03-13 15:00:46 +01:00
  • 03097bdded delete commented sslcertck=False setting lethliel 2018-03-12 16:31:09 +01:00
  • 8566d64ffd Fix and simplify util.safewriter.SafeWriter Marcus Huewe 2018-03-09 16:50:09 +01:00
  • 6a1f5f78fe real fix for chunked encoding lethliel 2018-03-12 16:19:32 +01:00
  • ef2b5dd71e temporary fix for M2Crypto chunked transfer encoding bug lethliel 2018-03-12 16:12:35 +01:00
  • df6ec8d81d adapted oscssl to new m2crypto module lethliel 2018-03-12 11:54:10 +01:00
  • aa01d866cc Merge branch 'fix-completion-with-space-in-pwd' of https://github.com/theMarix/osc Marcus Huewe 2018-03-11 16:22:45 +01:00
  • a91bec1df9 Fix Bash completion if PWD contains whitespace Matthias Bach 2018-03-10 20:35:24 +01:00
  • caaefb0bf5 Fix and simplify util.safewriter.SafeWriter Marcus Huewe 2018-03-09 16:50:09 +01:00
  • 1c36790323 fix package listing at the end of build lethliel 2018-03-09 14:56:32 +01:00
  • 86e236e1cd fix osc log with requests lethliel 2018-03-09 14:41:36 +01:00
  • 59584f0c00 fix edit_meta() again lethliel 2018-03-09 14:38:41 +01:00
  • e1cb2dcc22 fix osc ci (creating package from working copy fails) lethliel 2018-03-09 13:58:21 +01:00
  • 132d04f146 fix osc metafromspec lethliel 2018-03-09 13:34:34 +01:00
  • 3da603bf49 fix request-uri-too-long error on large updates fix osc pull fix osc ci with orgproj lethliel 2018-03-09 11:52:56 +01:00
  • 3e93d6fc8c fix creation of new meta files lethliel 2018-03-08 15:24:57 +01:00
  • d846a6cf1f support python 2.6 lethliel 2018-03-08 15:19:11 +01:00
  • aa7666e691 fix show_devel_project() lethliel 2018-03-08 15:09:44 +01:00
  • b380fe1b8a fix osc man lethliel 2018-03-08 14:33:50 +01:00
  • 863cf0e62b fixed osc vc if no changes file is present lethliel 2018-03-08 12:02:20 +01:00
  • a368c8fa16 added python 2.6 to testsuite lethliel 2018-03-08 11:47:19 +01:00
  • 245a7ef5f1 fix babysitter for failed osc api calls and empty diffs lethliel 2018-03-07 17:00:14 +01:00
  • ae608d45ce fix accecpt and decline after diff (osc rq) lethliel 2018-03-07 15:04:07 +01:00
  • 5aa4d06bc7 fix build with -k option lethliel 2018-03-07 14:44:49 +01:00
  • 5de19d75d5 raise 'fake' HTTPError 404 on offline build lethliel 2018-03-07 13:48:26 +01:00
  • 17afaa9f85 fix osc api, osc build with local packaes, fix try parent object in fetch.py lethliel 2018-03-07 13:28:04 +01:00
  • 4ce9be4ca4 fixed osc build for arch, deb and rpm lethliel 2018-03-06 17:03:07 +01:00
  • c174da4174 fix commands: search, signkey, token, vc, workerinfo lethliel 2018-03-05 15:15:51 +01:00
  • fb784d315c fix commands: request, rpmlintlog lethliel 2018-03-05 14:47:03 +01:00
  • 453c3324cb fix commands: jobhistory, lock, maintainer, meta prjresults, repourls lethliel 2018-03-05 14:07:26 +01:00
  • 52da9ae6aa fix importsrcpkg lethliel 2018-03-05 10:47:18 +01:00
  • 1f4eab933c fixed commands lethliel 2018-03-05 10:35:38 +01:00
  • 3cfb9d8a78 fix commands: buildinfo, buildlog lethliel 2018-03-02 13:25:19 +01:00
  • 3203e89d87 fix commands: buildconfig, buildhistory lethliel 2018-03-02 11:41:51 +01:00
  • e1c42f1317 fix commands: cat, diff, ci, status lethliel 2018-03-02 11:33:20 +01:00
  • a0cf567b0f more ''.join(m) fixes fix prdiff_output lethliel 2018-02-28 09:36:40 +01:00