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

Commit Graph

  • fec32ed9e4 rejected is no valid request state. Even though it got used in the past :/ (but this will fail in future) Adrian Schröter 2009-09-01 15:44:57 +00:00
  • 3bba7dc7c2 add 0.121.1 hotfix release Adrian Schröter 2009-09-01 12:59:41 +00:00
  • 4b64daa13d fix initial creation of .oscrc Adrian Schröter 2009-09-01 12:18:04 +00:00
  • 816ed7bfb5 0.121 released, go for 0.122 Adrian Schröter 2009-09-01 11:58:04 +00:00
  • cf8a20cc95 * drop client side filtering, fails in "all" case and should anyway happen on server side Adrian Schröter 2009-08-31 20:34:01 +00:00
  • d46812b8f8 add sr --diff options from Ludwig to NEWS file Adrian Schröter 2009-08-28 07:36:11 +00:00
  • 9e67dae8b7 bring back sr --diff option Adrian Schröter 2009-08-28 07:33:16 +00:00
  • 06dc5b9aae avoid warning about missing diff option during creating sr Adrian Schröter 2009-08-28 06:46:20 +00:00
  • 17508f3d83 * avoid hardcoded list request states for "all" case Adrian Schröter 2009-08-27 14:58:47 +00:00
  • 86c110f1e9 provide backward compatibile exclude_stuff , even though it should not be used anymore Adrian Schröter 2009-08-27 14:37:25 +00:00
  • 80de17208d revert changes which introduce inconsitencies or will conflict with later developments. Adrian Schröter 2009-08-27 13:32:55 +00:00
  • e8fdb89d3e revert juergen private versions... Adrian Schröter 2009-08-27 13:07:59 +00:00
  • 96edadb3c4 Juergen ! trunk is NOT your private playground for your private version numbers ! Adrian Schröter 2009-08-27 13:06:12 +00:00
  • 75cd1dcfa6 parse_disturl function Michal Vyskocil 2009-08-26 14:58:53 +00:00
  • 816a982acf added missing delPerson function Michal Vyskocil 2009-08-26 14:22:54 +00:00
  • 5eb2364c3d - "plaintext_passwd" and "checkout_no_colon" should be booleans Marcus Hüwe 2009-08-21 22:22:12 +00:00
  • e3c9e30ca0 - do_request list: * --mine + --user and --all + --state options are mutually exclusive * fixed "--all" and "--state all" options Marcus Hüwe 2009-08-21 21:31:45 +00:00
  • 585ab3564d - fixed store_read_package() and store_read_project() Marcus Hüwe 2009-08-21 20:43:08 +00:00
  • b0000b2834 - more or less only some minor cosmetic changes Marcus Hüwe 2009-08-21 19:39:12 +00:00
  • 580510c97a - use existing methods to check if a dir is a project or package dir - fixed exception code (there was no Exception() instance "e") Marcus Hüwe 2009-08-21 16:43:46 +00:00
  • 1a5bb12218 - added support for config variables in a help text Marcus Hüwe 2009-08-21 14:55:26 +00:00
  • f1c8847879 - conf: initialize config with the default values. This fixes the manpage generation problem Marcus Hüwe 2009-08-21 12:03:09 +00:00
  • 403576b952 - hack for _help_preprocess_cmd_option_list to survive setup.py build Jürgen Weigert 2009-08-21 11:25:07 +00:00
  • f2a738d4b6 Thanks Marcus, for looking into my FIXME's -- I could have never done that preprocess helper for --days myself. Jürgen Weigert 2009-08-21 01:26:37 +00:00
  • 5639b2b9a7 - added support to use config values in options' help text - do_request: minor change in the --days option handling Marcus Hüwe 2009-08-21 00:42:51 +00:00
  • 83b1b5ca59 All in one go. Jürgen Weigert 2009-08-20 19:28:05 +00:00
  • 090e79964c * use a release number setting on local build, if it is given by the server. Otherwise just use 0 as fallback Adrian Schröter 2009-08-20 10:45:39 +00:00
  • 2a180fa346 new packages gets checked out expanded when using "osc up -e" in project directory now. Adrian Schröter 2009-08-19 13:07:58 +00:00
  • d2c9b0707d Add -a/-s all option to osc rq list. It preselects all states for the query. Jan-Simon Möller 2009-08-19 13:00:22 +00:00
  • 906972d5f0 fix req_who (aka rq ls -M) of processed requests Adrian Schröter 2009-08-19 12:21:45 +00:00
  • 1e8d490ae2 open editor to enter message for submit and other requests Ludwig Nussel 2009-08-19 11:28:16 +00:00
  • 7e3cbabd0d prompt for message also when comitting entire projects Ludwig Nussel 2009-08-19 11:28:10 +00:00
  • 3f50700045 add entry to NEWS Jan-Simon Möller 2009-08-18 21:44:02 +00:00
  • 853c2c5dcb Add support for --overlay and --rsync-{src,dest} to build and osc. --overlay OVERLAY Copy overlay filesystem to buildroot after installing all RPMs. This must be a valid directory. --rsync-src RSYNCSRC Copy overlay folder (RSYNCSRC) to a folder (RSYNCDEST) inside the buildroot using rsync. It will "%define RSYNCDONE 1" for handling %setup in your specfile. E.g.: %prep %if 0%{?RSYNCDONE} %setup -n aaa_base -T -D -b 5 -b 7 %else %setup -n aaa_base -b 5 -b 7 %endif --rsync-dest RSYNCDEST Jan-Simon Möller 2009-08-18 21:28:33 +00:00
  • 4e32d4dc41 - moved options check to the beginning Marcus Hüwe 2009-08-11 23:01:03 +00:00
  • 039634c359 - fixed repairlink Marcus Hüwe 2009-08-11 22:58:23 +00:00
  • 863bd5664d - buildarch (=scheduler/repo arch) should be the correct fallback Marcus Hüwe 2009-08-09 18:10:13 +00:00
  • f01be2f625 * keep _service: files local only. Adrian Schröter 2009-08-07 12:18:15 +00:00
  • b25b248a2e do not crash, if nothing is specified. (#526401) Adrian Schröter 2009-08-07 09:25:34 +00:00
  • 2f7070ae96 can it be that hard ... Adrian Schröter 2009-08-07 07:51:00 +00:00
  • e199ab3a09 and now do it right :/ (sorry, was before coffee) Adrian Schröter 2009-08-07 07:48:52 +00:00
  • 9b722d61f4 reqeuest list -s X,Y was broken, a state can have only one value. And there is no personality splitting in OBS either ;) Adrian Schröter 2009-08-07 07:32:10 +00:00
  • 690857d452 fix build of multiarch products. This was wrong in general and affected all builds. So we may see some other breakage somewhere else. Adrian Schröter 2009-08-06 12:50:53 +00:00
  • cfc9c2a1b2 Fixed help of do_commit, added info how disable checks Michal Vyskocil 2009-08-05 05:54:12 +00:00
  • 473270ec84 - typo Marcus Hüwe 2009-08-04 21:10:23 +00:00
  • b742d58794 - determine pacsuffix from buildtype (slightly modified version of David Greaves' <david@dgreaves.com> patch) Marcus Hüwe 2009-08-04 16:01:02 +00:00
  • ddd9e0206d - added config option to disable the filelist check before commit permanently Marcus Hüwe 2009-08-04 14:12:45 +00:00
  • 101bcef086 proper handling of removed files Michal Vyskocil 2009-08-03 15:20:17 +00:00
  • 724f577b41 More options in commit filelist change Michal Vyskocil 2009-08-03 13:03:24 +00:00
  • 365be249c3 - slightly modified version of David Greaves' <david@dgreaves.com> patch to add a --map-repo option to aggregatepac Marcus Hüwe 2009-07-31 14:31:20 +00:00
  • 2d1126b847 osc commit asks if some file has a '?' status Michal Vyskocil 2009-07-31 11:32:34 +00:00
  • 0d2e353188 * do not erase package meta data when doing linkpac * do not anymore implicit add maintainer to package Adrian Schröter 2009-07-30 09:42:09 +00:00
  • 4df5334115 fix set devel project, if no project or package is set Adrian Schröter 2009-07-28 14:50:23 +00:00
  • 2900aecea4 osc rdiff: try to make the help text a little clearer Dr. Peter Poeml 2009-07-27 20:03:01 +00:00
  • 5d12cff640 - request list: project is optional too (if no project/package is specified list all) Marcus Hüwe 2009-07-24 19:15:51 +00:00
  • 21bd79bc56 fix change devel requests help Adrian Schröter 2009-07-23 08:01:31 +00:00
  • 0094d86316 add missing build status symbols Adrian Schröter 2009-07-20 09:43:01 +00:00
  • 9f8c7398b4 - fixed #521895 ('osc vc crashes'): only use and store proper apiurls this means no trailing slashes etc. Marcus Hüwe 2009-07-16 12:07:14 +00:00
  • d2dee3c525 - it's 'osc' not 'svn';) Marcus Hüwe 2009-07-15 21:16:34 +00:00
  • 17a8ae894a - changed delete logic: only remove the localfile and keep the store file. The storefile is kept unless the wc is committed - this is useful for something like "osc revert". - added delete_file() method to the Package class which takes care about the "file deletion logic" Marcus Hüwe 2009-07-15 21:10:38 +00:00
  • b30611885d - fixed #521335: exclude files which are named '#<file>#' (according to this bug #<file># is sometimes used as a backup file) Marcus Hüwe 2009-07-15 19:59:01 +00:00
  • 6492b73677 - add partname and fullpartname attributes to Pac() class - cleanup partial files in case the user hits ctrl-c Marcus Hüwe 2009-07-15 19:48:16 +00:00
  • 964d921d39 - fixed do_copypac() - copy_pac: when doing a client side copy don't do a commit for each file Marcus Hüwe 2009-07-15 18:53:47 +00:00
  • 8fcd6e3371 add -d option to sr to only show a diff Ludwig Nussel 2009-07-13 09:36:19 +00:00
  • 97697b00bc - use the default enconding if LANG is not set Marcus Hüwe 2009-07-12 18:31:50 +00:00
  • ecf88a57bc * initial support for OBS source services * TODO: local service tool calls Adrian Schröter 2009-07-10 18:10:41 +00:00
  • 009713db18 new force argument for update_package_meta Michal Vyskocil 2009-07-10 14:20:02 +00:00
  • 25e874b31e Add prjresults and results to completion Dr. Werner Fink 2009-07-10 11:32:17 +00:00
  • 193c59c6dc osc wipebinaries: don't force --all parameter, if -r/--repo or -a/--arch is used Michal Vyskocil 2009-07-07 14:31:59 +00:00
  • 02434152f1 new osc rremove command Michal Vyskocil 2009-07-07 14:30:15 +00:00
  • 257ae15d20 improve osc request help Stephan Binner 2009-07-07 14:15:39 +00:00
  • 4172f12fb0 Work around funny python 2.6 default unicode unawareness to allow for unicode characters e.g. in submit request comments. Susanne Oberhauser 2009-07-06 10:27:27 +00:00
  • 99479b7ff9 Fix bug in rdiff completion ifor using --oldpkg Dr. Werner Fink 2009-07-02 13:10:53 +00:00
  • eac23410b5 add completion support for osc search Dr. Werner Fink 2009-07-01 15:51:34 +00:00
  • d0af05c108 add maintainer support for completion Dr. Werner Fink 2009-07-01 15:34:05 +00:00
  • 8f10292166 Fix bug bnc#518173 and make osc.complete fit new syntax Dr. Werner Fink 2009-07-01 13:04:19 +00:00
  • 9661594cb3 new osc.core.delete_files function Michal Vyskocil 2009-07-01 11:19:55 +00:00
  • 8672848798 - fixed #507367 ("osc ci does not report conflict") Marcus Hüwe 2009-06-27 01:07:18 +00:00
  • 599279a28f Change the warning about 'scheme' and 'apisrv' to something not as confusing. Michal Marek 2009-06-23 19:35:00 +00:00
  • 5750e7278c ups, typo fix Adrian Schröter 2009-06-23 16:04:57 +00:00
  • ccdfcf7959 * Improve usability when listing or showing requests. * support multiple actions in show Adrian Schröter 2009-06-23 14:14:07 +00:00
  • 16d56fb2c4 do only ask to revoke sr if existing one contains a 'submit' type Adrian Schröter 2009-06-23 12:02:01 +00:00
  • d6a8ac3fbb Better escaping regexps. Michal Cihar 2009-06-23 10:09:48 +00:00
  • 804979d671 Same description for arguments PLATFORM and ARCH in all places. Michal Cihar 2009-06-23 10:06:31 +00:00
  • 87067cd0aa add --role option to maintainer command Adrian Schröter 2009-06-19 13:57:27 +00:00
  • c76ac4dd5e fix request help Stephan Binner 2009-06-19 13:10:33 +00:00
  • f4fcc4101b 0.120 is about to get released, switch to version 0.120.90 Adrian Schröter 2009-06-19 09:07:08 +00:00
  • 56e79daeec osc metafromspec allows editing before send Michal Vyskocil 2009-06-19 08:59:39 +00:00
  • ea39db700c move metafile editing code from edit_meta to metafile.edit() method Michal Vyskocil 2009-06-19 08:56:33 +00:00
  • 2f1c5f2627 properly create url for metafile constructor Michal Vyskocil 2009-06-19 08:47:06 +00:00
  • d764905730 use metafile in update_package_meta Michal Vyskocil 2009-06-19 08:32:56 +00:00
  • a2566a0a6f jump to version 0.120 Adrian Schröter 2009-06-18 19:55:16 +00:00
  • 01c20380f6 fix listing of delete requests again Adrian Schröter 2009-06-18 17:54:02 +00:00
  • 7ef5e04cc9 * "osc maintainer" is following to the development project / package now * "osc maintainer" list maintainer and bugowner roles now * rename addDevelProject to setDevelProject since the devel element is only allowed once Adrian Schröter 2009-06-18 16:20:49 +00:00
  • d017b16426 * add "osc request list -t <type>" to list only submit, delete or develchange requests * fix support of listing requests with multiple actions Adrian Schröter 2009-06-18 13:49:23 +00:00
  • 2adaaeba09 add Werner Adrian Schröter 2009-06-18 09:36:12 +00:00
  • 751d3afb27 import Werner Finks shell completion scripts Adrian Schröter 2009-06-18 09:20:07 +00:00
  • 626aa36925 * bump version to 0.119.90 to show that this is a pre version * support setlinkrev for entire projects (request from Moblin team) * support setlinkrev -u for removing rev elements Adrian Schröter 2009-06-18 09:18:17 +00:00
  • 5275bdac01 do not fail on listing requests, when delete requests exist Adrian Schröter 2009-06-18 08:11:34 +00:00
  • 8f2a3b7580 - renamed OpenSUSE to openSUSE (I think that's the correct spelling atm) Marcus Hüwe 2009-06-17 18:19:45 +00:00