On Tue, Mar 27, 2018 at 02:16:32PM +0300, Ram Rachum wrote:
> Hi,
>
> Is there a way to do `git review -d` without having it do a checkout? i.e.
> I just want to have these commits in my Git database so I could cherrypick
> them on some other branch. We've got tons of submodules so checking out
>
Ian Wienand writes:
> The closest other thing I could find was "aggregate" [1]; but this
> relies on having a unique task-id to group things together with.
> Ansible doesn't give us this in the logs and AFAIK doesn't have a
> concept of a uuid for tasks.
We control the log output format in Zuul
I wanted to query for a failing ansible task; specifically what would
appear in the console log as
2018-03-27 15:07:49.294630 |
2018-03-27 15:07:49.295143 | TASK [configure-unbound : Check for IPv6]
2018-03-27 15:07:49.368062 | primary | skipping: Conditional result was False
2018-03-27 15:07
Resending this message because it was too large for the distribution list.
---
Clark,
My first test uses this local.pp. It's copied verbatim from [1]:
# local.pp
class { 'openstack_project::etherpad':
ssl_cert_file_contents => hiera('etherpad_ssl_cert_file_contents'),
ssl_key_file_
On 2018-03-28 08:22:53 +1100 (+1100), Ian Wienand wrote:
[...]
> Anyway, we got there in the end :) I'll add to my todo list to clear
> them from tarballs.o.o once this settles out.
[...]
Thanks! Excellent news indeed.
--
Jeremy Stanley
signature.asc
Description: PGP signature
_
On 03/28/2018 01:04 AM, Jeremy Stanley wrote:
I would be remiss if I failed to remind people that the *manually*
installed etcd release there was supposed to be a one-time stop-gap,
and we were promised it would be followed shortly with some sort of
job which made updating it not-manual. We're co
On Tue, Mar 27, 2018 at 02:04:51PM +, Jeremy Stanley wrote:
> On 2018-03-27 10:39:35 +1100 (+1100), Tony Breeds wrote:
> [...]
> > Except something sets ETCD_DOWNLOAD_URL to tarballs.o.o
> [...]
>
> I would be remiss if I failed to remind people that the *manually*
> installed etcd release the
On 2018-03-27 10:39:35 +1100 (+1100), Tony Breeds wrote:
[...]
> Except something sets ETCD_DOWNLOAD_URL to tarballs.o.o
[...]
I would be remiss if I failed to remind people that the *manually*
installed etcd release there was supposed to be a one-time stop-gap,
and we were promised it would be fo
Hi,
Is there a way to do `git review -d` without having it do a checkout? i.e.
I just want to have these commits in my Git database so I could cherrypick
them on some other branch. We've got tons of submodules so checking out
often creates problems.
I tried `git fetch gerrit my_commit_hash:tempor