Re: Trying to elevate rsync privileges when connecting over ssh without using NOPASSWD in sudoers

2022-03-12 Thread Richard Hector via rsync

On 12/03/22 19:36, Bri Hatch via rsync wrote:
On Fri, Mar 11, 2022 at 10:22 PM Kevin Korb via rsync 
mailto:rsync@lists.samba.org>> wrote:


Rsync includes a script named rrsync that handles this perfectly.


And authprogs provides similar functionality, though you use yaml to 
define what is/isn't allowed.


Thanks - I didn't look at this earlier. It looks like a more general 
alternative to my dirvish one. I'll have to investigate further.


Though my use of ansible has given me a general dislike of yaml :-)

Cheers,
Richard

--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: Trying to elevate rsync privileges when connecting over ssh without using NOPASSWD in sudoers

2022-03-12 Thread Richard Hector via rsync
Also, it appears that it requires the allowed directory to be specified 
in authorized_keys. Mine uses an external list of allowed directories, 
so I don't need lots of lines (and separate keys?) in authorized_keys in 
order to deal with the several directories I back up per host.


Cheers,
Richard

On 12/03/22 21:01, Richard Hector via rsync wrote:
It may do the job; it doesn't AFAIK explain why the options are 
undocumented :-)


Cheers,
Richard

On 12/03/22 19:22, Kevin Korb via rsync wrote:

Rsync includes a script named rrsync that handles this perfectly.

On 3/12/22 01:08, Richard Hector via rsync wrote:

On 12/03/22 18:38, Richard Hector via rsync wrote:
And I do my backups (using dirvish) as root, using a key with a 
forced command.


FWIW, that forced command is here:

https://github.com/rwhector/dirvish-forced-command

It's rather unpolished and undocumented, but comments very welcome :-)

I've also had an issue due to some server-side-only arguments to 
rsync being undocumented, which means I can't validate them, and 
basically have to accept anything ... I'd love to know why this is or 
has to be the case :-) I didn't get any particularly useful answers 
back in January 2019 ...


Cheers,
Richard









--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: Trying to elevate rsync privileges when connecting over ssh without using NOPASSWD in sudoers

2022-03-12 Thread Richard Hector via rsync
It may do the job; it doesn't AFAIK explain why the options are 
undocumented :-)


Cheers,
Richard

On 12/03/22 19:22, Kevin Korb via rsync wrote:

Rsync includes a script named rrsync that handles this perfectly.

On 3/12/22 01:08, Richard Hector via rsync wrote:

On 12/03/22 18:38, Richard Hector via rsync wrote:
And I do my backups (using dirvish) as root, using a key with a 
forced command.


FWIW, that forced command is here:

https://github.com/rwhector/dirvish-forced-command

It's rather unpolished and undocumented, but comments very welcome :-)

I've also had an issue due to some server-side-only arguments to rsync 
being undocumented, which means I can't validate them, and basically 
have to accept anything ... I'd love to know why this is or has to be 
the case :-) I didn't get any particularly useful answers back in 
January 2019 ...


Cheers,
Richard






--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: Trying to elevate rsync privileges when connecting over ssh without using NOPASSWD in sudoers

2022-03-11 Thread Richard Hector via rsync

On 12/03/22 18:38, Richard Hector via rsync wrote:
And I do my backups (using dirvish) as root, using a key with a forced 
command.


FWIW, that forced command is here:

https://github.com/rwhector/dirvish-forced-command

It's rather unpolished and undocumented, but comments very welcome :-)

I've also had an issue due to some server-side-only arguments to rsync 
being undocumented, which means I can't validate them, and basically 
have to accept anything ... I'd love to know why this is or has to be 
the case :-) I didn't get any particularly useful answers back in 
January 2019 ...


Cheers,
Richard

--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: Trying to elevate rsync privileges when connecting over ssh without using NOPASSWD in sudoers

2022-03-11 Thread Richard Hector via rsync

On 12/03/22 06:06, Dr. Mark Asbach via rsync wrote:

Hi Dan,


Why not rsync directly as root?  Then you can use a passwordless, 
passphraseless RSA (or similar) keypair.


I'm not saying I agree with this, but ...


That’s because these are cloud instances that get maintained by multiple 
admins. If we require all of them to log in as root, we would have to share the 
root password


Not if you use ssh keys - just put each admin's public key in root's 
authorized_keys file.


 – and that would on one hand be a security/maintainability issue (if 
one person leaves the team, we’ll have to change and redistribute the 
root password),


Just delete their key.

 on the other hand it would violate accountability (log files would 
only show logins by „root“ and after an issue, there would be no chance 
to know whom to ask about strange things).


Harder, I think. I think with verbose logging, you can see the 
fingerprint of the key that was used, but that seems a bit messy.


 Both are the typical reasons for not using root accounts but going for 
sudo instead …


I tend to agree with using sudo :-)

OTOH, I have an ansible user that can sudo with no password.

And I do my backups (using dirvish) as root, using a key with a forced 
command.


Maybe that's an option? Each admin has a special key pair for this 
purpose, that allows login as root, but has a forced command on the 
server to do this rsync?


Cheers,
Richard

--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: Launch a minimal MATE DE

2022-03-11 Thread Richard Hector

On 9/03/22 04:06, David Wright wrote:

On Tue 08 Mar 2022 at 07:00:08 (+0100), to...@tuxteam.de wrote:

On Tue, Mar 08, 2022 at 01:54:11PM +1300, Richard Hector wrote:

[...]

> Just to solve the infinite recursion problem:
> 
> richard@zircon:~$ apt-file search bin/apt-file

> apt-file: /usr/bin/apt-file
> 
> so install the apt-file package :-)


Oh, a recursive fishing rod :-)


Sorry to disappoint, but I think we're dealing with
repetition here, rather than recursion:


Perhaps both.

Cheers,
Richard



[jenkinsci/nexus-platform-plugin] 2b73be: Updating token used to update github statuses

2022-03-10 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/INT-6619-enabling-cd-using-jenkins-jep229
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: 2b73be5bc9f5e744478e260cc4d336c6b2ed45f6
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/2b73be5bc9f5e744478e260cc4d336c6b2ed45f6
  Author: Hector Hurtado 
  Date:   2022-03-10 (Thu, 10 Mar 2022)

  Changed paths:
M Jenkinsfile.sonatype
M Jenkinsfile.sonatype.post-release

  Log Message:
  ---
  Updating token used to update github statuses


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/INT-6619-enabling-cd-using-jenkins-jep229/f01627-2b73be%40github.com.


[jenkinsci/nexus-platform-plugin] f01627: Updating release script to be used as a post-relea...

2022-03-09 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/INT-6619-enabling-cd-using-jenkins-jep229
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: f0162766cce327c9a0c7e7b86689f6dbb48b694c
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/f0162766cce327c9a0c7e7b86689f6dbb48b694c
  Author: Hector Hurtado 
  Date:   2022-03-09 (Wed, 09 Mar 2022)

  Changed paths:
M Jenkinsfile.sonatype
A Jenkinsfile.sonatype.post-release
R Jenkinsfile.sonatype.release
M pom.xml

  Log Message:
  ---
  Updating release script to be used as a post-release job


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/INT-6619-enabling-cd-using-jenkins-jep229/d49c1b-f01627%40github.com.


[BEAM-14004] Support for CosmosDB/API MongoDB

2022-03-08 Thread Hector Miuler Malpica Gallegos
Hi guys, I'm generate the pull request (
https://github.com/apache/beam/pull/16972) for fix the issue:
[BEAM-14004] [CosmosDB] com.mongodb.MongoCommandException: Command failed
with error 115: Command is not supported
<https://issues.apache.org/jira/browse/BEAM-14004>


How can I make them take it into consideration?




*Hector Miuler Malpica Gallegos <http://www.miuler.com>*


[jenkinsci/nexus-platform-plugin] d49c1b: Adding extra docs

2022-03-08 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/INT-6619-enabling-cd-using-jenkins-jep229
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: d49c1bcf9b7d16f92a884ef837e55e88ee8ec5a5
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/d49c1bcf9b7d16f92a884ef837e55e88ee8ec5a5
  Author: Hector Hurtado 
  Date:   2022-03-08 (Tue, 08 Mar 2022)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Adding extra docs


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/INT-6619-enabling-cd-using-jenkins-jep229/8febe4-d49c1b%40github.com.


[jenkinsci/nexus-platform-plugin] 8febe4: Removing dependabot configuration

2022-03-08 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/INT-6619-enabling-cd-using-jenkins-jep229
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: 8febe4aacf3c007b520daf28394f996b27a54de4
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/8febe4aacf3c007b520daf28394f996b27a54de4
  Author: Hector Hurtado 
  Date:   2022-03-08 (Tue, 08 Mar 2022)

  Changed paths:
R .github/dependabot.yml

  Log Message:
  ---
  Removing dependabot configuration


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/INT-6619-enabling-cd-using-jenkins-jep229/0ed272-8febe4%40github.com.


Re: Launch a minimal MATE DE

2022-03-07 Thread Richard Hector

On 6/03/22 22:20, to...@tuxteam.de wrote:

On Sun, Mar 06, 2022 at 09:34:36AM +0100, Christian Britz wrote:



On 2022-03-06 09:30 UTC+0100, Richard Owlett wrote:

>> apt-get --no-install-recommends install mate-desktop-environment
> When I attempted to run startx I received the message
>> startx: command not found

Hi Richard,

I can't tell you anything about the dependencies but you could try to
install xinit package. This contains the startx command.


(Thanks, Christian, for the fish. Now I'll try to sell the rod ;-)

Reminder (paste this on a sticky note on your workshop wall :)

   apt-file search startx


Just to solve the infinite recursion problem:

richard@zircon:~$ apt-file search bin/apt-file
apt-file: /usr/bin/apt-file

so install the apt-file package :-)

Cheers,
Richard



cups/avahi-daemon - worrying logs

2022-03-07 Thread Richard Hector

Hi all,

I've recently set up a small box to run cups, to provide network access 
to a USB-only printer. It's a 32-bit machine running bullseye.


I'm seeing log messages like these:


