Tom Patzig
cc0ce146e2
-added command 'rlog', to show commit logs of remote packages
2008-09-23 13:39:54 +00:00
Marcus Hüwe
a8181f7087
- fixed #419144
...
- fixed new_conf_template: commented out new 'http_headers' options
2008-08-21 18:17:40 +00:00
Marcus Hüwe
854fe0d97a
- addFiles(): added optional prj_obj parameter
...
- do_addremove():
* if "do_package_tracking" is enabled scan the project dir for new/disappeared packages
* added --recursive option (If CWD is a project dir then scan all package dirs as well)
* minor pathname fix
- fixed argument handling in some methods: don't remove items from a list while looping over it
2008-08-20 19:24:55 +00:00
Susanne Oberhauser
f07da13359
- only reparse the config if it was actually modified.
2008-08-20 09:40:00 +00:00
Marcus Hüwe
b2aceda67a
add new --project option to prjresults in order to show the results of a project without having a local wc (patch by Michael Wolf <maw@novell.com>)
2008-08-19 19:37:08 +00:00
Marcus Hüwe
e93678d5a0
- added submitrequest log command to show the history of a given id
2008-08-19 14:18:05 +00:00
Marcus Hüwe
06c5316ba2
changed text for the revoke message (as suggested by darix)
2008-08-17 21:14:59 +00:00
Marcus Hüwe
5140deebff
add the id of the new request to the revoke message
2008-08-17 20:12:19 +00:00
Marcus Hüwe
fc0d61bfce
- fixes for the last commit (r4684), actually only the change in core.py was intended.
...
now 'osc submitrequest create' checks if you already submitted requests for this package, if so it'll ask you if the previous submissions should be revoked
2008-08-17 19:10:44 +00:00
Marcus Hüwe
f4e4c91376
- minor fix in get_submit_request_list()
2008-08-17 18:53:54 +00:00
Michal Marek
4df8ffd6ea
Make 'metafromspec' and alias to 'updatepacmetafromspec', to make the command
...
easier to memorize
2008-08-08 15:23:03 +00:00
Michal Marek
d047b30aa8
unbreak osc init
2008-08-08 15:19:54 +00:00
Marcus Hüwe
3359646b02
- fix bug #412918
...
- added a file attribute to the ConfigError() class
- added new ConfigMissingApiurl() class
2008-08-07 17:14:26 +00:00
Marcus Hüwe
8d055f7990
- added OscConfigParser module:
...
OscConfigParser() behaves like a normal ConfigParser() object. The
only differences is that it preserves the order+format of configuration entries
and that it stores comments.
In order to keep the order and the format it makes use of the ConfigLineOrder()
class.
- removed .netrc cruft from the conf module
- other config cleanups
2008-08-07 16:40:55 +00:00
Dirk Mueller
1a3c80423a
typo fix
2008-08-04 13:33:40 +00:00
Dirk Mueller
65e9011f00
- add support for listing submitrequests not in state New to
...
osc submitreq list
2008-08-04 13:20:29 +00:00
Marcus Hüwe
3c5847e054
- init: added support to initialize a project dir
2008-08-01 13:58:49 +00:00
Marcus Hüwe
0020074a8a
- fix enhancement request #412157 (Add some guessing to "osc build")
...
- "osc build" can be called with the following arguments:
* osc build [OPTS] PLATFORM ARCH BUILD_DESCR
* osc build [OPTS] PLATFORM (ARCH = hostarch, BUILD_DESCR is detected automatically)
* osc build [OPTS] ARCH (PLATFORM = build_platform (config option), BUILD_DESCR is detected automatically)
* osc build [OPTS] BUILD_DESCR (PLATFORM = build_platform (config option), ARCH = hostarch)
* osc build [OPTS] (PLATFORM = build_platform (config option), ARCH = hostarch, BUILD_DESCR is detected automatically)
2008-07-30 16:45:00 +00:00
Marcus Hüwe
5c062ea121
- fixed bug #412145 (typo)
2008-07-25 10:19:32 +00:00
Dirk Mueller
6792642166
- add "submitrequest" as an alias for "submitreq"
...
- add "submitrequest revoke" command to be able to
delete submissions to projects one can't write to
2008-07-25 09:34:29 +00:00
Dirk Mueller
494381866d
revert back to throwing the httplib2 error, to be
...
able to preserve http headers etc
2008-07-23 20:56:20 +00:00
Dirk Mueller
048414088f
- implement --no-checks for osc build
...
- make osc submitreq succeed for submitting new packages
(previously the develproject check caused it to abort prematurely)
2008-07-23 20:05:09 +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
83862c1040
submitreq: add shortcut 'sr' for Darix
2008-07-09 20:38:49 +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
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
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
6d5dab90b4
list submitrequests in a sorted order.. newest first
2008-06-27 16:36:36 +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
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
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
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
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
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
Dr. Peter Poeml
86ad9766b2
- make submit request possible without giving commandline arguments, under some
...
circumstances -- when there is a working copy, and the package is a source
link, osc will figure out what's needed.
- don't stop submitrequests on packages that have a devel project defined, if
the submit comes from that project.
- osc checkout: checkout of source links is now done in expanded form per
default. --unexpand-link can be used to get the raw link file (and patches).
2008-06-06 12:04:34 +00:00
Dr. Peter Poeml
5438e4023a
osc submitreq: look up the develproject of the target, and if there is one,
...
don't create the request, unless forced with --nodevelproject.
2008-06-03 15:01:01 +00:00
Dr. Peter Poeml
7641ed0c8c
osc branch: add --nodevelproject
2008-06-03 13:16:55 +00:00
Dr. Peter Poeml
98090f8b09
make 'osc branch' show the actually created branch project name, not a guess one.
2008-06-03 12:43:52 +00:00
Dr. Peter Poeml
3f9b53ca6e
osc branch: use --expand-link in the example that shows how to check out the
...
branched package
2008-05-26 13:12:05 +00:00
Dr. Peter Poeml
ac55bcaa5a
make help of osc init clearer
2008-05-21 16:10:20 +00:00
Dr. Peter Poeml
d8245f5f36
- add osc branch command, using the branch API call to branch a package to
...
home:poeml:branches:PRJ/PKG
2008-05-21 15:49:00 +00:00
Dr. Peter Poeml
7e524fd442
- osc commit: open $EDITOR for commit message
...
- osc status: implement -q/--quiet switch
- osc deletepac: allow deletion of multiple packages at once
- osc info: slightly more verbose
- core.edit_message() added
- core.getStatus() accepts new "quiet" argument
- oscerr.UserAbort added
2008-05-21 13:44:49 +00:00
Tom Patzig
4476afafd7
-cosmetic changes for rprjresults and rresults
...
-show Legend for prjresults only, if there are also packages to show
2008-05-20 11:36:16 +00:00
Dr. Peter Poeml
d80c47c0b9
- osc maintainer:
...
-D devel_project, --devel-project=devel_project
define the project where this package is primarily
developed
- core: add addDevelProject() method
2008-05-20 08:29:54 +00:00
Tom Patzig
abb97eb595
-new command rprjresults, to show remote project results
...
-new command rresults, to show remote package results
2008-05-16 12:25:50 +00:00
Tom Patzig
abcb4f8489
- legend in prjresults is default enabled
...
- added status-filter and name-filter option to prjresults
2008-05-15 18:09:24 +00:00
Marcus Hüwe
34e7822bbb
- added --baselibs option to osc build
2008-05-08 12:21:57 +00:00