[releaseme] [Bug 404104] tarme with ruby 2.5 issue

2019-05-21 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=404104

Christoph Feck  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED

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

[releaseme] [Bug 404104] tarme with ruby 2.5 issue

2019-05-09 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=404104

Harald Sitter  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |NOT A BUG

--- Comment #6 from Harald Sitter  ---
> From the log I would say that releaseme tries to clone the repo with an ssh 
> url (g...@git.kde.org...) instead of using the anonymous url 
> (git://anongit.kde.org).
This fails if the related users ssh key is not present.

This is expected. I do not quite recall why it uses writable urls but I know
that it was a specific choice. In any event to actually tag a release you need
write access, so it needs setting up one way or another.

As for your issue with actually getting the key found. Releaseme doesn't do
anything special there. It calls the git binary, whatever works with git when
you manually invoke it also works when it is run trough releaseme.
I am not entirely certain what you are trying to do but if it is signing
artifacts on a host that isn't localhost we had a long inspection of that issue
here https://markmail.org/message/jfzwohq25nxl7gzw it may be of some help.

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

[releaseme] [Bug 404104] tarme with ruby 2.5 issue

2019-05-08 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=404104

--- Comment #5 from Ralf Habacker  ---
(In reply to Ralf Habacker from comment #4)
> From the log I would say that releaseme tries to clone the repo with an ssh
> url (g...@git.kde.org...) instead of using the anonymous url
> (git://anongit.kde.org).
> This fails if the related users ssh key is not present.

Loading an ssh private key with ssh-agent does not solve the issue as assumed
by me - releaseme ignores ssh-agent completly.

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

[releaseme] [Bug 404104] tarme with ruby 2.5 issue

2019-05-08 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=404104

--- Comment #4 from Ralf Habacker  ---
I initial recognized the issue with releaseme version from Oct 11 2018 and
updating to git master gives some more informations about the issue, which
persists.

>From the log I would say that releaseme tries to clone the repo with an ssh url
(g...@git.kde.org...) instead of using the anonymous url
(git://anongit.kde.org).
This fails if the related users ssh key is not present.

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

[releaseme] [Bug 404104] tarme with ruby 2.5 issue

2019-05-08 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=404104

--- Comment #3 from Ralf Habacker  ---
Created attachment 119917
  --> https://bugs.kde.org/attachment.cgi?id=119917=edit
releaseme log file

https://bugs.kde.org/show_bug.cgi?id=404104#add_comment(In reply to Harald
Sitter from comment #1)
> what's the output with `export RELEASEME_DEBUG=5`
see appended file

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

[releaseme] [Bug 404104] tarme with ruby 2.5 issue

2019-05-08 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=404104

--- Comment #2 from Harald Sitter  ---
Git commit ebf62e9ed303a7f65cd062cd67ebfdbea7acc80f by Harald Sitter.
Committed on 08/05/2019 at 12:26.
Pushed by sitter into branch 'master'.

fail more obviously when clones go wrong

previously we'd eat the output and then stumble over the directory not
existing. since that makes it hard to figure out the clone has failed
instead raise the output as error

might be the underlying problem of

M  +5-2lib/releaseme/git.rb
M  +10   -0test/git_test.rb

https://commits.kde.org/releaseme/ebf62e9ed303a7f65cd062cd67ebfdbea7acc80f

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

[releaseme] [Bug 404104] tarme with ruby 2.5 issue

2019-05-08 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=404104

Harald Sitter  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #1 from Harald Sitter  ---
Can't reproduce. I just installed Leap 15, installed git and ruby, and it works
fine.

what's the output with `export RELEASEME_DEBUG=5`

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

[releaseme] [Bug 404104] tarme with ruby 2.5 issue

2019-02-08 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=404104

Ralf Habacker  changed:

   What|Removed |Added

 Blocks||373932


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=373932
[Bug 373932] Fix KF5 issues
-- 
You are receiving this mail because:
You are watching all bug changes.