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

Commit Graph

  • d57c82fbec - calculate canon name from downloaded rpm, as the server may give us the wrong/missing information - also fixes builds with packages from interconnected build services Michael Schröder 2009-06-16 12:15:41 +00:00
  • 027a0e5be1 Remove the Python 2.4 incompatibility introduced with r7507. Dr. Peter Poeml 2009-06-16 12:14:20 +00:00
  • 4c60d1b285 rename "rebuildpac" to "rebuild", but keep "rebuildpac" as alias. This command works also for whole projects and we get rid of another place of pac/pkg statements. Adrian Schröter 2009-06-15 15:38:39 +00:00
  • 60ecca1dc1 new osc linkpac -f to allow to override existing _link files, patch by Michael Meeks Adrian Schröter 2009-06-15 15:19:16 +00:00
  • b611ddb00b do not produce traceback if list of platforms is empy Michal Vyskocil 2009-06-11 11:38:06 +00:00
  • d85d38f613 smarter default platform for osc build Michal Vyskocil 2009-06-11 11:32:58 +00:00
  • 8aadd6e400 osc search: shorten the if branch by eliminating the late else. No functional change should result from this. Dr. Peter Poeml 2009-06-09 17:07:02 +00:00
  • 51726bb28b osc search: sort search results. Dr. Peter Poeml 2009-06-09 17:04:31 +00:00
  • 4c73a41e7b osc update: - Sort the list of packages before updating. This makes it easier, when updating a project with many packages, to follow progress. Dr. Peter Poeml 2009-06-09 09:34:25 +00:00
  • 9452d717cb don't query submit list request twice Ludwig Nussel 2009-06-09 09:29:24 +00:00
  • 7e76a8c269 - do_submitrequest: only support create otherwise if we call e.g. "osc sr list <project> a new submitrequest will be created (instead of listing the reqs for <project>) Marcus Hüwe 2009-06-05 21:45:29 +00:00
  • 18273d470b When updating working copies, replace the .osc/_files file in an atomic way, preventing hosed working copies when the update is interrupted. An empty .osc/_files file could result, leading to the following sympton upon subsequent update: Dr. Peter Poeml 2009-06-05 19:42:33 +00:00
  • 35be8342e3 core: fix the dgst_from_string function for Python 2.4 compatibility. It can't have worked and must have returned empty md5 hashes, and I assume that the function isn't actually used anywhere. Dr. Peter Poeml 2009-06-05 11:29:11 +00:00
  • 9ef41fde95 fix usage of correct api when calling "osc results" without parameters Adrian Schröter 2009-06-05 06:13:08 +00:00
  • dccc2d41cb add more warnings, pointing user to new syntax Adrian Schröter 2009-06-05 05:46:20 +00:00
  • 5de58e99e2 disable "osc req" for now to point people to the change Adrian Schröter 2009-06-04 15:20:25 +00:00
  • a02ce1389a - fixed exception handling Marko Jung 2009-06-04 15:20:22 +00:00
  • b556208cd4 rename "req" command to "api". req clashes with request command and this command is not intended for usual user usage. Adrian Schröter 2009-06-04 14:14:01 +00:00
  • 49ceab6ab8 jump to version 0.119 to avoid problems with 0.118 snapshot packages Adrian Schröter 2009-06-03 11:37:21 +00:00
  • e46cba2084 - justify comments from Jan-Simon, reflecting that the former behaviour was a bug actually. Only packages from buildinfo must be available in repos. - add news entry about fixed image building Adrian Schröter 2009-06-03 11:35:03 +00:00
  • 95a935b1dc Link only the needed packages and not the packagecachedir for 'osc build config.kiwi' . Jan-Simon Möller 2009-06-03 10:10:51 +00:00
  • 9050882b78 sync help with default function name Adrian Schröter 2009-06-03 07:43:37 +00:00
  • dc81d5f278 new request syntax as proposed on ml. will roll a beta version from this later today for more feedback. Adrian Schröter 2009-06-02 14:57:42 +00:00
  • 46d726133c import new request handling from branch: - New generic "request" command: - new "delete" request - new "change_devel" request - Multiple actions in one request is not yet supported by osc Adrian Schröter 2009-06-02 13:14:46 +00:00
  • 0158d5e377 call buildvc with all command line arguments Michal Vyskocil 2009-06-01 12:20:53 +00:00
  • ee9ae8dcb1 do not pass '' with commit message Michal Vyskocil 2009-06-01 12:16:17 +00:00
  • 53eb08ffa3 don't wipe all binaries by default, --all is needed now Pavol Rusnak 2009-05-31 11:00:03 +00:00
  • 51228e2e22 Fix few typos in help texts. Michal Cihar 2009-05-27 12:09:50 +00:00
  • 81b8de831c unify log/rlog , prjresults/rprjresults, results/rresults (r-versions are obsoleted now) Pavol Rusnak 2009-05-25 11:33:04 +00:00
  • 17cec67b98 take project and package from .osc in rlog and rresults Pavol Rusnak 2009-05-25 10:41:16 +00:00
  • 776a069df9 add binary flag to open where needed Pavol Rusnak 2009-05-22 15:00:31 +00:00
  • e97c1de936 add more checks when working with mmap.mmap Pavol Rusnak 2009-05-22 14:43:39 +00:00
  • 5f19030580 rbuildlog alias for remotebuildlog command Michal Vyskocil 2009-05-21 12:05:39 +00:00
  • 51f0ef2ae0 fixed IndexError in commandline.py:996 when linked to project without 'branches:' in name Michal Vyskocil 2009-05-21 09:13:34 +00:00
  • 3f6fa3a0b6 fixed typo Pavol Rusnak 2009-05-20 16:45:27 +00:00
  • 0fa507a782 mmap.mmap works differently under windows Pavol Rusnak 2009-05-20 16:42:17 +00:00
  • 8f38f169d5 os.path.samefile is available only under Unix Pavol Rusnak 2009-05-20 16:32:45 +00:00
  • 0ed00292ee - it should be 'apiurl' instead of 'apisrv' (this was changed in r6547) Marcus Hüwe 2009-05-19 16:40:39 +00:00
  • a7c2956ac7 fix bug in get_submit_request_list call Pavol Rusnak 2009-05-18 16:01:07 +00:00
  • 7406d0ed34 added diff -c option (show change of revision X = diff -r X-1:X) Pavol Rusnak 2009-05-18 14:50:43 +00:00
  • eeba81ad26 - fix for older python versions Marcus Hüwe 2009-05-17 13:07:55 +00:00
  • b5b04124c4 - LinkExpandError inherits from PackageError (display affected project and package in error message) Marcus Hüwe 2009-05-15 19:08:14 +00:00
  • 815ca58dc8 - cosmetic: save one level of indention Marcus Hüwe 2009-05-15 15:32:15 +00:00
  • 5b3a55091d - fixed typo Marcus Hüwe 2009-05-15 15:25:09 +00:00
  • f97f287ce7 Extend submitreq list with new optional parameter -M. When given, it will limit the list to the user's own requests. Dominique Leuenberger 2009-05-15 12:41:27 +00:00
  • 68152d9faf fix typo (false -> False) Pavol Rusnak 2009-05-15 12:31:59 +00:00
  • 121b20c63c more fixes for Windows port Pavol Rusnak 2009-05-15 11:40:50 +00:00
  • b6246d7695 --xml output for results and rresults command, results_meta is obsoleted Michal Vyskocil 2009-05-15 09:24:53 +00:00
  • 4676bd6ddf added default=[] for -r and -a options in all results commands Michal Vyskocil 2009-05-15 08:48:32 +00:00
  • e12100fc48 osc search can now output CSV Michal Cihar 2009-05-15 08:33:25 +00:00
  • 1f76cd0c19 - Allow build_table to generate CSV. - Avoid some code duplication inside it. Michal Cihar 2009-05-15 08:32:48 +00:00
  • 0d3a98ce5b "involved projects" is not really good description of this Michal Cihar 2009-05-15 08:07:03 +00:00
  • 011426d885 -r|--repo and -a|--arch options for results, rresults and results_meta commands Michal Vyskocil 2009-05-15 07:16:26 +00:00
  • 4996e49f59 optional support for py2exe (inspired by http://viewsvn.cihar.com/viewvc.cgi/wammu/trunk/setup.py?view=markup) Pavol Rusnak 2009-05-14 15:49:54 +00:00
  • 0648a8c555 - new option for copypac * -r to specify source revision * -m to specify a comment (and send default comment if not specified) mmeeks, jpr: this is for you :) Adrian Schröter 2009-05-14 11:50:53 +00:00
  • 2c42287a98 Add support to get build logs starting from a given offset (from Ming Xi Wu) Adrian Schröter 2009-05-14 11:09:26 +00:00
  • 0f3c3d8eaf new jobhistory/buildhistory output format (CSV) Michal Cihar 2009-05-13 09:04:27 +00:00
  • 208c0f7f44 Add srcmd5 to XML log. Michal Cihar 2009-05-13 08:57:24 +00:00
  • 63590a80be new log/rlog output formats (CSV and XML) Michal Cihar 2009-05-13 08:53:32 +00:00
  • 6552c00928 indeed, cicount was not supported, but now it is ;) Speak positive about your work .... Adrian Schröter 2009-05-13 08:23:30 +00:00
  • 92ff8996d4 osc linkpac can not specify cicount attribute Michal Cihar 2009-05-13 07:59:01 +00:00
  • 9f739f5e87 disable '%' expansion on username and password Jan Matejek 2009-05-12 16:17:15 +00:00
  • 7c27fac55e add 'ar' alias for addremove command Pavol Rusnak 2009-05-11 13:21:33 +00:00
  • 7e0fc72403 Ignore build directory and ctags. Michal Cihar 2009-05-11 12:46:42 +00:00
  • 7074362e90 osc can now store credentials in Gnome keyring if it is available (bnc#460540) Michal Cihar 2009-05-11 07:46:01 +00:00
  • 72532fb016 - rresults: allow arguments which a separated by a "/" (e.g. prj/pkg) Marcus Hüwe 2009-05-10 20:29:34 +00:00
  • c3405ae489 - fixed manpage generation: in build environments like the obs we cannot call 'osccli.main(argv = ['osc','man'])' because osc would except a config file etc. - enabled manpage generation again Marcus Hüwe 2009-05-10 10:42:36 +00:00
  • aa9f93b851 - fixed: until its known what these lines do, fix code back to a working state Martin Mohring 2009-05-09 16:48:36 +00:00
  • 1bb63e4ab7 - fixed setup.py - compress manpage Marcus Hüwe 2009-05-09 14:16:18 +00:00
  • ef94ae807c - use apiurl parameter Marcus Hüwe 2009-05-08 19:37:06 +00:00
  • fb992a24fc - fix for older python versions Marcus Hüwe 2009-05-08 18:54:26 +00:00
  • 287d8c2fbd - move check to the correct place (otherwise args[0] might lead to an IndexError exception) Marcus Hüwe 2009-05-07 19:41:02 +00:00
  • 2baad18f1f - use list comprehensions instead of map/lambda (this is more pythonic:) ) Marcus Hüwe 2009-05-07 19:13:50 +00:00
  • dffa7317eb - small fixes (target_package and target_prj were referenced but in some cases there was no assignment before) Marcus Hüwe 2009-05-07 18:43:04 +00:00
  • 5684a992dd extended error message on unresolved files to point people to "resolved" command. Adrian Schröter 2009-05-07 13:02:22 +00:00
  • e5563bcaa4 Move osc specific bits to commandline module. Michal Cihar 2009-05-06 13:20:15 +00:00
  • 7f173ab244 News entry. Michal Cihar 2009-05-06 11:48:16 +00:00
  • 427445a24d Automatically generate and install man page (bnc#471888). Michal Cihar 2009-05-06 11:47:53 +00:00
  • a30a1d595b Add support for generating a man page. Michal Cihar 2009-05-06 11:46:17 +00:00
  • 09b50649ea fix typo introduced in r7243 Dr. Peter Poeml 2009-05-06 10:08:08 +00:00
  • 0d27064a28 Add some metainformation to setup.py and also include correct version there (it is later used in generated egg file). Michal Cihar 2009-05-06 09:33:18 +00:00
  • 9adde950df - fixed #499617 ("osc rbl hangs forever") now we have a default timeout for all API requests (100 seconds) Marcus Hüwe 2009-05-05 15:56:23 +00:00
  • 6173598684 Fix path in news entry. Michal Cihar 2009-05-05 14:24:15 +00:00
  • a7f04c21d2 Add NEWS entry for my previous commit. Michal Cihar 2009-05-05 14:22:36 +00:00
  • 85293d8770 plugins now should be placed in /usr/lib/osc to match FHS (the /var path is still supported though) Michal Cihar 2009-05-05 14:21:56 +00:00
  • a02e40f273 Print help in more standard form so that help2man can parse it (bnc#471888). Michal Cihar 2009-05-05 14:13:22 +00:00
  • aedeea317c Drop shebang line from modules (bnc#500971). (Some did have it and some did not, this way it is consistent and they are anyway not supposed to be executed directly.) Michal Cihar 2009-05-05 14:11:25 +00:00
  • 885c72af77 Fix syntax errors with Python 2.4 (bnc#500968). Michal Cihar 2009-05-05 14:07:00 +00:00
  • cdcca2746d Add rlog support for srcmd5 (bnc#460538). Michal Cihar 2009-05-05 14:01:41 +00:00
  • 3c33ad297e - added: note about using osc on arm machines Martin Mohring 2009-05-04 21:49:39 +00:00
  • 5097f48c50 - fixed: another fix for arm Martin Mohring 2009-05-04 21:44:44 +00:00
  • 3df88ab765 Consolidating delete commands: * obsolete deletepac and deleteprj to delete and rdelete commands. - enable package tracking by default * add support to hide commands in help list (so we can show propper help when people still try to use it). seife: this is for you, drop your own scripts emulating it :) Adrian Schröter 2009-05-04 19:07:05 +00:00
  • 5b4f958cbc - fixed: non cross build arm support Martin Mohring 2009-05-04 19:01:17 +00:00
  • 528cc81de2 - fixed: let users use osc for arm also on native arm machines Martin Mohring 2009-05-04 18:48:41 +00:00
  • ad88054cf8 osc submitreq create DESTPRJ [DESTPKG] Michal Vyskocil 2009-05-04 12:53:03 +00:00
  • 92bbac0afd forgot NEWS entry for pulling changes via "osc repairlink" Adrian Schröter 2009-05-04 09:19:47 +00:00
  • 51f941886c Allow pulling conflicting changes from another project via "osc repairlink" Adrian Schröter 2009-05-04 09:13:35 +00:00
  • 006eeb756b - fix default value for req_state in get_submit_request_list(): it's a list, not a single string. Vincent Untz 2009-05-03 08:57:29 +00:00
  • cf413bf953 - fixed #495823 ("osc leaves stale .osc/_to_be_deleted") Marcus Hüwe 2009-04-28 20:31:02 +00:00
  • 3e837ce9d8 bugfix: templates in edit commit message causes an empty commit logs Michal Vyskocil 2009-04-28 07:15:57 +00:00