Marcus Hüwe
12ff5ac124
- some cleanups/changes for the config handling:
...
* extra-pkgs and urllist settings can be separated by a comma and/or whitespace:
'extra-pkgs: foo, bar xyz'
* 'True', 'False' etc. are accepted values for boolean options
2008-07-18 12:08:03 +00:00
Dr. Peter Poeml
b37af9ed4f
add more information about aggregation of packages, and a link to the wiki page about it.
2008-07-17 17:46:21 +00:00
Dr. Peter Poeml
f43a22c502
version 0.107
2008-07-16 15:15:42 +00:00
Dr. Peter Poeml
6ff961279c
osc update / checkout: don't check out a working copy, or update an existing
...
one, when a source link cannot be applied [bnc#409373]
- linkinfo elements can have an "error" attribute which indicates link
application failure, which means that updating the working copy is not
possible.
- Before this fix, osc could silently remove locally modified sources!
2008-07-16 15:14:57 +00:00
Dr. Peter Poeml
2618902347
remove an os.getcwd() call from function arguments, because that call fails when running the program from a directory which doesn't exist anymore, and thus osc would not run at all.
2008-07-16 15:04:37 +00:00
Dr. Peter Poeml
cdab0b19ea
- osc build: make the --extra-pkgs option configurable via .oscrc.
...
Default is "extra-pkgs = vim gdb strace" -- and it can be overridden with -x ''
on the commandline, or set to empty in the config. [bnc#345142]
- make tilde expansion work on the packagecachedir setting
2008-07-12 12:06:23 +00:00
Dr. Peter Poeml
d3da0085a4
bump version (0.106); update NEWS file
2008-07-11 10:42:01 +00:00
Dr. Peter Poeml
c38fe33646
always expand sources for "pretty" diffs -- this affects 'osc rdiff' and 'osc
...
submitreq show'
2008-07-11 10:39:22 +00:00
Dr. Peter Poeml
45fa4e1c95
more submit request features.
2008-07-11 10:24:00 +00:00
Dr. Peter Poeml
f06de5c77f
take note of some wanted submit request features.
2008-07-11 09:49:47 +00:00
Marcus Hüwe
572c58bc24
show author's name when listing submitrequests
2008-07-10 01:57:38 +00:00
Dr. Peter Poeml
83862c1040
submitreq: add shortcut 'sr' for Darix
2008-07-09 20:38:49 +00:00
Dr. Peter Poeml
87460b2763
fix typo
2008-07-09 15:26:24 +00:00
Dr. Peter Poeml
20e75c4669
update NEWS and TODO file
2008-07-09 15:25:16 +00:00
Dr. Peter Poeml
e9fe10b11e
bump version (0.105)
2008-07-09 15:23:12 +00:00
Dr. Peter Poeml
de0bb98200
add submitreq delete action (thanks to Dirk for the patch)
2008-07-09 15:22:18 +00:00
Marcus Hüwe
acaef1d250
- disable signature check when getting data from a rpm file
...
- catch rpm.error exceptions
2008-07-08 15:51:37 +00:00
Pavol Rusnak
38e66e52e4
fuseosc: reworked file cache
2008-07-07 07:35:41 +00:00
Marcus Hüwe
010c0ae7a0
fixed typo
2008-07-04 12:56:32 +00:00
Marcus Hüwe
5b84831d25
don't expand/unexpand if the working copy has local modifications - this is an ugly workaround for #399247 but this way the working copy isn't screwed up
2008-07-04 12:54:02 +00:00
Pavol Rusnak
d8ed705987
initial commit of fuseosc
2008-06-30 14:20:06 +00:00
Marcus Hüwe
c8b41c643a
- copy_pac: use the correct userid when copying to another apiurl
2008-06-30 14:07:11 +00:00
Marcus Hüwe
73fd228c14
- use apiurl from the storedir when running 'osc submitreq list/create'
2008-06-27 17:54:59 +00:00
Dirk Mueller
eb8a8bbc79
- support "submitreq list" also in a project
...
directory
2008-06-27 17:14:15 +00:00
Dirk Mueller
6c13b8accc
add news
2008-06-27 16:37:02 +00:00
Dirk Mueller
6d5dab90b4
list submitrequests in a sorted order.. newest first
2008-06-27 16:36:36 +00:00
Dirk Mueller
72d0d2fbbb
- add an optional parameter req_state to get_submitreq_list()
...
to be able to query also rejected submit requests
- make the list sortable
- make the list output more beautiful
2008-06-27 16:36:16 +00:00
Dirk Mueller
607ed31f97
- add news entry
...
- also list the http error code
2008-06-27 11:24:15 +00:00
Dirk Mueller
9eba706bd3
print the backend error code
2008-06-27 11:17:27 +00:00
Marcus Hüwe
5768e35047
- applied slightly modified version of Node's patch which added a --revision option to do_linkpac
2008-06-26 10:47:58 +00:00
Dirk Mueller
f16fb793e3
do not add _linkerror's to the project's working copy
2008-06-25 17:37:05 +00:00
Marcus Hüwe
927019a7eb
- added initial support for involved projects/packages (the xpath predicate is stolen from the webclient;) )
2008-06-24 15:07:44 +00:00
Dirk Mueller
fdb5e1f260
list news
2008-06-24 09:41:30 +00:00
Dirk Mueller
3df4edb5bb
update usage info
2008-06-24 09:39:39 +00:00
Dirk Mueller
aa0a6976cb
guess the parameters of list if inside a working dir
2008-06-24 09:37:49 +00:00
Dirk Mueller
252e2a3e63
release is optional (doesn't exist on debian)
2008-06-23 08:38:05 +00:00
Dirk Mueller
1be2163733
double check the correctness of the build info for local build,
...
otherwise packages are stored incorrectly in the package cache
and that might cause problems later. Also refuse to build an
architecture locally that is not supported by the host architecture
2008-06-20 13:37:49 +00:00
Dirk Mueller
3fb7530028
add an API error type of class to throw
2008-06-20 13:36:45 +00:00
Marcus Hüwe
be934cc16d
- fix bug #400431
2008-06-18 14:34:30 +00:00
Dr. Peter Poeml
2bd196d8e3
- osc buildhist: change the output into a format which better matches actual RPM filenames.
...
- give commit message tempfiles a ".diff" suffix, so syntax highlighting might work in some editors
2008-06-17 06:12:48 +00:00
Dr. Peter Poeml
7ee4444b6b
show error messages from the API also for type 500 errors
2008-06-16 19:12:24 +00:00
Dr. Peter Poeml
dd9d1cb49f
osc build: handle exception when getting buildinfo fails, for cases != 404
2008-06-12 12:12:29 +00:00
Marcus Hüwe
7675c55242
fix and use comparePac()
2008-06-11 13:02:40 +00:00
Dr. Peter Poeml
7d8834a0a3
bump version to 0.104, adjust NEWS file
2008-06-11 08:34:39 +00:00
Dr. Peter Poeml
693987ac49
osc update: after update, reset the revision when updating multiple package.
...
Fixes "404: Not Found" type errors when updating an entire project. [bnc#399177]
2008-06-11 08:29:27 +00:00
Dr. Peter Poeml
61e4cf6798
babysitter: The api returns error messages meanwhile. Thus, we don't need to
...
look up the reason of errors anymore.
2008-06-11 08:17:55 +00:00
Dr. Peter Poeml
f4228de56b
osc wipebinaries: add missing check for commandline arguments, which could
...
cause a PACKAGE argument to be ignored
2008-06-11 08:01:10 +00:00
Marcus Hüwe
da101858ee
- fixed make_diff in order to avoid errors when committing a new package (created with mkpac)
2008-06-10 22:32:53 +00:00
Dr. Peter Poeml
bce87c182d
- handle error resulting from unexpected zero-length .osc/_files metadata
...
by raising oscerr.NoWorkingCopy()
2008-06-10 10:15:49 +00:00
Dr. Peter Poeml
06c2cbf882
bump version to 0.103, adjust NEWS file
2008-06-06 12:09:00 +00:00