Accepting request 23266 from openSUSE:Tools
Copy from openSUSE:Tools/osc based on submit request 23266 from user adrianSuSE OBS-URL: https://build.opensuse.org/request/show/23266 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=34
This commit is contained in:
parent
ddbe26e813
commit
9ebe0ff5e3
@ -1,3 +1,13 @@
|
||||
osc (0.123-1) unstable; urgency=high
|
||||
- Updated to 0.123
|
||||
|
||||
-- Adrian Schroeter <adrian@suse.de> Mon, 20 Oct 2009 10:00:00 +0200
|
||||
|
||||
osc (0.122-1) unstable; urgency=high
|
||||
- Updated to 0.122
|
||||
|
||||
-- Stephan Kleine <bitshuffler #suse@irc.freenode.org> Mon, 19 Oct 2009 12:00:00 +0200
|
||||
|
||||
osc (0.117-1) unstable; urgency=high
|
||||
- new repairlink command for repairing a broken source link (requires server version 1.6)
|
||||
- new vc command for editing the changes files (requires build.rpm 2009.04.17 or newest)
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8624238f52e179e5011c5607b11446025322612c100da9534f3cc921cba0d4b3
|
||||
size 2098
|
||||
oid sha256:1f375d152c760441df8215c6a009b96d56d833ad70be844b1ca1fc5780b8cbf4
|
||||
size 2131
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b36becb6b887bcbbdb31e9c5060314f89e9b8bbcb86a0a58f6db709077dcf52e
|
||||
size 224939
|
3
osc-0.123.tar.gz
Normal file
3
osc-0.123.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ed3c09856fc42d05f868b70b380d5b5cde315062bc48b6b78fa3675d6c130d38
|
||||
size 141517
|
96
osc.changes
96
osc.changes
@ -1,3 +1,99 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 16 14:41:46 UTC 2009 - adrian@suse.de
|
||||
|
||||
- update to version 0.123
|
||||
- IMPORTANT: ssl certificate checks are actually performed now to
|
||||
prevent man-in-the-middle-attacks. python-m2crypto is needed to
|
||||
make this work. Certificate checks can be turned off per server
|
||||
via 'sslcertck = 0' in .oscrc.
|
||||
- 'osc list' option -D now only limits non-'new' requests. In state 'new' all are shown.
|
||||
- suggest 'osc list' --bugowner option. Not implemented.
|
||||
- implemented 'osc ls .' to take proj/pack name from current directory.
|
||||
* Incompatible change: 'osc ls' now defaults to 'osc ls .',
|
||||
* Use 'osc ls /' if you really want to list all projects.
|
||||
* This is meant as a proof of concept. I intend to generalize this usage of '.'
|
||||
for all osc commands. Feedback welcome.
|
||||
- 'osc in' to be done. Its usage just prints a suggested zypper command line.
|
||||
- Incompatible change: osc se now prints Project Package, instead of Package Project
|
||||
for easier copy&paste.
|
||||
- fix checkout of packages, which contain not committed files (but uploaded)
|
||||
- add signing key management command (osc signkey)
|
||||
* shows public part of project key
|
||||
* allows (re)creation of a project key
|
||||
* allows deletion of a project key
|
||||
- support 100% offline build with "osc build --noinit ...."
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 8 08:47:19 UTC 2009 - adrian@suse.de
|
||||
|
||||
- update to 0.123 svn snapshot
|
||||
* new dependency to python-m2crypto for SSL certification check
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 17 15:29:30 CEST 2009 - suse-tux@gmx.de
|
||||
|
||||
- removed "Recommends: rpm-python" which isn't needed anymore
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 8 13:50:20 UTC 2009 - adrian@suse.de
|
||||
|
||||
- update to 0.122
|
||||
* added missing code for 'osc sr -l [ID]'
|
||||
* allow osc cat with one parameter, if it is a url.
|
||||
* make osc getpac really get the package (instead of branch only)!
|
||||
* expanded several tabs to spaces.
|
||||
* added default project to new getpac and bco subcommand. .oscrc:getpac_default_project = OpenSUSE:Factory
|
||||
(not added to branch subcommand, to not interfere with its syntax.)
|
||||
* add support for generic python-keyring lib, supports KWallet, Gnome keyring, MacOS and Windows.
|
||||
* make buildhist command usable without checked out package
|
||||
* rename old "platform/s" names to "repository/ies" (internal cleanup only)
|
||||
* fixed osc diff -c N, it failed with int and string concatenation
|
||||
* made osc diff and rdiff more similar: added -p, -c to rdiff, removed -u from rdiff.
|
||||
made -u default for both, renamed --pretty to --plain as it is the opposite of -u
|
||||
#
|
||||
# Features which require OBS 1.7
|
||||
#
|
||||
* option to download server side generated _service:* files on update
|
||||
* support for running source services locally. Happens by default on source update
|
||||
and build.
|
||||
* support modification flages on creation of submit request
|
||||
(for auto update or clean up packages or to avoid it, when submit request got accepted)
|
||||
* show request ids from package source logs
|
||||
* added support to require local packages which don't exist in the obs for a local build. This
|
||||
fixes #377021, #481193
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 4 18:51:38 UTC 2009 - adrian@suse.de
|
||||
|
||||
- update to version 0.122 pre 1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 4 13:38:27 UTC 2009 - lv@lekv.de
|
||||
|
||||
- Add switch to installation in debian/rules to correctly install on debian-based systems
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 3 12:33:42 UTC 2009 - adrian@suse.de
|
||||
|
||||
- switch to noarch package for > 11.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 1 12:18:45 UTC 2009 - adrian@suse.de
|
||||
|
||||
- update to version 0.121.1
|
||||
* fix creation of new .osrc (#535919)
|
||||
* fix "osc my request"
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 27 13:09:06 UTC 2009 - adrian@suse.de
|
||||
|
||||
- update to r7948 (version 0.121 candidate)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 19 16:24:03 UTC 2009 - alexandre@exatati.com.br
|
||||
|
||||
- Fix on spec file for x64 system bash auto-complete (bnc#528088).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 18 19:16:22 CEST 2009 - adrian@suse.de
|
||||
|
||||
|
2
osc.dsc
2
osc.dsc
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: osc
|
||||
Version: 0.120-1
|
||||
Version: 0.123-1
|
||||
Binary: osc
|
||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||
Architecture: any
|
||||
|
Loading…
Reference in New Issue
Block a user