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

Commit Graph

  • 334fa82d39 - delete storefile if the commit was successful Marcus Huewe 2010-08-23 15:30:31 +02:00
  • d8c59c8438 - update: support special handling for _service: files Marcus Huewe 2010-08-23 14:56:50 +02:00
  • 63df61e452 - simplify Marcus Huewe 2010-08-23 13:38:49 +02:00
  • 58ca66a417 - update: always use 'rev' query parameter when fetching files Marcus Huewe 2010-08-23 11:48:33 +02:00
  • e91475508e - support limit_size parameter during update Marcus Huewe 2010-08-23 11:29:57 +02:00
  • b6a2266a5e - initial testcases for the new update mechanism Marcus Huewe 2010-08-20 15:08:46 +02:00
  • 5447dfbf12 - initial version of the new update mechanism Marcus Huewe 2010-08-19 18:10:32 +02:00
  • e74159754c - bump version to 0.129git Marcus Huewe 2010-08-30 19:45:53 +02:00
  • 73f4adcba6 - bump version to 0.129 0.129.1 0.129 Marcus Huewe 2010-08-30 19:36:52 +02:00
  • 0ae30e00e3 Merge branch 'master' of git@gitorious.org:opensuse/osc Marcus Huewe 2010-08-30 16:28:37 +02:00
  • 8307a7063f - fixed "do_results" Marcus Huewe 2010-08-30 16:28:10 +02:00
  • 48da9e2b71 Print http debugging to stderr. Michal Čihař 2010-08-30 13:13:20 +02:00
  • c88d7fc4a3 Redirect debug output to stderr. Michal Čihař 2010-08-30 13:06:17 +02:00
  • fdfd4793c0 updated: mips / mipsel support documented in NEWS Martin Mohring 2010-08-28 11:28:36 +02:00
  • 4865e1230c - updated NEWS file (listed only user visible changes) Marcus Huewe 2010-08-27 17:18:39 +02:00
  • 9ac19b2c22 - request_interactive_review: don't abort if the diff fails due to status 404 Marcus Huewe 2010-08-27 12:44:10 +02:00
  • d5c91babc1 - "osc build --keep-pkgs dir": create dir if it does not exist Marcus Huewe 2010-08-26 18:50:20 +02:00
  • 788342ea1b - oops (forgot 'not') Marcus Huewe 2010-08-26 17:38:47 +02:00
  • 0473f4b9ec - removed bashism (patch by Guido Berhoerster <gber@opensuse.org>) Marcus Huewe 2010-08-26 14:39:36 +02:00
  • 2a18eff50b - _build_opener fail if the url is no apiurl Marcus Huewe 2010-08-26 14:14:23 +02:00
  • 2cb03b4efe - fixed "logic" issue in init_basicauth Marcus Huewe 2010-08-26 13:06:00 +02:00
  • 2b3fdb4588 - fixed copy_pac Marcus Huewe 2010-08-26 12:51:45 +02:00
  • af035f683e - added new methods "__write_storelist()" and "store_readlist()" Marcus Huewe 2010-08-24 10:23:11 +02:00
  • 25cbda4200 Merge branch 'master' of git@gitorious.org:opensuse/osc Marcus Huewe 2010-08-23 10:10:00 +02:00
  • 46c4f1e1d5 - simplify Marcus Huewe 2010-08-23 10:08:09 +02:00
  • c61e4a514e vc: to support meego changelog style if detected JF Ding 2010-08-20 19:00:57 +08:00
  • 367f72f731 fixed: mips and mipsel cross build, working with QEMU Martin Mohring 2010-08-23 07:55:16 +02:00
  • 5a49daa69a fix warnings from pychecker Danny Kukawka 2010-08-20 14:34:41 +02:00
  • abce7cd8fc use correct the user (depending on the apiurl) Danny Kukawka 2010-08-20 13:25:32 +02:00
  • 72eae319b8 removed whitespace in help text Danny Kukawka 2010-08-20 13:23:23 +02:00
  • 286adfc927 - fixed "osc build --prefer-pkgs" for kiwi builds Marcus Huewe 2010-08-19 14:43:20 +02:00
  • eeb05059ec - fixed commit 2ae9a9453a Marcus Huewe 2010-08-19 13:43:48 +02:00
  • 4eacd5dfa7 - workaround for broken urllib2 (see http://bugs.python.org/issue9639) Marcus Huewe 2010-08-19 13:00:10 +02:00
  • 4580a67e69 - request_interactive_review: display current action when opening the editor Marcus Huewe 2010-08-19 11:40:49 +02:00
  • 50f6ba67ea changed 'osc request revoke' to prevent set same state twice Danny Kukawka 2010-08-18 17:58:42 +02:00
  • d2b9015d8f small typo fix Danny Kukawka 2010-08-18 16:20:24 +02:00
  • 2aede1039f changed change_request_state() to return only the status code Danny Kukawka 2010-08-18 16:17:34 +02:00
  • c93baf1f58 - use correct the user (depending on the apiurl) Marcus Huewe 2010-08-18 12:40:43 +02:00
  • 6380c91d0f removed left over debug messages Danny Kukawka 2010-08-18 11:46:57 +02:00
  • 1477193694 added 'osc reqmaintainership' Danny Kukawka 2010-08-18 11:42:50 +02:00
  • 3d610e6e0b ignore gpg key import errors Ludwig Nussel 2010-08-17 15:13:36 +02:00
  • be425d3261 - use ExtRuntimeError instead of 'sys.exit' Marcus Huewe 2010-08-16 16:40:16 +02:00
  • e209766084 - renamed "RuntimeError" to "ExtRuntimeError" to avoid confusion with python's "RuntimeError" class Marcus Huewe 2010-08-16 16:27:00 +02:00
  • 03ad610caf - move 'builtin_signature_check' into conf module Marcus Huewe 2010-08-16 16:06:17 +02:00
  • 3ceef4d4f2 - use correct package Marcus Huewe 2010-08-16 16:04:27 +02:00
  • 322a385f7a - strip at the correct place... Marcus Huewe 2010-08-16 13:53:52 +02:00
  • 77efad5eb8 - request_interactive_review: strip() user input Marcus Huewe 2010-08-16 13:51:19 +02:00
  • 08f12721fe another rq fix Ludwig Nussel 2010-08-13 09:51:20 +02:00
  • ef7a82fe97 fix osc rq Ludwig Nussel 2010-08-13 09:42:47 +02:00
  • fb7911ea86 fix sr -d again Ludwig Nussel 2010-08-13 08:55:18 +02:00
  • b3fb8b51fb tabs to spaces. Damit kein Unglueck nicht geschicht. Hello Danny. Juergen Weigert 2010-08-13 00:30:05 +02:00
  • ac3bbf9bc7 fixed and simplified result sorting expression in osc search Juergen Weigert 2010-08-13 00:07:59 +02:00
  • cbebe3b239 - treat "no_verify" as a boolean Marcus Huewe 2010-08-12 23:13:51 +02:00
  • 5fe669b15b allow no_verify also in .oscrc Juergen Weigert 2010-08-12 21:34:08 +02:00
  • c23002c953 osc search now returns sorted by proj and pack, not just by proj with random pack order. Juergen Weigert 2010-08-12 20:23:28 +02:00
  • 1b38b8c338 osc search now returns sorted by project, and sorted by package, not just sorted projects and random package order. Juergen Weigert 2010-08-12 20:21:04 +02:00
  • 1a5023ff28 - simplify + always remove tmpfile Marcus Huewe 2010-08-11 22:50:10 +02:00
  • 598a458718 - fixed #613513 ("osc copypac to another OBS instance fails if source package uses links") Marcus Huewe 2010-08-11 22:42:16 +02:00
  • 8b89a7c225 - removed old cruft Marcus Huewe 2010-08-11 18:08:54 +02:00
  • e29b227b5b - do_status: added '--show-excluded' option to show all files (except the store dir) Marcus Huewe 2010-08-11 18:05:12 +02:00
  • ba4b0d3c20 Merge branch 'master' of git://gitorious.org/opensuse/osc Marcus Huewe 2010-08-11 12:52:48 +02:00
  • 2347e45a5c - fixed init_package_dir (the whole init_*_dir concept needs to be rewritten) Marcus Huewe 2010-08-11 12:50:53 +02:00
  • e0172293df check the right options for request and review command Adrian Schröter 2010-08-10 16:36:29 +02:00
  • eada1234a9 - do_signkey: don't modify list during iteration Marcus Huewe 2010-08-08 23:45:04 +02:00
  • b213b9695b - a more generic version of ebd4b1d893 (the same logic applies to *.dsc, *.kiwi) Marcus Huewe 2010-08-08 23:15:25 +02:00
  • 85d3391bd4 - support signing state (patch by srinidhi@novell.com) Marcus Huewe 2010-08-08 21:09:18 +02:00
  • 1244308d47 "osc sr" used for an entire project is now offering also to supersed requests when they got cloned by checking the attribute. Adrian Schröter 2010-08-05 17:00:45 +02:00
  • ef2d0aa2e9 add "request clone" command for OBS 2.1 Adrian Schröter 2010-08-05 15:54:48 +02:00
  • 1e2bbf941c fix comment message transfer for "review add" command Adrian Schröter 2010-08-05 10:24:00 +02:00
  • ebd4b1d893 prefer spec files that match the directory name only if there are no debian or kiwi files Ludwig Nussel 2010-08-04 17:17:28 +02:00
  • e3828801db Revert "set release number to zero if not specified via commandline or server otherwise" Adrian Schröter 2010-08-04 17:24:06 +02:00
  • 5bd78d44f8 another try for prjresutls, do not show "excluded" packages/repos by default, but show the manual disabled ones. Adrian Schröter 2010-08-04 17:16:59 +02:00
  • 336530b660 set release number to zero if not specified via commandline or server otherwise Adrian Schröter 2010-08-04 17:01:56 +02:00
  • a4a52b62ae fix and rename osc pr --show-non-building Ludwig Nussel 2010-08-04 16:44:51 +02:00
  • 40503680c1 tweak output about used keys Ludwig Nussel 2010-08-04 15:14:37 +02:00
  • f0e1e1c7b1 fetch project keys always to catch changed ones Ludwig Nussel 2010-08-04 15:00:08 +02:00
  • 58ce76ef8c use store_write_string for _packages file Ludwig Nussel 2010-08-04 11:46:30 +02:00
  • 118941047d another attempt to fix the init_package_dir chdir mess Ludwig Nussel 2010-08-04 14:16:05 +02:00
  • ed2b8e111c fix init_package_dir (broken by commit b3c5204b59) Ludwig Nussel 2010-08-04 11:20:01 +02:00
  • d3a4119bc8 turn on built in signature check Ludwig Nussel 2010-08-03 16:52:46 +02:00
  • def93eb9d9 fix rq show Ludwig Nussel 2010-08-03 09:34:33 +02:00
  • f2788628c6 fix output of 'osc buildinfo' if parameter are missing Danny Kukawka 2010-07-30 16:17:41 +02:00
  • 57881f31a1 changed Request:list_view() to show add_role request info Danny Kukawka 2010-07-30 16:00:06 +02:00
  • 1b6fbd7d05 - don't use spec by default if multiple build description files are found Marcus Huewe 2010-07-30 14:02:23 +02:00
  • cb3691426c add "review add" command Adrian Schröter 2010-07-30 11:36:17 +02:00
  • 9a519b773d added FIXME to show_package_disabled_repos Danny Kukawka 2010-07-29 17:45:13 +02:00
  • db08e0b496 fixed several functions to respect 'osc -A' Danny Kukawka 2010-07-29 17:29:07 +02:00
  • cb18807622 do not crash via using not anymore supported /platform controller (unsupported since OBS 1.0) Unify "repos" and "repositories" command. Make the command working at all as specified. Adrian Schröter 2010-07-29 16:59:54 +02:00
  • 753893222a support list of open reviews Adrian Schröter 2010-07-29 13:45:44 +02:00
  • cff8696818 do not hide open request by default. Adrian Schröter 2010-07-29 13:39:48 +02:00
  • b5bd00fc8f make "osc api" syntax compatible with curl parameters Adrian Schröter 2010-07-29 11:43:56 +02:00
  • b4a1f83e01 * add the new "dist" command to NEWS file. * disable the "DISCONTINUED" support for now, because this is just a hack which only works with one instance. We need a server side supported approach in case we need this. * Show repository to be used and the suggested reponame for own project Adrian Schröter 2010-07-29 07:37:54 +02:00
  • 553ed13518 updated osc.complete, added all existing commands to list Danny Kukawka 2010-07-28 16:53:24 +02:00
  • ead799632f Merge branch 'master' of gitorious.org:opensuse/osc Danny Kukawka 2010-07-28 16:05:36 +02:00
  • 290a3f0f90 added new command 'osc distributions' Danny Kukawka 2010-07-28 16:04:27 +02:00
  • 4c6ffb7607 prjresult: Do not show package rows or repo columnss by default which are not building at all (in disabled or excluded) A Rudi feature ;) Adrian Schröter 2010-07-28 15:38:01 +02:00
  • 10f4a6240d remove a file from conflict list in any case, when it gets removed Adrian Schröter 2010-07-28 12:13:46 +02:00
  • d128ff4601 generated service files are always to be skipped regarding status and commit Adrian Schröter 2010-07-28 12:08:40 +02:00
  • 98aa12c9a3 fix links that point into the wiki Henne Vogelsang 2010-07-27 15:20:35 +02:00
  • f338e36158 reuse apiurl instead reading it again and again from config Danny Kukawka 2010-07-27 16:06:49 +02:00