Mar  7 15:47:47 whio avahi-daemon[310]: Record 
[Brother\032HL-2140\032\064\032whio._ipps._tcp.local#011IN#011SRV 0 0 631 
whio.local ; ttl=120] not fitting in legacy unicast packet, dropping.
Mar  7 15:47:47 whio avahi-daemon[310]: Record [whio.local#011IN#011 
fe80::3e4a:92ff:fed3:9e16 ; ttl=120] not fitting in legacy unicast packet, 
dropping.
Mar  7 15:47:48 whio avahi-daemon[310]: Record 
[Brother\032HL-2140\032\064\032whio._ipp._tcp.local#011IN#011SRV 0 0 631 
whio.local ; ttl=120] not fitting in legacy unicast packet, dropping.
Mar  7 15:47:48 whio avahi-daemon[310]: Record [whio.local#011IN#011 
fe80::3e4a:92ff:fed3:9e16 ; ttl=120] not fitting in legacy unicast packet, 
dropping.


Those link-local IPv6 addresses belong to the machine itself. It 
currently has no other IPv6 address(es) (other than loopback), but I 
should probably set that up.


Any hints as to what's going on?

Most of the hits I get from a web search are full of 'me too' with no 
answers.


Cheers,
Richard



[jenkinsci/nexus-platform-plugin] 0ed272: Adjusting Jenkisn CI configuration

2022-03-07 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/INT-6619-enabling-cd-using-jenkins-jep229
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: 0ed2724c4644323bfd088083be5603c702248f64
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/0ed2724c4644323bfd088083be5603c702248f64
  Author: Hector Hurtado 
  Date:   2022-03-07 (Mon, 07 Mar 2022)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Adjusting Jenkisn CI configuration


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/INT-6619-enabling-cd-using-jenkins-jep229/e7ff45-0ed272%40github.com.


[jenkinsci/nexus-platform-plugin] e7ff45: Adjusting version number generation

