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

Commit Graph

  • f37dfd6e8c added support for arm architure strings from armv4 to armv8 Martin Mohring 2010-03-28 03:09:12 +02:00
  • 3c695d427f - fixed addfile() Marcus Huewe 2010-03-25 20:08:03 +01:00
  • af273d0bdb - fixed #590611 ("'osc build' uses incorrect filename for debian debs") Marcus Huewe 2010-03-24 13:20:09 +01:00
  • 56e728fc44 - only catch ImportError()'s Marcus Huewe 2010-03-24 11:16:20 +01:00
  • dc94759aff - added "--non-interactive" option to "osc rq show" Marcus Huewe 2010-03-23 16:21:09 +01:00
  • af5d75e4ef - always prefer apiurl from storedir Marcus Huewe 2010-03-23 10:04:01 +01:00
  • 13e03dd359 osc rm: ignore IOError with --force Michal Vyskocil 2010-03-22 11:07:10 +01:00
  • 09b48dd865 osc co, bco -c inconsistency Michal Vyskocil 2010-03-22 10:56:19 +01:00
  • 3bd8570dc9 - use a list instead of a generator object otherwise the build fails on SLES_9 Marcus Huewe 2010-03-21 23:40:13 +01:00
  • 4584d83dbe - remove shebang line to make rpmlint happy Marcus Huewe 2010-03-21 22:57:06 +01:00
  • 6fef701fda - removed outdated script (the same can be achieved with "git archive --prefix osc-$VER/ --format tar master | bzip2 > osc-$VER.tar.bz2) Marcus Huewe 2010-03-21 22:43:01 +01:00
  • 9bb2ed4aba - updated NEWS file (added only user relevant changes) Marcus Huewe 2010-03-21 22:36:02 +01:00
  • 0b88d1b902 Oops, I did not mean to revert coolo's fix. Sorry. Juergen Weigert 2010-03-20 12:59:32 +01:00
  • 07662603c5 Added more UI inconsistencies Juergen Weigert 2010-03-20 12:56:31 +01:00
  • ad5b23d975 added 'bse' as a shortcur for 'search --binary' Juergen Weigert 2010-03-20 12:27:27 +01:00
  • fd3d0685a2 - fixed search Marcus Huewe 2010-03-18 17:57:25 +01:00
  • c7c1f19445 - fix for commit 54513a23de Marcus Huewe 2010-03-17 17:32:59 +01:00
  • 23578e72fd - use sys.stdout.write() instead of print Marcus Huewe 2010-03-17 15:28:10 +01:00
  • cf2b0c182f - if the commit is interrupted always delete the upload rev Marcus Huewe 2010-03-15 20:27:21 +01:00
  • 6a93a72635 Merge branch 'master' of git://gitorious.org/opensuse/osc Marcus Huewe 2010-03-15 16:09:32 +01:00
  • 0ee8d82378 - added slightly modified version of Michal Marek's <mmarek@suse.cz> patch to search binary packages Marcus Huewe 2010-03-15 16:08:00 +01:00
  • 54513a23de /search/package returns all meta data for the packages, /search/package_id only returns the names - and that's all that interests us for requests. before: 11s after: 5s Stephan Kulow 2010-03-15 13:36:11 +01:00
  • 47beb996ff - minor changes Marcus Huewe 2010-03-15 13:34:38 +01:00
  • 8c86d1fab3 put the states first for involved projects before: 18s after: 11s (possibly it matters only if you have more than your home project in the project list) Stephan Kulow 2010-03-15 13:15:50 +01:00
  • 88474d392d - do_request(): added "--involved-projects" option to show all requests for project/packages where USER is involved Marcus Huewe 2010-03-13 21:06:18 +01:00
  • 4dfaad4795 - rewrote do_my() Marcus Huewe 2010-03-13 14:06:48 +01:00
  • dcd5a852d6 - core.py: added filter_role() method + other minor changes Marcus Huewe 2010-03-13 13:55:53 +01:00
  • aaf5d9dfaf - backward compatibility fix: old apis don't support role filtering Marcus Huewe 2010-03-12 15:22:11 +01:00
  • 52cac96f20 - get_request_list(): use new search interface Marcus Huewe 2010-03-11 00:24:38 +01:00
  • 2e011e70d3 - updated help text Marcus Huewe 2010-03-10 23:43:04 +01:00
  • c6c9506640 - reworked do_search() and osc's search interface Marcus Huewe 2010-03-10 23:36:09 +01:00
  • bc1322803d - check args/options Marcus Huewe 2010-03-09 12:22:04 +01:00
  • 8b3e24cd0e dependency counter fixed. done += 1 needs to be indented correctly. Juergen Weigert 2010-03-09 02:28:07 +01:00
  • ec8bf4b60f Proofreading... it (the computer) shall not speak about itself in first person. Juergen Weigert 2010-03-09 01:40:32 +01:00
  • 38c0621a90 osc ls -u -- same logic here as mls suggests for osc cat. Juergen Weigert 2010-03-08 23:52:51 +01:00
  • b4364bceff - ignore trailing slashes Marcus Huewe 2010-03-08 14:09:15 +01:00
  • 9df5940b97 - turn option upside down for consistency Michael Schroeder 2010-03-08 10:56:29 +01:00
  • 4bd3d515ee suggest git, svn, ... if indicated, after oscerr.NoWorkingCopy Juergen Weigert 2010-03-08 01:52:13 +01:00
  • f9855a821b "osc cat" now auto-expands through link. New option -n to suppress this. Juergen Weigert 2010-03-08 01:31:36 +01:00
  • 5a97588b85 osc add now clears files from _to_be_deleted Juergen Weigert 2010-03-08 00:08:55 +01:00
  • 35bc256de0 Merge branch 'master' of gitorious.org:opensuse/osc Juergen Weigert 2010-03-07 23:10:13 +01:00
  • a92a63ad4d helpful messages about non-existing remote packages never made it to the user, as meta_exists() died with a shorter message earler. Juergen Weigert 2010-03-07 23:07:03 +01:00
  • bc0cb438b8 - added "config" command to set/get/delete a config option Marcus Huewe 2010-03-07 22:50:11 +01:00
  • 76cfc033a9 Merge branch 'master' of git://gitorious.org/opensuse/osc Marcus Huewe 2010-03-07 22:44:34 +01:00
  • f25bfa6ad1 made URLError readable, instead of a bogus stack-trace. added full_url, to even give a hint about the cause. Juergen Weigert 2010-03-07 21:56:29 +01:00
  • 96f382f171 - added 'verbose' option to DEFAULTS dict Marcus Huewe 2010-03-06 20:14:51 +01:00
  • d6968933ee changing some strings in the name of mls Stephan Kulow 2010-03-05 12:54:12 +01:00
  • eb9f016338 diff3 -E is much easier to read Stephan Kulow 2010-03-05 11:45:35 +01:00
  • 0dcf378060 - make store_write_* methods more safe Marcus Huewe 2010-03-04 00:31:46 +01:00
  • f9aa6c7271 support package search with project results needed for maintained search. This is for sure not nice, but fixes #583570 for now. (we need really to re-think the osc search implementation) Adrian Schröter 2010-03-02 09:52:18 +01:00
  • 8e7a171cf2 Merge branch 'master' of git://gitorious.org/opensuse/osc Marcus Huewe 2010-03-02 01:34:58 +01:00
  • f0d07774f4 - added "--message" option to branch cmd Marcus Huewe 2010-03-02 01:34:17 +01:00
  • 8cea18e26c handle missing details gracefully Ludwig Nussel 2010-03-01 13:44:37 +01:00
  • 9f6901b4ff missed two renames Pavol Rusnak 2010-02-28 02:41:26 +01:00
  • 8d551e0a69 fix whitespace Pavol Rusnak 2010-02-28 02:30:13 +01:00
  • 22b684fa38 Merge branch 'master' of git@gitorious.org:opensuse/osc Klaas Freitag 2010-02-27 20:15:15 +01:00
  • 43d8fd0dbd fixed links to documentation in the wiki in osc help Klaas Freitag 2010-02-27 20:14:25 +01:00
  • 90c4358da2 treat pylint warnings Pavol Rusnak 2010-02-27 20:11:15 +01:00
  • c6b74d6425 - added --exclude-target-project <prj> option to "osc rq list" Marcus Huewe 2010-02-25 22:56:21 +01:00
  • 19d4d696ae - don't exit if the user made an invalid choice Marcus Huewe 2010-02-25 14:32:24 +01:00
  • 12d8824e93 Merge branch 'master' of git://gitorious.org/opensuse/osc Marcus Huewe 2010-02-25 14:13:23 +01:00
  • 74c73ee8a2 - keyring fix Marcus Huewe 2010-02-25 14:13:02 +01:00
  • 47138ecf2b don't catch IOError to produce backtrace that points at cause Ludwig Nussel 2010-02-25 13:36:48 +01:00
  • 29779c34db fix indentation Ludwig Nussel 2010-02-25 13:27:27 +01:00
  • 32e99306b4 add vim mode lines to avoid evil tab characters :-) Ludwig Nussel 2010-02-25 09:52:47 +01:00
  • 663ae2df1e - checkout files with mode 0644 Marcus Huewe 2010-02-25 00:06:24 +01:00
  • f16cc7e667 - convert tabs to spaces... Marcus Huewe 2010-02-24 20:02:52 +01:00
  • fd3977dc59 make osc built in text meter display progress immediately Ludwig Nussel 2010-02-24 11:27:18 +01:00
  • 99d3147519 stub for implementing trusted projects Ludwig Nussel 2009-11-11 15:48:25 +01:00
  • 8f1024eca1 try parent project if key is not available Ludwig Nussel 2009-11-11 12:28:05 +01:00
  • 8fb9669ae4 verify files using rpm bindings and keys supplied by buildservice Ludwig Nussel 2009-06-16 14:46:02 +02:00
  • 25d8ffa0d9 actually ignore stuff after the footer line Ludwig Nussel 2010-02-24 13:42:48 +01:00
  • 47edb69394 fix up 'cr' without arguments Ludwig Nussel 2010-02-24 11:41:59 +01:00
  • b95a074fc2 gpg signkey -> osc signkey Pavol Rusnak 2010-02-24 13:39:53 +01:00
  • 57aa962470 print multiple choice prompt in new line Ludwig Nussel 2010-02-23 15:20:54 +01:00
  • 4127574112 lbl: show log of last built package if no args specified Ludwig Nussel 2010-02-23 13:41:10 +01:00
  • d95ae68724 Added '--build-uid uid:gid|caller' feature to specify abuild id in chroot David Greaves 2010-02-12 21:54:39 +00:00
  • 7e530dfaac - added missing return Marcus Huewe 2010-02-22 15:43:02 +01:00
  • 80b349cb47 - use correct states Marcus Huewe 2010-02-19 13:46:29 +01:00
  • a8d8565442 - fixed download from apiurl Marcus Huewe 2010-02-18 20:16:23 +01:00
  • f59372c96e - fixed check (caused by 8670d82fad) Marcus Huewe 2010-02-18 18:57:11 +01:00
  • 5a9de36e9e Fix the test for icecream. 'num' is type <str> and evaluation failed. Jan-Simon Möller 2010-02-18 18:49:22 +01:00
  • 6f84bb9ddf fix linktobranch apiurl usage 0.125_branch Adrian Schröter 2010-02-18 14:55:46 +01:00
  • 2b4570ba81 - don't add buildargs twice Marcus Huewe 2010-02-18 14:36:41 +01:00
  • 338813cf0e Merge commit 'refs/merge-requests/2' of git://gitorious.org/opensuse/osc Marcus Huewe 2010-02-18 14:28:23 +01:00
  • a5a4f6da7a Merge branch 'master' of git://gitorious.org/opensuse/osc Marcus Huewe 2010-02-18 14:21:17 +01:00
  • 1510533358 - added help text to localbuildlog - reworked localbuildlog Marcus Huewe 2010-02-18 14:20:40 +01:00
  • 57a8533ee8 fix linktobranch apiurl usage Adrian Schröter 2010-02-18 14:14:31 +01:00
  • 69333ac2e0 - mark 'build_platform' option as deprecated Marcus Huewe 2010-02-18 13:58:01 +01:00
  • 284c529a41 - skip directories when adding files to a package Marcus Huewe 2010-02-17 20:45:09 +01:00
  • f5033535c1 buildurl support for buildlog command Michal Vyskocil 2010-02-16 13:49:14 +01:00
  • 2ec430ccfe fix remotebuildlog help Michal Vyskocil 2010-02-16 12:23:25 +01:00
  • 8df5e1fe38 - make sure the buffer is flushed Marcus Huewe 2010-02-15 23:56:21 +01:00
  • e402064bb2 - fixed #579840 ("osc diff output should use a tab as separator behind filenames") Marcus Huewe 2010-02-14 19:10:10 +01:00
  • 4b95a71620 avoid useless conversion to set that randomizes arguments order Luboš Luňák 2010-02-12 18:37:12 +01:00
  • ef98fdba4f Merge branch 'master' of git://gitorious.org/opensuse/osc Marcus Huewe 2010-02-12 15:55:01 +01:00
  • b877b7bcfa - added "localbuildlog" command Marcus Huewe 2010-02-12 15:54:33 +01:00
  • c2a541ab0c typo fix Adrian Schröter 2010-02-12 14:13:18 +01:00
  • 8670d82fad - fixed indention - added 'icecream' to config dict Marcus Huewe 2010-02-12 11:55:09 +01:00
  • d5ae3ef2b4 command line options for cpio (default=off) Ludwig Nussel 2010-01-20 09:15:17 +01:00