Mailinglist Archive: opensuse-buildservice (181 mails)
| < Previous | Next > |
Re: [opensuse-buildservice] ANN: osc 0.97 release
- From: Marcus Hüwe <suse-tux@xxxxxx>
- Date: Wed, 11 Jul 2007 15:38:32 +0200
- Message-id: <20070711133832.GC3959@xxxxxxxxxxxxxxxxxxx>
Hi,
On 2007-07-11 15:14:05 +0200, Stefan Dirsch wrote:
> On Wed, Jul 11, 2007 at 01:39:48PM +0200, Dr. Peter Poeml wrote:
> > I would like to announce a new release of osc. The major changes are
> > listed below. Marcus Huewe contributed significantly to this release.
> > He also implemented what I consider the most important advance:
> >
> > - added initial revision handling:
> > - extended "osc co prj pac" to checkout a specific revision of pac
> > - extended "osc up" to update to a specific revision
> > - extended "osc diff" to diff the working copy against a
> > specific revision on the server.
>
> Sounds great! Unfortunately I have no idea how to figure out, which
> revisions are available. So what did I miss?
>
A log command will be implemented soon to show the revisions+commit messages
(see http://lists.opensuse.org/opensuse-buildservice/2007-07/msg00064.htm).
For now you have to run "osc info /path/to/working_copy" to see the current
revision of your working copy (not the upstream one) :/
Small (ugly) workaround for the upstream revision:
curl -u user:pass -X GET https://api.opensuse.org/source/project/package | grep rev
Marcus
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
On 2007-07-11 15:14:05 +0200, Stefan Dirsch wrote:
> On Wed, Jul 11, 2007 at 01:39:48PM +0200, Dr. Peter Poeml wrote:
> > I would like to announce a new release of osc. The major changes are
> > listed below. Marcus Huewe contributed significantly to this release.
> > He also implemented what I consider the most important advance:
> >
> > - added initial revision handling:
> > - extended "osc co prj pac" to checkout a specific revision of pac
> > - extended "osc up" to update to a specific revision
> > - extended "osc diff" to diff the working copy against a
> > specific revision on the server.
>
> Sounds great! Unfortunately I have no idea how to figure out, which
> revisions are available. So what did I miss?
>
A log command will be implemented soon to show the revisions+commit messages
(see http://lists.opensuse.org/opensuse-buildservice/2007-07/msg00064.htm).
For now you have to run "osc info /path/to/working_copy" to see the current
revision of your working copy (not the upstream one) :/
Small (ugly) workaround for the upstream revision:
curl -u user:pass -X GET https://api.opensuse.org/source/project/package | grep rev
Marcus
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
| < Previous | Next > |