2022-03-07 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/INT-6619-enabling-cd-using-jenkins-jep229
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: e7ff45ce3fc8574458900fb9694062e603d130d2
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/e7ff45ce3fc8574458900fb9694062e603d130d2
  Author: Hector Hurtado 
  Date:   2022-03-07 (Mon, 07 Mar 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Adjusting version number generation


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/INT-6619-enabling-cd-using-jenkins-jep229/49ffc3-e7ff45%40github.com.


Re: [Fail2ban-users] multiline match?

2022-03-07 Thread Richard Hector

On 8/03/22 00:11, Dominic Raferd wrote:


On 07/03/2022 10:37, Richard Hector wrote:

On 7/03/22 23:15, Richard Hector wrote:

On 6/03/22 20:54, Dominic Raferd wrote:

On 06/03/2022 04:35, Richard Hector wrote:
I have lines like these in my logs (reported by logcheck, in this 
case):
Mar  6 16:17:38 akl-host6 sshd[33035]: error: 
kex_exchange_identification: Connection closed by remote host
Mar  6 16:17:38 akl-host6 sshd[33035]: Connection closed by 
46.19.139.18 port 32834
Mar  6 16:17:54 akl-host6 sshd[33038]: error: 
kex_exchange_identification: Connection closed by remote host
Mar  6 16:17:54 akl-host6 sshd[33038]: Connection closed by 
45.125.65.126 port 45184
To a human, it's easy to see that those come in pairs, and that if 
they're frequent, they're probably attacks. But the line that shows 
an error doesn't have an IP address, and the line with an IP 
address isn't obviously an error. Is it still possible to find 
those and ban them?
Assuming you are using failban 0.11+ or perhaps 0.10+ (check yours 
with 'fail2ban-client version), see the updated sshd jail at 
https://raw.githubusercontent.com/fail2ban/fail2ban/master/config/filter.d/sshd.conf. 
Save it as /etc/fail2ban/filter.d/sshd.local and reload this jail 
with 'fail2ban-client reload sshd'.


Thanks Dominic - now I just need to wait for some more attacks, to 
see if it worked :-)


It appears not - I can see more similar lines in the logs since the 
reload, and no 'Found' lines in fail2ban.log :-(


Looking into this a bit further, the message 'error: 
kex_exchange_identification: Connection closed by remote host' 
apparently reflects disruption of key exchange communication between the 
machines, probably because the incoming client dropped the connection. 
This does not necessarily indicate an attack (as you realise).


On my system f2b does not block these instances. Also on my system 
(OpenSSH_8.2p1 Ubuntu-4ubuntu0.4) there is no subsequent log entry 
giving the ip address (even with LogLevel VERBOSE), you have to get the 
ip by backtracking to the earlier corresponding (by pid) 'Connection 
from' message.


I am now doubtful if fail2ban can catch such things.


I've now set sshd to mode = aggressive - it now does seem to catch those 
lines (going by timestamp) (though I don't know how). My system is 
Debian 11 (bullseye) with OpenSSH_8.4p1, so slightly newer. I tried 
LogLevel VERBOSE first, but changed it back. I haven't tried going back 
to the shipped version of sshd.conf with mode = aggressive.


Cheers,
Richard


___
Fail2ban-users mailing list
Fail2ban-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fail2ban-users


Re: [Fail2ban-users] multiline match?

2022-03-07 Thread Richard Hector

On 7/03/22 23:15, Richard Hector wrote:

On 6/03/22 20:54, Dominic Raferd wrote:

On 06/03/2022 04:35, Richard Hector wrote:

I have lines like these in my logs (reported by logcheck, in this case):
Mar  6 16:17:38 akl-host6 sshd[33035]: error: 
kex_exchange_identification: Connection closed by remote host
Mar  6 16:17:38 akl-host6 sshd[33035]: Connection closed by 
46.19.139.18 port 32834
Mar  6 16:17:54 akl-host6 sshd[33038]: error: 
kex_exchange_identification: Connection closed by remote host
Mar  6 16:17:54 akl-host6 sshd[33038]: Connection closed by 
45.125.65.126 port 45184
To a human, it's easy to see that those come in pairs, and that if 
they're frequent, they're probably attacks. But the line that shows 
an error doesn't have an IP address, and the line with an IP address 
isn't obviously an error. Is it still possible to find those and ban 
them?
Assuming you are using failban 0.11+ or perhaps 0.10+ (check yours 
with 'fail2ban-client version), see the updated sshd jail at 
https://raw.githubusercontent.com/fail2ban/fail2ban/master/config/filter.d/sshd.conf. 
Save it as /etc/fail2ban/filter.d/sshd.local and reload this jail with 
'fail2ban-client reload sshd'.


Thanks Dominic - now I just need to wait for some more attacks, to see 
if it worked :-)


It appears not - I can see more similar lines in the logs since the 
reload, and no 'Found' lines in fail2ban.log :-(


Cheers,
Richard



___
Fail2ban-users mailing list
Fail2ban-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fail2ban-users


Re: [Fail2ban-users] multiline match?

2022-03-07 Thread Richard Hector

On 6/03/22 20:54, Dominic Raferd wrote:

On 06/03/2022 04:35, Richard Hector wrote:

I have lines like these in my logs (reported by logcheck, in this case):
Mar  6 16:17:38 akl-host6 sshd[33035]: error: 
kex_exchange_identification: Connection closed by remote host
Mar  6 16:17:38 akl-host6 sshd[33035]: Connection closed by 
46.19.139.18 port 32834
Mar  6 16:17:54 akl-host6 sshd[33038]: error: 
kex_exchange_identification: Connection closed by remote host
Mar  6 16:17:54 akl-host6 sshd[33038]: Connection closed by 
45.125.65.126 port 45184
To a human, it's easy to see that those come in pairs, and that if 
they're frequent, they're probably attacks. But the line that shows an 
error doesn't have an IP address, and the line with an IP address 
isn't obviously an error. Is it still possible to find those and ban 
them?
Assuming you are using failban 0.11+ or perhaps 0.10+ (check yours with 
'fail2ban-client version), see the updated sshd jail at 
https://raw.githubusercontent.com/fail2ban/fail2ban/master/config/filter.d/sshd.conf. 
Save it as /etc/fail2ban/filter.d/sshd.local and reload this jail with 
'fail2ban-client reload sshd'.


Thanks Dominic - now I just need to wait for some more attacks, to see 
if it worked :-)


Cheers,
Richard



___
Fail2ban-users mailing list
Fail2ban-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fail2ban-users


[Fail2ban-users] multiline match?

2022-03-05 Thread Richard Hector

Hi all,

I have to confess I find the existing filters somewhat opaque, so I 
might be missing something.


I have lines like these in my logs (reported by logcheck, in this case):


Mar  6 16:17:38 akl-host6 sshd[33035]: error: kex_exchange_identification: 
Connection closed by remote host
Mar  6 16:17:38 akl-host6 sshd[33035]: Connection closed by 46.19.139.18 port 
32834
Mar  6 16:17:54 akl-host6 sshd[33038]: error: kex_exchange_identification: 
Connection closed by remote host
Mar  6 16:17:54 akl-host6 sshd[33038]: Connection closed by 45.125.65.126 port 
45184


To a human, it's easy to see that those come in pairs, and that if 
they're frequent, they're probably attacks. But the line that shows an 
error doesn't have an IP address, and the line with an IP address isn't 
obviously an error.


Is it still possible to find those and ban them?

Thanks,
Richard


___
Fail2ban-users mailing list
Fail2ban-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fail2ban-users


[Fail2ban-users] IRC channel?

2022-03-05 Thread Richard Hector

Hi,

The page at https://www.fail2ban.org/wiki/index.php/HOWTO_Seek_Help says 
there's a #fail2ban channel on freenode - is that still the right 
network? Or is the one on libera.chat the right one now? It has users, 
but no topic ...


Thanks,
Richard


___
Fail2ban-users mailing list
Fail2ban-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fail2ban-users


[jenkinsci/nexus-platform-plugin] 49ffc3: Adjusting current sonatype jenkins files

2022-03-04 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/INT-6619-enabling-cd-using-jenkins-jep229
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: 49ffc32cb7125bb86d1bb3748a8268f96c9b33eb
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/49ffc32cb7125bb86d1bb3748a8268f96c9b33eb
  Author: Hector Hurtado 
  Date:   2022-03-04 (Fri, 04 Mar 2022)

  Changed paths:
R Jenkinsfile.sonatype.bump-up-api
M Jenkinsfile.sonatype.release

  Log Message:
  ---
  Adjusting current sonatype jenkins files


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/INT-6619-enabling-cd-using-jenkins-jep229/514d6d-49ffc3%40github.com.


[jenkinsci/nexus-platform-plugin] 514d6d: Inital commit to enable CD following Jenkins JEP 229

2022-03-04 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/INT-6619-enabling-cd-using-jenkins-jep229
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: 514d6df85e482bc89495d098a498213920b4c507
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/514d6df85e482bc89495d098a498213920b4c507
  Author: Hector Hurtado 
  Date:   2022-03-04 (Fri, 04 Mar 2022)

  Changed paths:
A .github/dependabot.yml
A .github/release-drafter.yml
A .github/workflows/cd.yaml
A .mvn/extensions.xml
A .mvn/maven.config
M Jenkinsfile.sonatype.release
M pom.xml

  Log Message:
  ---
  Inital commit to enable CD following Jenkins JEP 229


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/INT-6619-enabling-cd-using-jenkins-jep229/00-514d6d%40github.com.


Re: systemd user@###.service failure causing 90 sec delays during boot, login

2022-03-01 Thread Richard Hector

On 1/03/22 12:05, Greg Wooledge wrote:

On Mon, Feb 28, 2022 at 10:28:49PM +, KCB Leigh wrote:

This operating system has worked excellently for months, but for the last 2 
days has suddenly been taking a very long time to boot.  The cause of the delay 
can be seen from the syslog:


Obvious question 1: what changed 2 days ago?


Apologies for replying to the wrong message; I've already deleted the 
older ones.


This reminded me of a problem I had a couple of months ago, where it 
took a long time to log in. I notice also you'd just installed ufw for 
firewalling.


My problem turned out to be that starting the user@xxx.service requires 
a network connection on the loopback interface - I was experimenting 
with nftables and had neglected to allow that.


Check your firewall for loopback connections?

Cheers,
Richard



[jenkinsci/nexus-platform-plugin]

2022-02-24 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/bump-innersource-dependencies-895eff
  Home:   https://github.com/jenkinsci/nexus-platform-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/bump-innersource-dependencies-895eff/df50e1-00%40github.com.


[jenkinsci/nexus-platform-plugin]

2022-02-24 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/bump-innersource-dependencies-895eff
  Home:   https://github.com/jenkinsci/nexus-platform-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/bump-innersource-dependencies-895eff/76abff-00%40github.com.


[jenkinsci/nexus-platform-plugin]

2022-02-23 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/bump-innersource-dependencies-895eff
  Home:   https://github.com/jenkinsci/nexus-platform-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/bump-innersource-dependencies-895eff/f07b4e-00%40github.com.


[jenkinsci/nexus-platform-plugin]

2022-02-23 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/bump-innersource-dependencies-895eff
  Home:   https://github.com/jenkinsci/nexus-platform-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/bump-innersource-dependencies-895eff/d6c29b-00%40github.com.


Re: Call to AdWords API and Google Ads API do not return same amount of campaigns

2022-02-21 Thread Hector V
I have sent the required information by email. If there are things that are 
missing, feel free to contact me so I can give further information.

Thanks a lot for looking into it.

On Monday, February 21, 2022 at 3:43:55 AM UTC-5 adsapi wrote:

> Hi Hector,
>
>  
>
> I'm Kevin from the Google Ads API Team.
>
>  
>
> In order for me to proceed with my investigation, can you please provide 
> the following details below?
>
>1. Complete request 
>
> <https://developers.google.com/google-ads/api/docs/concepts/field-service#request>
> and response 
>
> <https://developers.google.com/google-ads/api/docs/concepts/field-service#response>
>  logs 
>with request ID 
>
> <https://developers.google.com/google-ads/api/docs/concepts/call-structure#request-id>
>  of 
>the Google Ads API report 
>2. Complete query in XML 
><https://developers.google.com/adwords/api/docs/guides/reporting?hl=sv#xml>
> or AWQL 
>
> <https://developers.google.com/adwords/api/docs/guides/reporting?hl=sv#awql> 
> format 
>of the AdWords API report 
>3. Sample comparison which clearly shows the discrepancies 
>
>  
>
> You may send the requested information via *Reply privately to author* 
> option. 
> If this option is not available, you may send the details directly to our 
> googleadsapi-supp...@google.com alias instead.
>
>  
>
> Regards,
> [image: Google Logo] 
> Kevin Gil 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2Wx96t:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3b9bb58e-556c-40de-a6be-e9d744071d74n%40googlegroups.com.


Call to AdWords API and Google Ads API do not return same amount of campaigns

2022-02-18 Thread Hector V
Hello,

For the migration of AdWords API to Google Ads API, I am trying to verify 
that I get all the same information from one API to the other. Currently, 
while using the same account, when I use the following query, I get 84 
campaigns, but for AdWords, when I put the equivalent for listing the 
campaigns on an account, I get 88 instead.

Here is the query I'm using:
SELECT campaign.id, campaign.name, campaign.status, 
campaign.advertising_channel_type FROM campaign WHERE campaign.status IN 
('ENABLED','PAUSED','REMOVED') AND campaign.advertising_channel_type IN 
('DISPLAY','SEARCH','SHOPPING') ORDER BY campaign.name

For testing purposes, I removed the WHERE part of the SQL to see if I would 
get the missing campaigns, but unfortunately, I did not get what I'm 
missing with that query:
SELECT campaign.id, campaign.name, campaign.status, 
campaign.advertising_channel_type FROM campaign ORDER BY campaign.name

Is there some campaigns that can't be seen on Google Ads API but still 
available on AdWords API?

Thanks and have a good day!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9171f084-af9a-4d7f-b17f-ac0ab1b97cd0n%40googlegroups.com.


[jenkinsci/nexus-platform-plugin] 0c4ed4: Changing dependency version

2022-02-17 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/test-release-script
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: 0c4ed455e7b2bb343909a59e0e7cc5e5181417a0
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/0c4ed455e7b2bb343909a59e0e7cc5e5181417a0
  Author: Hector Hurtado 
  Date:   2022-02-17 (Thu, 17 Feb 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Changing dependency version


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/test-release-script/2790d9-0c4ed4%40github.com.


[jenkinsci/nexus-platform-plugin] 185a59: Using today's date instead of commit date (#182)

2022-02-15 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: 185a5998f55c10b1f5dd05a1df8602304ad4b451
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/185a5998f55c10b1f5dd05a1df8602304ad4b451
  Author: Hector Danilo Hurtado Olaya 
  Date:   2022-02-15 (Tue, 15 Feb 2022)

  Changed paths:
M Jenkinsfile.sonatype.release

  Log Message:
  ---
  Using today's date instead of commit date (#182)


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/main/96f6bf-185a59%40github.com.


[jenkinsci/nexus-platform-plugin] 0357bd: Using today's date instead of commit date

2022-02-15 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/INT-6477-fixing-testing-issues
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: 0357bda158128d099391a8dc36d41c7c90a085b1
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/0357bda158128d099391a8dc36d41c7c90a085b1
  Author: Hector Hurtado 
  Date:   2022-02-15 (Tue, 15 Feb 2022)

  Changed paths:
M Jenkinsfile.sonatype.release

  Log Message:
  ---
  Using today's date instead of commit date


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/INT-6477-fixing-testing-issues/00-0357bd%40github.com.


[jenkinsci/nexus-platform-plugin] 501db3: fix

2022-02-15 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/test-release-script
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: 501db3cb7cd7436a1e720623a1c8de092baf4719
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/501db3cb7cd7436a1e720623a1c8de092baf4719
  Author: Hector Hurtado 
  Date:   2022-02-15 (Tue, 15 Feb 2022)

  Changed paths:
M Jenkinsfile.sonatype.release

  Log Message:
  ---
  fix


  Commit: 0076db69f717386496c3c718adb7b087b07bf705
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/0076db69f717386496c3c718adb7b087b07bf705
  Author: Hector Hurtado 
  Date:   2022-02-15 (Tue, 15 Feb 2022)

  Changed paths:
M README.md

  Log Message:
  ---
  Merge branch 'test-release-script' of 
https://github.com/jenkinsci/nexus-platform-plugin into test-release-script


Compare: 
https://github.com/jenkinsci/nexus-platform-plugin/compare/e34df56ce45c...0076db69f717

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/test-release-script/e34df5-0076db%40github.com.


[jenkinsci/nexus-platform-plugin] 2c5c1f: fix

2022-02-15 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/test-release-script
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: 2c5c1fc89a4d8a22364c6a038ee53dcf61c3f374
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/2c5c1fc89a4d8a22364c6a038ee53dcf61c3f374
  Author: Hector Hurtado 
  Date:   2022-02-15 (Tue, 15 Feb 2022)

  Changed paths:
M Jenkinsfile.sonatype.release

  Log Message:
  ---
  fix


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/test-release-script/d7b5ec-2c5c1f%40github.com.


[jenkinsci/nexus-platform-plugin] d7b5ec: test

2022-02-15 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/test-release-script
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: d7b5ecf10619880314dfc5b86e079e0cbe7b1520
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/d7b5ecf10619880314dfc5b86e079e0cbe7b1520
  Author: Hector Hurtado 
  Date:   2022-02-15 (Tue, 15 Feb 2022)

  Changed paths:
M Jenkinsfile.sonatype.release

  Log Message:
  ---
  test


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/test-release-script/dbb045-d7b5ec%40github.com.


FS Late 2013 21.5" iMac

2022-02-14 Thread Hector I. Macedo
This is a brand new looking computer, hardly ever used, Non smocking 
environment. I would say a 10/10.  Has a 21.5” very clean screen, no death 
pixels. 2.7 quad core i5 w 4MB L3 Cache, 8 GB memory, 1 TB Har drive, Intel 
Iris Pro Graphics, Will ship in original Apple box.
Keyboard, no mouse.
 Asking $200.00 plus postage

Your preference USPS or UPS/FedEx

Hector I Macedo
Fairview TX 75069


-- 
You received this message because you are a member of the LEM Swap group.
To post to this group, send email to lemswap@googlegroups.com
To unsubscribe, send an email *from your subscribed address* to 
lemswap+unsubscr...@googlegroups.com
LEM-Swap is not a discussion list; it is for buying & selling Mac stuff. Reply 
directly to the person who posted, never to the list.
Software piracy is illegal and not allowed on LEM Swap. Except for freeware and 
software originally provided with computers, no software is to be left on hard 
drives unless the original installer (not a burned copy) is included, along 
with any required registration number, password, etc.
Shipments valued at US$100 or more should be insured, and shipments valued at 
US$25 or more should be shipped so they can be tracked.
See the list FAQ http://lowendmac.com/2014/lem-swap/
for guidelines on postings, feedback, and dispute resolution. Seller feedback 
at http://groups.google.com/group/swap-feedback
--- 
You received this message because you are subscribed to the Google Groups "LEM 
Swap" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to lemswap+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/lemswap/B7168C21-804D-4D5B-8EF1-4081FCA13081%40gmail.com.


Re: Wrong libvirt version in bullseye installation

2022-02-07 Thread Richard Hector

On 8/02/22 11:34, Gary L. Roach wrote:
I have been trying to get a cleen copy of qemu/kvm installed but when I 
try to install qemu-system I get:


     libvirt-clients : Depends: libvirt0 (= 7.0.0-3) but 8.0.0-1~bpo11+1 
is to be installed.


  The same for libvirt-daemon and some others. Version 7.0.0.3 is listed 
as the version used in Bullseye. The 8.0.0-1 version is used in the 
testing version. I have gone through my sources.list files and can not 
find the reason libvirt is trying to be loaded from the testing 
depository. Could anyone help? I have tried clearing the /var/cache 
files. That didn't help.


The bpo bit in the version suggests that it's coming from the backports 
repo (bullseye-backports), not testing as such. I assume you have the 
backports repo configured. Why you're getting that particular backport 
if you haven't installed it manually, I'm not sure - perhaps you 
installed or are installing something else that depends on it? If 
backports is what you want, it appears libvirt-clients is available from 
there as well, so you can install a matching version.


Cheers,
Richard



Re: [PATCH v2] i2c: pasemi: Drop I2C classes from platform driver variant

2022-02-06 Thread Hector Martin
On 04/02/2022 18.59, Martin Povišer wrote:
> Drop I2C device-probing classes from platform variant of the PASemi
> controller as it is only used on platforms where I2C devices should
> be instantiated in devicetree. (The I2C_CLASS_DEPRECATED flag is not
> raised as up to this point no devices relied on the old behavior.)
> 
> Fixes: d88ae2932df0 ("i2c: pasemi: Add Apple platform driver")
> Signed-off-by: Martin Povišer 

Acked-by: Hector Martin 

Heh, so that's where this was... I remember running into this and
wondering if there was a way to turn it off.

-- 
Hector Martin (mar...@marcan.st)
Public Key: https://mrcn.st/pub


Re: [DISCUSS] KIP-795: Add public APIs for AbstractCoordinator

2022-02-03 Thread Hector Geraldino (BLOOMBERG/ 919 3RD A)
Thanks David for reading the KIP and sharing your thoughts.

I still believe the Group Membership protocol has enormous potential to be used 
outside of Core Kafka. Even if AbstractCordinator is, as you suggested, not the 
right abstraction to build upon, there's still merit in the idea of having the 
group membership protocol mechanisms surfaced into APIs that can be used by 
applications (like Connect and Streams do today) that interact with Kafka one 
way or another.

I'll think about this a bit longer. Thanks again for your feedback.

Regards,

From: dja...@confluent.io.INVALID At: 02/01/22 05:01:41 UTC-5:00To:  Hector 
Geraldino (BLOOMBERG/ 919 3RD A ) ,  dev@kafka.apache.org
Subject: Re: [DISCUSS] KIP-795: Add public APIs for AbstractCoordinator

Hi Hector,

Thanks for the KIP. I finally had a bit of time to read it.

I understand that a few services have been leveraging Kafka's Group Membership
Protocol to do leader election and/or service discovery. However, I am
not entirely
convinced that Kafka should be used in that way because specialized systems
already exist to solve those use cases. That's just my personal opinion.

Assuming that we would want to support such cases in the future, I think that
AbstractCoordinator is not the right abstraction for this.
AbstractCoordinator is more
and internal implementation detail and not really something meant to become a
public API. I think that it would be much better to come up with a new
set of APIs
for these use cases instead of extracting an interface out of
AbstractCoordinator.

Best,
David

On Thu, Nov 11, 2021 at 11:15 PM Hector Geraldino (BLOOMBERG/ 919 3RD
A)  wrote:
>
> Hi Tom,
>
> Thanks for taking time reviewing the KIP.
>
> I think it's reasonable to ask if Kafka's Group Coordination protocol should 
be used for use cases other than the distributed event log. This was actually 
briefly addressed by Gwen Shapira during her presentation at the strangeloop 
conference in '18 (a link to the video is included in the KIP), in which she 
explain in greater details the protocol internals.
>
> We should also keep in mind that this protocol is already being used for 
other use cases outside of core Kafka: Confluent Schema Registry uses it to 
determine leadership between members of a cluster, Kafka Connect uses it for 
task assignments, same with Kafka Stream for partition and task distributions, 
and so on. So having a public, stable API not just for new use cases (like 
ours) but existing ones is IMHO a good thing to have. I'll amend the KIP and 
add a bit more details to the motivation and alternatives sections, so the 
usefulness of this KIP is better understood.
>
> Now, for the first point of your technical observations (regarding 
protocolTypes()), I don't think it matters in this context, as the protocol 
name and subtype are only relevant in the context of a consumer group and group 
rebalance. It really doesn't matter if two different libraries decide to name 
their protocols the same.
>
> For item #2, I was under the impression that, because these classes all 
implement the org.apache.kafka.common.protocol.[Message, ApiMessage] interface, 
they are implicitly part of the Kafka protocol and the top-level API. Isn't 
that really the case?
>
> And finally, for #3, the goal I had in mind when creating this KPI was a 
small one: to provide an interface that users can rely on when extending the 
AbstactCoordinator. So my thought was that, while the AbstractCoordinator 
itself uses some internal APIs (like ConsumerNetworkClient, ConsumerMetadata 
and so on) those can remain internal. But it probably makes sense to at least 
explore the possibility of moving the whole AbstractCoordinator class to be 
part of the public API. I'll do that exercise, see what it entails, and update 
the KIP with my findings.
>
>
> Thanks again!
> Hector
>
>
> From: dev@kafka.apache.org At: 11/10/21 06:43:59 UTC-5:00To:  Hector 
Geraldino (BLOOMBERG/ 919 3RD A ) ,  dev@kafka.apache.org
> Subject: Re: [DISCUSS] KIP-795: Add public APIs for AbstractCoordinator
>
> Hi Hector,
>
> Thanks for the KIP.
>
> At a high level, I think the question to be answered by the community is
> "Should Kafka really be providing this kind of cluster management API?".
> While Kafka clients need this to provide their functionality it's a
> different thing to expose that as a public API of the project, which is
> otherwise about providing a distributed event log/data streaming
> platform/. Having a public
> API brings a significant commitment for API compatibility, which could
> impair the ability of the project to change the API in order to make
> improvements to the Kafka clients. The current AbstractCoordinator not
> being a supported API means we don't currently have to reason about
> compatibility here. So I think it would help the motivation section 

Re: Security

2022-02-01 Thread Richard Hector

On 2/02/22 00:26, Vincent Lefevre wrote:

On 2022-01-31 01:36:06 +1300, Richard Hector wrote:

On 29/01/22 04:17, Vincent Lefevre wrote:
> Servers shouldn't have pkexec installed in the first place, anyway.

libvirt-daemon-system depends on policykit-1.

Should that not be on my (kvm) server either?


I don't need libvirt-daemon-system on my server. And I don't see
why it would be needed in general. If I understand correctly,
libvirt is used to manage VMs, but what is mostly exposed on the
Internet (e.g. as a web server) is the VM itself, which doesn't
need libvirt.


I guess it depends how you define a 'server'. I include the machine that 
hosts my VMs. And I certainly don't restrict it to what's exposed on the 
Internet.


I admit I haven't explored in depth exactly which bits of libvirt are 
required on the VM host; I rely to some extent on the recommendations in 
the packages.


Cheers,
Richard



[jenkinsci/nexus-platform-plugin] 3d657a: INT-6477 Using shared library to update the releas...

2022-02-01 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: 3d657a531347440bc7f5d9606e04c014e6580091
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/3d657a531347440bc7f5d9606e04c014e6580091
  Author: Hector Danilo Hurtado Olaya 
  Date:   2022-02-01 (Tue, 01 Feb 2022)

  Changed paths:
M Jenkinsfile.sonatype.bump-up-api
M Jenkinsfile.sonatype.release

  Log Message:
  ---
  INT-6477 Using shared library to update the release notes (#180)

* Adding default changelog entry for IQ release notes


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/main/661c21-3d657a%40github.com.


[jenkinsci/nexus-platform-plugin] 13af5d: Adjusting Jenkinsfile.bump-up-api script

2022-01-31 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/INT-6477-adjusting-jenkins-release-script
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: 13af5d024842d15a1d593b90af6b87584d450557
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/13af5d024842d15a1d593b90af6b87584d450557
  Author: Hector Hurtado 
  Date:   2022-01-31 (Mon, 31 Jan 2022)

  Changed paths:
M Jenkinsfile.sonatype.bump-up-api

  Log Message:
  ---
  Adjusting Jenkinsfile.bump-up-api script


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/INT-6477-adjusting-jenkins-release-script/f5eeb9-13af5d%40github.com.


[jenkinsci/nexus-platform-plugin] dbb045: Adjusting test branch

2022-01-31 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/test-release-script
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: dbb045c481c6ccc6a5b202572c26ef3dab00bf5e
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/dbb045c481c6ccc6a5b202572c26ef3dab00bf5e
  Author: Hector Hurtado 
  Date:   2022-01-31 (Mon, 31 Jan 2022)

  Changed paths:
M Jenkinsfile.sonatype.bump-up-api

  Log Message:
  ---
  Adjusting test branch


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/test-release-script/0d770d-dbb045%40github.com.


[jenkinsci/nexus-platform-plugin] 0d770d: Removing logs

2022-01-31 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/test-release-script
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: 0d770dfb9b92e1bfe462dd772379ecbe4e27a7b7
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/0d770dfb9b92e1bfe462dd772379ecbe4e27a7b7
  Author: Hector Hurtado 
  Date:   2022-01-31 (Mon, 31 Jan 2022)

  Changed paths:
M Jenkinsfile.sonatype.bump-up-api

  Log Message:
  ---
  Removing logs


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/test-release-script/4dd30f-0d770d%40github.com.


[jenkinsci/nexus-platform-plugin] 4dd30f: Fix

2022-01-31 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/test-release-script
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: 4dd30f181de68292cf8cae655780772da03389ac
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/4dd30f181de68292cf8cae655780772da03389ac
  Author: Hector Hurtado 
  Date:   2022-01-31 (Mon, 31 Jan 2022)

  Changed paths:
M Jenkinsfile.sonatype.bump-up-api

  Log Message:
  ---
  Fix


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/test-release-script/7f9c42-4dd30f%40github.com.


[jenkinsci/nexus-platform-plugin] 7f9c42: test bump api

2022-01-31 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/test-release-script
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: 7f9c42f10ba2eb59b394a1a62749751cf9602fc1
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/7f9c42f10ba2eb59b394a1a62749751cf9602fc1
  Author: Hector Hurtado 
  Date:   2022-01-31 (Mon, 31 Jan 2022)

  Changed paths:
M Jenkinsfile.sonatype.bump-up-api

  Log Message:
  ---
  test bump api


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/test-release-script/a57670-7f9c42%40github.com.


[jenkinsci/nexus-platform-plugin] 0ce1d4: Updating release script

2022-01-31 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/INT-6477-adjusting-jenkins-release-script
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: 0ce1d4487877f73fc374b3fd132802d8218fc406
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/0ce1d4487877f73fc374b3fd132802d8218fc406
  Author: Hector Hurtado 
  Date:   2022-01-31 (Mon, 31 Jan 2022)

  Changed paths:
M Jenkinsfile.sonatype.release

  Log Message:
  ---
  Updating release script


  Commit: f5eeb903f19c479b6b7fce448961fff029c88f48
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/f5eeb903f19c479b6b7fce448961fff029c88f48
  Author: Hector Hurtado 
  Date:   2022-01-31 (Mon, 31 Jan 2022)

  Changed paths:
M Jenkinsfile.sonatype.release

  Log Message:
  ---
  Adjusting updateReleaseNotesMarkdown parameters


Compare: 
https://github.com/jenkinsci/nexus-platform-plugin/compare/58c5bda76537...f5eeb903f19c

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/INT-6477-adjusting-jenkins-release-script/58c5bd-f5eeb9%40github.com.


[jenkinsci/nexus-platform-plugin] 48ed23: Fix

2022-01-31 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/test-release-script
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: 48ed2305cb8dfd17920f74d5e72d11447371feea
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/48ed2305cb8dfd17920f74d5e72d11447371feea
  Author: Hector Hurtado 
  Date:   2022-01-31 (Mon, 31 Jan 2022)

  Changed paths:
M Jenkinsfile.sonatype.release

  Log Message:
  ---
  Fix


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/test-release-script/439863-48ed23%40github.com.


[jenkinsci/nexus-platform-plugin] e1d1fa: Update release notes script name

2022-01-31 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/test-release-script
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: e1d1faed8383d7b26bd12fa6e3bc196c5ace5926
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/e1d1faed8383d7b26bd12fa6e3bc196c5ace5926
  Author: Hector Hurtado 
  Date:   2022-01-31 (Mon, 31 Jan 2022)

  Changed paths:
M Jenkinsfile.sonatype.release

  Log Message:
  ---
  Update release notes script name


  Commit: 5a7cb6a03731713a997d9cf0f1d08647273feb89
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/5a7cb6a03731713a997d9cf0f1d08647273feb89
  Author: Hector Hurtado 
  Date:   2022-01-31 (Mon, 31 Jan 2022)

  Changed paths:
M README.md

  Log Message:
  ---
  Merge branch 'test-release-script' of 
https://github.com/jenkinsci/nexus-platform-plugin into test-release-script


Compare: 
https://github.com/jenkinsci/nexus-platform-plugin/compare/83a8497f464f...5a7cb6a03731

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/test-release-script/83a849-5a7cb6%40github.com.


[jenkinsci/nexus-platform-plugin] df2f47: Removing last log entry

2022-01-31 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/test-release-script
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: df2f471b22aef0e8bf73df094e1200b972c51dd6
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/df2f471b22aef0e8bf73df094e1200b972c51dd6
  Author: Hector Hurtado 
  Date:   2022-01-31 (Mon, 31 Jan 2022)

  Changed paths:
M README.md

  Log Message:
  ---
  Removing last log entry


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/test-release-script/26cc9b-df2f47%40github.com.


[jenkinsci/nexus-platform-plugin] 0ce1d4: Updating release script

2022-01-31 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/test-release-script
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: 0ce1d4487877f73fc374b3fd132802d8218fc406
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/0ce1d4487877f73fc374b3fd132802d8218fc406
  Author: Hector Hurtado 
  Date:   2022-01-31 (Mon, 31 Jan 2022)

  Changed paths:
M Jenkinsfile.sonatype.release

  Log Message:
  ---
  Updating release script


  Commit: 0bfe90dde7d29c6f0516eb17d53101142b17d643
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/0bfe90dde7d29c6f0516eb17d53101142b17d643
  Author: Hector Hurtado 
  Date:   2022-01-31 (Mon, 31 Jan 2022)

  Changed paths:
M Jenkinsfile.sonatype.release

  Log Message:
  ---
  Test


Compare: 
https://github.com/jenkinsci/nexus-platform-plugin/compare/0ce1d4487877%5E...0bfe90dde7d2

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/test-release-script/00-0bfe90%40github.com.


[jenkinsci/nexus-platform-plugin]

2022-01-31 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/test-new-release-process
  Home:   https://github.com/jenkinsci/nexus-platform-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/test-new-release-process/021777-00%40github.com.


[jenkinsci/nexus-platform-plugin]

2022-01-31 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/test-release-script
  Home:   https://github.com/jenkinsci/nexus-platform-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/test-release-script/cfa681-00%40github.com.


Re: Security

2022-01-30 Thread Richard Hector

On 29/01/22 04:17, Vincent Lefevre wrote:


Servers shouldn't have pkexec installed in the first place, anyway.



libvirt-daemon-system depends on policykit-1.

Should that not be on my (kvm) server either?

Cheers,
Richard



Re: [DNG] PHP 8.1 depends on systemd?

2022-01-29 Thread Hector Gonzalez Jaime via Dng
I has had that dependency for a while, you should try the php packages 
from tdrnetworks:


deb https://pkgs.tdrnetworks.com/apt/devuan chimaera main

On 1/29/22 05:47, Mathieu ROY via Dng wrote:

Hello,

Trying to upgrade to PHP 8.1, I found out it now depends on systemd or 
systemd-tmpfiles (no package available).


https://packages.debian.org/bookworm/php8.1-fpm

Is it a choice made on Debian side or is PHP now really depending on 
systemd?



Regards,

___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


--
Hector Gonzalez
ca...@genac.org

___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[jenkinsci/nexus-platform-plugin] 58c5bd: Using a shared library to update release notes (#179)

2022-01-28 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/INT-6477-adjusting-jenkins-release-script
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: 58c5bda76537892a5f6fae877fa777a0e7a2ae7f
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/58c5bda76537892a5f6fae877fa777a0e7a2ae7f
  Author: Hector Danilo Hurtado Olaya 
  Date:   2022-01-28 (Fri, 28 Jan 2022)

  Changed paths:
M Jenkinsfile.sonatype.release

  Log Message:
  ---
  Using a shared library to update release notes (#179)

* Using a shared library to update release notes


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/INT-6477-adjusting-jenkins-release-script/78a518-58c5bd%40github.com.


[jenkinsci/nexus-platform-plugin] cfa681: Reverting changes on readme

2022-01-28 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/test-release-script
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: cfa6817a9babfd6017c0bf3c9f993f197d74565e
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/cfa6817a9babfd6017c0bf3c9f993f197d74565e
  Author: Hector Hurtado 
  Date:   2022-01-28 (Fri, 28 Jan 2022)

  Changed paths:
M README.md
R docs/testfile.md

  Log Message:
  ---
  Reverting changes on readme


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/test-release-script/50b2d1-cfa681%40github.com.


[jenkinsci/nexus-platform-plugin] 51187e: Using shared library to update release notes

2022-01-28 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/test-release-script
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: 51187ea7c9dfc109bd93f66fdf4207993fd0eadb
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/51187ea7c9dfc109bd93f66fdf4207993fd0eadb
  Author: Hector Hurtado 
  Date:   2022-01-28 (Fri, 28 Jan 2022)

  Changed paths:
M Jenkinsfile.sonatype.release

  Log Message:
  ---
  Using shared library to update release notes


  Commit: 50b2d1818d7a403e4940741e028ca40c2f004f4f
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/50b2d1818d7a403e4940741e028ca40c2f004f4f
  Author: Hector Hurtado 
  Date:   2022-01-28 (Fri, 28 Jan 2022)

  Changed paths:
M README.md

  Log Message:
  ---
  Merge branch 'test-release-script' of 
https://github.com/jenkinsci/nexus-platform-plugin into test-release-script


Compare: 
https://github.com/jenkinsci/nexus-platform-plugin/compare/50afbfa83257...50b2d1818d7a

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/test-release-script/50afbf-50b2d1%40github.com.


[jenkinsci/nexus-platform-plugin] 65452b: Test

2022-01-28 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/test-release-script
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: 65452b0c0369a5d543831c1ab82b8af2bf8dfda8
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/65452b0c0369a5d543831c1ab82b8af2bf8dfda8
  Author: Hector Hurtado 
  Date:   2022-01-28 (Fri, 28 Jan 2022)

  Changed paths:
M Jenkinsfile.sonatype.release

  Log Message:
  ---
  Test


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/test-release-script/5ba358-65452b%40github.com.


[jenkinsci/nexus-platform-plugin] 5ba358: Test with shared library

2022-01-28 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/test-release-script
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: 5ba35839bde5aff10cbff27e63093c7adbade7bd
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/5ba35839bde5aff10cbff27e63093c7adbade7bd
  Author: Hector Hurtado 
  Date:   2022-01-28 (Fri, 28 Jan 2022)

  Changed paths:
M Jenkinsfile.sonatype.release

  Log Message:
  ---
  Test with shared library


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/test-release-script/727dfe-5ba358%40github.com.


[jenkinsci/nexus-platform-plugin] be7f11: Fix

2022-01-28 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/test-release-script
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: be7f1151d3f5e3cc6c60655912286d7029cac9ec
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/be7f1151d3f5e3cc6c60655912286d7029cac9ec
  Author: Hector Hurtado 
  Date:   2022-01-28 (Fri, 28 Jan 2022)

  Changed paths:
M Jenkinsfile.sonatype.release

  Log Message:
  ---
  Fix


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/test-release-script/f66c5f-be7f11%40github.com.


[jenkinsci/nexus-platform-plugin] f66c5f: Tetsing fix

2022-01-28 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/test-release-script
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: f66c5fad8bac4117d94f3221efe556c013f1cc38
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/f66c5fad8bac4117d94f3221efe556c013f1cc38
  Author: Hector Hurtado 
  Date:   2022-01-28 (Fri, 28 Jan 2022)

  Changed paths:
M Jenkinsfile.sonatype.release
M README.md
A docs/testfile.md

  Log Message:
  ---
  Tetsing fix


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/test-release-script/1b4246-f66c5f%40github.com.


[jenkinsci/nexus-platform-plugin] 783db5: Fixing issue

2022-01-28 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/test-release-script
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: 783db597a49b6fba3600a721ca1aef3d61f93f2c
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/783db597a49b6fba3600a721ca1aef3d61f93f2c
  Author: Hector Hurtado 
  Date:   2022-01-28 (Fri, 28 Jan 2022)

  Changed paths:
M Jenkinsfile.sonatype.release

  Log Message:
  ---
  Fixing issue


  Commit: 68665e5402ae9027db0780169b757dea34329b64
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/68665e5402ae9027db0780169b757dea34329b64
  Author: Hector Hurtado 
  Date:   2022-01-28 (Fri, 28 Jan 2022)

  Changed paths:
M README.md

  Log Message:
  ---
  Merge branch 'test-release-script' of 
https://github.com/jenkinsci/nexus-platform-plugin into test-release-script


  Commit: 7be6532ed2845dc2dead8326890f0f2c94fcb230
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/7be6532ed2845dc2dead8326890f0f2c94fcb230
  Author: Hector Hurtado 
  Date:   2022-01-28 (Fri, 28 Jan 2022)

  Changed paths:
M README.md

  Log Message:
  ---
  Reverting readme


Compare: 
https://github.com/jenkinsci/nexus-platform-plugin/compare/b499a761d8f0...7be6532ed284

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/test-release-script/b499a7-7be653%40github.com.


[jenkinsci/nexus-platform-plugin] 14d6d0: Removing extra lines

2022-01-28 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/test-release-script
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: 14d6d0231ecbd58ea97fa7630e3b87ed2b45fa7e
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/14d6d0231ecbd58ea97fa7630e3b87ed2b45fa7e
  Author: Hector Hurtado 
  Date:   2022-01-28 (Fri, 28 Jan 2022)

  Changed paths:
M Jenkinsfile.sonatype.release
M README.md

  Log Message:
  ---
  Removing extra lines


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/test-release-script/5105b2-14d6d0%40github.com.


[jenkinsci/nexus-platform-plugin] 75b9bb: Initial test to add IQ release notes log entry

2022-01-28 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/test-release-script
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: 75b9bb87fe5b38e397441526fd416bca3920c725
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/75b9bb87fe5b38e397441526fd416bca3920c725
  Author: Hector Hurtado 
  Date:   2022-01-28 (Fri, 28 Jan 2022)

  Changed paths:
M Jenkinsfile.sonatype.release

  Log Message:
  ---
  Initial test to add IQ release notes log entry


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/test-release-script/00-75b9bb%40github.com.


[jenkinsci/nexus-platform-plugin] 78a518: Adding default changelog entry for IQ release notes

2022-01-28 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/INT-6477-adjusting-jenkins-release-script
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: 78a5188c33f3fadd67940c26ae13935ec7d37362
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/78a5188c33f3fadd67940c26ae13935ec7d37362
  Author: Hector Hurtado 
  Date:   2022-01-28 (Fri, 28 Jan 2022)

  Changed paths:
M Jenkinsfile.sonatype.release

  Log Message:
  ---
  Adding default changelog entry for IQ release notes


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/INT-6477-adjusting-jenkins-release-script/00-78a518%40github.com.


Re: [DISCUSS] KIP-814: Static membership protocol should let the leader skip assignment

2022-01-24 Thread Hector Geraldino (BLOOMBERG/ 919 3RD A)
Hi David,

Is the idea here to skip calling performAssignment(...) on the 
AbstractCoordinator.onJoinLeader(...) method, or adding a new boolean parameter 
to the performAssignment(...) method? The reason I ask is because I raised 
KIP-795 a few weeks back, which aims to add a public API for 
AbstractCoordinator, which might change (or not) with this KIP. 

I see you also mentioned there's some discussions regarding a new consumer 
protocol. Is this being discussed somewhere else? I'm curious to know how would 
it work with other systems (like Kafka Connect or Schema Registry) that rely on 
the rebalance protocol to handle resource assignments.

Apologies in advance if these questions are off-topic for the discussion at 
hand. 

Regards,
Hector

From: dev@kafka.apache.org At: 01/24/22 09:08:58 UTC-5:00To:  
dev@kafka.apache.org
Subject: Re: [DISCUSS] KIP-814: Static membership protocol should let the 
leader skip assignment

Hey Jason,

Thanks for your comments.

Regarding your first point. Yes, you have it right. Let me complement
the KIP to be clearer.

Regarding your second point. That is right. New partitions would not
be detected while the leader is down. It is definitely not ideal but that
seems acceptable to me, at least as a first step. Adding partitions to
a topic is an infrequent event so the likelihood of having it while the
leader is down is rather low but that could happen.

The only way to not suffer from this would be to monitor the metadata
changes on the broker side. This implies that we would parse both the
subscriptions and the assignments in order to have the full list of topics.
I am not sure that it is worth doing it at the moment given that we are
thinking about a new consumer protocol. What do you think?

I suppose that we would need both in the long term as the current protocol
is a bit weird at the moment so we need to fix it anyway. We could
use this KIP to fix the protocol and do a subsequent KIP in the future for
the server side monitoring if we need it.

Best,
David

On Fri, Jan 21, 2022 at 7:51 PM Jason Gustafson
 wrote:
>
> Hey David,
>
> Thanks for the proposal. This was a tricky bug and I think your approach is
> probably the best way forward.
>
> It would be helpful to add a little more detail to the proposal. When the
> coordinator detects that the static leader is returning, it will set
> `skipAssignment` to true in the `JoinGroup` response. I believe the intent
> is to return all member subscriptions in this response so that the leader
> can monitor all topics subscribed in the group (which might be different
> from the consumer's own subscription). The leader will then send an empty
> `SyncGroup` request to collect its own assignment. Do I have that right?
>
> I think there might still be an edge case in this proposal (assuming I've
> understood it correctly). In between the time that the leader shuts down
> and is restarted, it is possible that new partitions are added to one of
> the subscribed topics. The returning leader would not know about it
> because it has no way to collect the full assignment. Do you think this is
> a problem?
>
> Thanks,
> Jason
>
> On Wed, Jan 19, 2022 at 7:27 AM David Jacot  wrote:
>
> > Hi folks,
> >
> > I'd like to start a discussion for KIP-814: Static membership protocol
> > should let the
> > leader skip assignment. This is a small extension to the static
> > membership protocol
> > to address KAFKA-13435.
> >
> > The KIP is here: https://cwiki.apache.org/confluence/x/C5-kCw.
> >
> > Please let me know what you think.
> >
> > Best,
> > David
> >




[jenkinsci/nexus-platform-plugin]

2022-01-24 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/tags/nexus-jenkins-plugin-3.13.20220124-204320.8222771
  Home:   https://github.com/jenkinsci/nexus-platform-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/tags/nexus-jenkins-plugin-3.13.20220124-204320.8222771/b1f009-00%40github.com.


[jenkinsci/nexus-platform-plugin] 0b71b7: Reverting change logs

2022-01-24 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: 0b71b7276ee09fc823ce54dcb979d76f0cfe5b80
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/0b71b7276ee09fc823ce54dcb979d76f0cfe5b80
  Author: Hector Hurtado 
  Date:   2022-01-24 (Mon, 24 Jan 2022)

  Changed paths:
M README.md

  Log Message:
  ---
  Reverting change logs


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/main/01defa-0b71b7%40github.com.


Re: [DNG] kernel-update: initramfs fails to find swap

2022-01-21 Thread Hector Gonzalez Jaime via Dng


On 1/21/22 11:03, Florian Zieboll via Dng wrote:

On Fri, 21 Jan 2022 10:34:28 -0500
tempforever  wrote:


Something to check/verify:
If swap is listed in /etc/fstab, then make sure it is listed by UUID
rather than block-id.
I mention this, since I have a (commented out) swap line in /etc/fstab


Yes, in the fstab, the swap partition is active and defined by (the
correct) UUID.
You should try the kernel in backports, 5.10.x failed to find my root 
partition, removing -quiet made it work sometimes, and changing to 5.15 
fixed it.

___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[jenkinsci/nexus-platform-plugin] a0ca2c: Reverting to previous push tag script and cleaning...

2022-01-21 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: a0ca2c5a35e286a3260466ef05602bc2ef55ab85
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/a0ca2c5a35e286a3260466ef05602bc2ef55ab85
  Author: Hector Hurtado 
  Date:   2022-01-21 (Fri, 21 Jan 2022)

  Changed paths:
M Jenkinsfile.sonatype.release
M README.md

  Log Message:
  ---
  Reverting to previous push tag script and cleaning change logs


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/main/78287d-a0ca2c%40github.com.


[jenkinsci/nexus-platform-plugin] aa4474: Adjusting release push tags command

2022-01-21 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: aa4474bc3b2cc136f0d123e834bb4f2d38cf348f
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/aa4474bc3b2cc136f0d123e834bb4f2d38cf348f
  Author: Hector Hurtado 
  Date:   2022-01-21 (Fri, 21 Jan 2022)

  Changed paths:
M Jenkinsfile.sonatype.release
M README.md

  Log Message:
  ---
  Adjusting release push tags command


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/main/059753-aa4474%40github.com.


Re: cooperative.co.uk has address 127.0.0.1

2022-01-19 Thread Richard Hector

On 19/01/22 04:08, Andrew M.A. Cater wrote:


So - the Cooperative Society - is at https://www.coop.co.uk


Oddly, when I searched for "Co-operative Group Limited" (which I got 
from whois), I found a different site: https://co-operative.coop


It seems to be the same people, but a totally independent site.


It's quite possible that the 127.0.0.1 is genuine to prevent someone else using 
it and that their webserve rand DNS provision  will redirect cooperative.co.uk
to coop.co.uk in due course.


AFAIK a domain doesn't have to have an A record at all. Or any records 
for that matter; having it registered should be enough to save it.


Why not just redirect it now? Maybe they can't decide which of the above 
sites is the right one :-)


Cheers,
Richard



Re: [PATCH] fs: btrfs: Disable BTRFS on platforms having 256K pages

2022-01-06 Thread Hector Martin
On 2022/01/07 9:13, Qu Wenruo wrote:
> 
> 
> On 2022/1/7 00:31, Neal Gompa wrote:
>> On Wed, Jan 5, 2022 at 7:05 AM Qu Wenruo  wrote:
>>>
>>> Hi Christophe,
>>>
>>> I'm recently enhancing the subpage support for btrfs, and my current
>>> branch should solve the problem for btrfs to support larger page sizes.
>>>
>>> But unfortunately my current test environment can only provide page size
>>> with 64K or 4K, no 16K or 128K/256K support.
>>>
>>> Mind to test my new branch on 128K page size systems?
>>> (256K page size support is still lacking though, which will be addressed
>>> in the future)
>>>
>>> https://github.com/adam900710/linux/tree/metadata_subpage_switch
>>>
>>
>> The Linux Asahi folks have a 16K page environment (M1 Macs)...
> 
> Su Yue kindly helped me testing 16K page size, and it's pretty OK there.
> 
> So I'm not that concerned.
> 
> It's 128K page size that I'm a little concerned, and I have not machine
> supporting that large page size to do the test.
> 
> Thanks,
> Qu

I'm happy to test things on 16K in the future if you need me to :-)

-- 
Hector Martin (mar...@marcan.st)
Public Key: https://mrcn.st/pub


[jenkinsci/nexus-platform-plugin] 0f6ad4: INT-6370 Adding new release script (#173)

2022-01-06 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: 0f6ad49c6ecded3462dabdd2fe5a601303329727
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/0f6ad49c6ecded3462dabdd2fe5a601303329727
  Author: Hector Danilo Hurtado Olaya 
  Date:   2022-01-06 (Thu, 06 Jan 2022)

  Changed paths:
M Jenkinsfile.sonatype
A Jenkinsfile.sonatype.bump-up-api
A Jenkinsfile.sonatype.release
M pom.xml

  Log Message:
  ---
  INT-6370 Adding new release script (#173)

* Adding new release job script
* Adding script job to bump up nexus api version


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/main/603ba1-0f6ad4%40github.com.


[jenkinsci/nexus-platform-plugin] 0c814b: Adding ending line

2022-01-05 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/INT-6370-improve-release-script
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: 0c814b92ea9bf75d6f66820019bde387ef20210a
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/0c814b92ea9bf75d6f66820019bde387ef20210a
  Author: Hector Hurtado 
  Date:   2022-01-05 (Wed, 05 Jan 2022)

  Changed paths:
M Jenkinsfile.sonatype.bump-up-api

  Log Message:
  ---
  Adding ending line


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/INT-6370-improve-release-script/29d260-0c814b%40github.com.


[jenkinsci/nexus-platform-plugin] a14189: Preparing for testing

2022-01-05 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/test-new-release-process
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: a1418974a25fb14b1bc54d80131eb957324aae7c
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/a1418974a25fb14b1bc54d80131eb957324aae7c
  Author: Hector Hurtado 
  Date:   2022-01-05 (Wed, 05 Jan 2022)

  Changed paths:
M README.md
M pom.xml

  Log Message:
  ---
  Preparing for testing


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/test-new-release-process/c8df0e-a14189%40github.com.


[jenkinsci/nexus-platform-plugin] 3e4f0f: Changing stage

2022-01-05 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/test-new-release-process
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: 3e4f0feaa6b953d36288d30683fd2a59cd937bd6
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/3e4f0feaa6b953d36288d30683fd2a59cd937bd6
  Author: Hector Hurtado 
  Date:   2022-01-05 (Wed, 05 Jan 2022)

  Changed paths:
M Jenkinsfile.sonatype.bump-up-api

  Log Message:
  ---
  Changing stage


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/test-new-release-process/1d9662-3e4f0f%40github.com.


[jenkinsci/nexus-platform-plugin] 29d260: Adjusting run downstream process

2022-01-05 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/INT-6370-improve-release-script
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: 29d2604e559ef81a47d8610bc2ac3767d2d50eb2
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/29d2604e559ef81a47d8610bc2ac3767d2d50eb2
  Author: Hector Hurtado 
  Date:   2022-01-05 (Wed, 05 Jan 2022)

  Changed paths:
M Jenkinsfile.sonatype.bump-up-api

  Log Message:
  ---
  Adjusting run downstream process


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/INT-6370-improve-release-script/49fa85-29d260%40github.com.


[jenkinsci/nexus-platform-plugin] 68321e: Fixing downstream

2022-01-05 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/test-new-release-process
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: 68321e8d608b81d42be7438733fcf5ca3d355e0d
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/68321e8d608b81d42be7438733fcf5ca3d355e0d
  Author: Hector Hurtado 
  Date:   2022-01-05 (Wed, 05 Jan 2022)

  Changed paths:
M Jenkinsfile.sonatype.bump-up-api

  Log Message:
  ---
  Fixing downstream


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/test-new-release-process/356353-68321e%40github.com.


[jenkinsci/nexus-platform-plugin] 356353: Removing extra step

2022-01-05 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/test-new-release-process
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: 3563531e16b7442a2f3afb652961e553259a0fe6
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/3563531e16b7442a2f3afb652961e553259a0fe6
  Author: Hector Hurtado 
  Date:   2022-01-05 (Wed, 05 Jan 2022)

  Changed paths:
M Jenkinsfile.sonatype.bump-up-api

  Log Message:
  ---
  Removing extra step


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/test-new-release-process/a1bf89-356353%40github.com.


[jenkinsci/nexus-platform-plugin] 49fa85: Removing extra step

2022-01-05 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/INT-6370-improve-release-script
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: 49fa85e8c8e084fc412fcd635fdfe3cc05d9c0fb
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/49fa85e8c8e084fc412fcd635fdfe3cc05d9c0fb
  Author: Hector Hurtado 
  Date:   2022-01-05 (Wed, 05 Jan 2022)

  Changed paths:
M Jenkinsfile.sonatype.bump-up-api

  Log Message:
  ---
  Removing extra step


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/INT-6370-improve-release-script/c6d40e-49fa85%40github.com.


[jenkinsci/nexus-platform-plugin] c6d40e: Getting latests commits before push tags

2022-01-05 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/INT-6370-improve-release-script
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: c6d40ead86138ae159f69f340a26153db92bcfcd
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/c6d40ead86138ae159f69f340a26153db92bcfcd
  Author: Hector Hurtado 
  Date:   2022-01-05 (Wed, 05 Jan 2022)

  Changed paths:
M Jenkinsfile.sonatype.release

  Log Message:
  ---
  Getting latests commits before push tags


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/INT-6370-improve-release-script/a2b320-c6d40e%40github.com.


[jenkinsci/nexus-platform-plugin] a1bf89: Testing last changes

2022-01-05 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/test-new-release-process
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: a1bf89a2df24744ad2b7cd279e6775584e99273e
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/a1bf89a2df24744ad2b7cd279e6775584e99273e
  Author: Hector Hurtado 
  Date:   2022-01-05 (Wed, 05 Jan 2022)

  Changed paths:
M Jenkinsfile.sonatype.bump-up-api
M Jenkinsfile.sonatype.release
M README.md
M pom.xml

  Log Message:
  ---
  Testing last changes


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/test-new-release-process/8bdf4b-a1bf89%40github.com.


[jenkinsci/nexus-platform-plugin] a2b320: Adjusting code after feedback

2022-01-05 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/INT-6370-improve-release-script
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: a2b320be04bbcc4a74b5d73722625779612ec51d
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/a2b320be04bbcc4a74b5d73722625779612ec51d
  Author: Hector Hurtado 
  Date:   2022-01-05 (Wed, 05 Jan 2022)

  Changed paths:
M Jenkinsfile.sonatype.bump-up-api
M Jenkinsfile.sonatype.release

  Log Message:
  ---
  Adjusting code after feedback


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/INT-6370-improve-release-script/730813-a2b320%40github.com.


Re: Single broken package blocks whole package management

2022-01-05 Thread Richard Hector

On 6/01/22 02:32, Urs Thuermann wrote:

After an dist-upgrade from Raspian 8 (jessie) to 9.13 (stretch)
hundreds of packages still need to be upgraded and aptitude reports
numerous conflicts.


Firstly, the standard response is that Raspbian is not Debian :-) There 
are differences which might be related to your problem.



I first wanted to upgrade everything which doesn't causes any
conflicts, which fails because of problems in wolfram-engine:


wolfram-engine appears not to be a debian package, for starters.

[snip]


 Unescaped left brace in regex is deprecated, passed through in regex; marked by 
<-- HERE in m/^(.*?)(\\)?\${ <-- HERE ([^{}]+)}(.*)$/ at 
/usr/share/perl5/Debconf/Question.pm line 72.
 Unescaped left brace in regex is deprecated, passed through in regex; marked by 
<-- HERE in m/\${ <-- HERE ([^}]+)}/ at /usr/share/perl5/Debconf/Config.pm line 
30.


Looks bad, but deprecation isn't an error.

[snip]


 dpkg: unrecoverable fatal error, aborting:
  files list file for package 'wolfram-engine' contains empty filename
 E: Sub-process /usr/bin/dpkg returned an error code (2)
 Failed to perform requested operation on package.  Trying to recover:


Ah. So perhaps a bug in that package. Or it's corrupted.

If you look at /var/lib/dpkg/info/wolfram-engine.list does it have an 
empty line in it? What happens if you edit that out?




 root@uranus:~#

I tried to remove packages wolfram-engine and wolframscript, also
tried to remove debconf-utils, but everything fails with the same
error message:

 root@uranus:~# dpkg --force-all -P wolfram-engine
 dpkg: unrecoverable fatal error, aborting:
  files list file for package 'wolfram-engine' contains empty filename


Same thing



Also, upgrading a single package that's completely unrelated, is not
possible:

 root@uranus:~# aptitude install acl
 The following packages will be upgraded:
   acl libacl1
 The following partially installed packages will be configured:
   debconf-utils{b}
 2 packages upgraded, 0 newly installed, 0 to remove and 1005 not upgraded.
 Need to get 0 B/80.7 kB of archives. After unpacking 49.2 kB will be used.
 The following packages have unmet dependencies:
  debconf-utils : Depends: debconf (= 1.5.61) but 1.5.56+deb8u1 is 
installed and it is kept back.
 The following actions will resolve these dependencies:

  Remove the following packages:
 1) debconf-utils



 Accept this solution? [Y/n/q/?]
 The following packages will be REMOVED:
   debconf-utils{a}
 The following packages will be upgraded:
   acl libacl1
 2 packages upgraded, 0 newly installed, 1 to remove and 1005 not upgraded.
 Need to get 0 B/80.7 kB of archives. After unpacking 58.4 kB will be freed.
 Do you want to continue? [Y/n/?]
 Reading changelogs... Done
 Unescaped left brace in regex is deprecated, passed through in regex; marked by 
<-- HERE in m/^(.*?)(\\)?\${ <-- HERE ([^{}]+)}(.*)$/ at 
/usr/share/perl5/Debconf/Question.pm line 72.
 Unescaped left brace in regex is deprecated, passed through in regex; marked by 
<-- HERE in m/\${ <-- HERE ([^}]+)}/ at /usr/share/perl5/Debconf/Config.pm line 
30.
 dpkg: unrecoverable fatal error, aborting:
  files list file for package 'wolfram-engine' contains empty filename
 E: Sub-process /usr/bin/dpkg returned an error code (2)
 Failed to perform requested operation on package.  Trying to recover:


Still comes back to the same thing.


 root@uranus:~#
 
What else can I do to get the package management working again?


I'd try deleting any blank lines from that file, and trying again.

Or maybe apt-get install --reinstall wolfram-engine

Or ask on a Raspbian list :-)

A related question here:

https://unix.stackexchange.com/questions/425355/x11-common-contains-empty-filename

Cheers,
Richard



Re: Thunderbird not allowing local accounts

2022-01-05 Thread Richard Hector

On 6/01/22 02:35, Paul M. Foster wrote:

Folks:

I just restarted my machine, and am using Thunderbird 91.4.1 (the 
latest) 64 bit on Debian 11. I didn't reinstall Thunderbird or upgrade 
it. Before I restarted the machine, I had a Thunderbird email account 
for local emails, which grabbed email from my /var/mail/paulf folder. 
Now that account doesn't show up in Thunderbird, and I'm unable to 
create an account like that (one which grabs mail from a local folder). 
The dialogs which used to be there allowing you to create a localhost 
mbox account are gone. I've verified the (complicated) procedure for 
doing this on the Internet, and the dialogs shown are no longer in 
Thunderbird. I am unable to create a localhost email account in 
Thunderbird.


Any help? Did Thunderbird make some change I don't know about?

Paul



Looks like it :-(

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=993526
https://bugzilla.mozilla.org/show_bug.cgi?id=1625741

Richard



[krita] [Bug 405643] Feature request: circle in a square assistant tool

2022-01-04 Thread Hector
https://bugs.kde.org/show_bug.cgi?id=405643

--- Comment #7 from Hector  ---
(In reply to Srirupa Datta from comment #6)
> anyone available to mentor this project?
I am not a mentor, but i can be your tester for this. If you need

-- 
You are receiving this mail because:
You are watching all bug changes.

[jenkinsci/nexus-platform-plugin] 730813: Adjusting single and double quotes usage

2022-01-04 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/INT-6370-improve-release-script
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: 730813e0dea3abd08a0c752fa87e01856530af86
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/730813e0dea3abd08a0c752fa87e01856530af86
  Author: Hector Hurtado 
  Date:   2022-01-04 (Tue, 04 Jan 2022)

  Changed paths:
M Jenkinsfile.sonatype.bump-up-api
M Jenkinsfile.sonatype.release

  Log Message:
  ---
  Adjusting single and double quotes usage


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/INT-6370-improve-release-script/8811b7-730813%40github.com.


[jenkinsci/nexus-platform-plugin] 8811b7: Renaming bump up api job script

2022-01-04 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/INT-6370-improve-release-script
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: 8811b7f902ee619809555982e9b52ffaaaf3d137
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/8811b7f902ee619809555982e9b52ffaaaf3d137
  Author: Hector Hurtado 
  Date:   2022-01-04 (Tue, 04 Jan 2022)

  Changed paths:
A Jenkinsfile.sonatype.bump-up-api
R Jenkinsfile.sonatype.bumpapi

  Log Message:
  ---
  Renaming bump up api job script


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/INT-6370-improve-release-script/e5f428-8811b7%40github.com.


[jenkinsci/nexus-platform-plugin] 4e239c: Removing push tags for testing

2022-01-04 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/test-new-release-process
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: 4e239ccf2cc75b3852f12e3415f4c8dbad32f3dd
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/4e239ccf2cc75b3852f12e3415f4c8dbad32f3dd
  Author: Hector Hurtado 
  Date:   2022-01-04 (Tue, 04 Jan 2022)

  Changed paths:
M Jenkinsfile.sonatype.release

  Log Message:
  ---
  Removing push tags for testing


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/test-new-release-process/cce300-4e239c%40github.com.


[jenkinsci/nexus-platform-plugin] c3b763: Adding bump up nexus api version job

2022-01-04 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/INT-6370-improve-release-script
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: c3b7639b5508585c65a85bc4c5d94f5a4123adb5
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/c3b7639b5508585c65a85bc4c5d94f5a4123adb5
  Author: Hector Hurtado 
  Date:   2022-01-04 (Tue, 04 Jan 2022)

  Changed paths:
A Jenkinsfile.sonatype.bumpapi
M Jenkinsfile.sonatype.release
M pom.xml

  Log Message:
  ---
  Adding bump up nexus api version job


  Commit: e5f428733ba36f0aa8ee3b5dec1854a229af9bd9
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/e5f428733ba36f0aa8ee3b5dec1854a229af9bd9
  Author: Hector Hurtado 
  Date:   2022-01-04 (Tue, 04 Jan 2022)

  Changed paths:
M Jenkinsfile.sonatype
M Jenkinsfile.sonatype.bumpapi

  Log Message:
  ---
  Adjusting bump up job


Compare: 
https://github.com/jenkinsci/nexus-platform-plugin/compare/c86edc7c83d5...e5f428733ba3

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/INT-6370-improve-release-script/c86edc-e5f428%40github.com.


[jenkinsci/nexus-platform-plugin] 9797c0: Checking packages for test version

2022-01-04 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/test-new-release-process
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: 9797c0da3d2cdaa85106588a2ed7a3e1e43c6888
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/9797c0da3d2cdaa85106588a2ed7a3e1e43c6888
  Author: Hector Hurtado 
  Date:   2022-01-04 (Tue, 04 Jan 2022)

  Changed paths:
M Jenkinsfile.sonatype.release

  Log Message:
  ---
  Checking packages for test version


  Commit: cce300ff037312c937f74a7450c761e0219a5c32
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/cce300ff037312c937f74a7450c761e0219a5c32
  Author: Hector Hurtado 
  Date:   2022-01-04 (Tue, 04 Jan 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge branch 'test-new-release-process' of 
https://github.com/jenkinsci/nexus-platform-plugin into test-new-release-process


Compare: 
https://github.com/jenkinsci/nexus-platform-plugin/compare/db9ba8913da9...cce300ff0373

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/test-new-release-process/db9ba8-cce300%40github.com.


[jenkinsci/nexus-platform-plugin] d871a8: Changing mvn configuration

2022-01-04 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/test-new-release-process
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: d871a8cf1eeb3045c0956f7b2bbd1de64808737c
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/d871a8cf1eeb3045c0956f7b2bbd1de64808737c
  Author: Hector Hurtado 
  Date:   2022-01-04 (Tue, 04 Jan 2022)

  Changed paths:
M Jenkinsfile.sonatype.bump-up-api

  Log Message:
  ---
  Changing mvn configuration


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/test-new-release-process/b5763e-d871a8%40github.com.


[jenkinsci/nexus-platform-plugin] b5763e: Preparing code for testing

2022-01-04 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/test-new-release-process
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: b5763e06230e93cde1415d1126587ff08c8129a2
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/b5763e06230e93cde1415d1126587ff08c8129a2
  Author: Hector Hurtado 
  Date:   2022-01-04 (Tue, 04 Jan 2022)

  Changed paths:
A Jenkinsfile.sonatype.bump-up-api
R Jenkinsfile.sonatype.bumpapi
M pom.xml

  Log Message:
  ---
  Preparing code for testing


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/test-new-release-process/10c3cf-b5763e%40github.com.


[jenkinsci/nexus-platform-plugin] c3b763: Adding bump up nexus api version job

2022-01-04 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/test-new-release-process
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: c3b7639b5508585c65a85bc4c5d94f5a4123adb5
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/c3b7639b5508585c65a85bc4c5d94f5a4123adb5
  Author: Hector Hurtado 
  Date:   2022-01-04 (Tue, 04 Jan 2022)

  Changed paths:
A Jenkinsfile.sonatype.bumpapi
M Jenkinsfile.sonatype.release
M pom.xml

  Log Message:
  ---
  Adding bump up nexus api version job


  Commit: 10c3cfc3555c5f9dd13825f92fb94c1e2bf265dc
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/10c3cfc3555c5f9dd13825f92fb94c1e2bf265dc
  Author: Hector Hurtado 
  Date:   2022-01-04 (Tue, 04 Jan 2022)

  Changed paths:
M Jenkinsfile.sonatype
M Jenkinsfile.sonatype.bumpapi
M Jenkinsfile.sonatype.release

  Log Message:
  ---
  Testing jenkins jobs


Compare: 
https://github.com/jenkinsci/nexus-platform-plugin/compare/c3b7639b5508%5E...10c3cfc3555c

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/test-new-release-process/00-10c3cf%40github.com.


[jenkinsci/nexus-platform-plugin]

2022-01-04 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/release-improvement
  Home:   https://github.com/jenkinsci/nexus-platform-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/release-improvement/504939-00%40github.com.


[jenkinsci/nexus-platform-plugin] 504939: Test

2022-01-03 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/release-improvement
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: 5049395c915063b716c69b1c7e2b54620c5bf77b
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/5049395c915063b716c69b1c7e2b54620c5bf77b
  Author: Hector Hurtado 
  Date:   2022-01-03 (Mon, 03 Jan 2022)

  Changed paths:
M Jenkinsfile
M pom.xml

  Log Message:
  ---
  Test


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/release-improvement/f81013-504939%40github.com.


[jenkinsci/nexus-platform-plugin] f81013: Tryng new configuration for ci.jenkins.io build

2022-01-03 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/release-improvement
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: f81013074af7a94fa64fcc6573a4433c2d49f485
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/f81013074af7a94fa64fcc6573a4433c2d49f485
  Author: Hector Hurtado 
  Date:   2022-01-03 (Mon, 03 Jan 2022)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Tryng new configuration for ci.jenkins.io build


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/release-improvement/26c1ce-f81013%40github.com.


[jenkinsci/nexus-platform-plugin] 26c1ce: Tryng new configuration for ci.jenkins.io build

2022-01-03 Thread 'Hector Danilo Hurtado Olaya' via Jenkins Commits
  Branch: refs/heads/release-improvement
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: 26c1cecfa74ecdb39f5f3b71b72207e3e9d11c2b
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/26c1cecfa74ecdb39f5f3b71b72207e3e9d11c2b
  Author: Hector Hurtado 
  Date:   2022-01-03 (Mon, 03 Jan 2022)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Tryng new configuration for ci.jenkins.io build


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nexus-platform-plugin/push/refs/heads/release-improvement/50f53d-26c1ce%40github.com.


<    4   5   6   7   8   9   10   11   12   13   >