Bug 25052 - [dwz] release tarballs
Summary: [dwz] release tarballs
Status: RESOLVED FIXED
Alias: None
Product: dwz
Classification: Unclassified
Component: default (show other bugs)
Version: unspecified
: P2 enhancement
Target Milestone: ---
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-30 18:18 UTC by Tom de Vries
Modified: 2019-10-02 14:11 UTC (History)
3 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom de Vries 2019-09-30 18:18:25 UTC
I got a request from Tomasz Kłoczko to provide release tarballs for dwz.

Presumably they would have to be placed at https://sourceware.org/ftp/dwz but currently there's no such directory.
Comment 1 Frank Ch. Eigler 2019-10-01 20:12:08 UTC
created, setgid as usual
Comment 2 Tom de Vries 2019-10-01 22:48:01 UTC
I am able to do:
...
$ ssh sourceware.org alive
Linux sourceware.org 2.6.32-754.9.1.el6.x86_64 #1 SMP Wed Nov 21 15:08:21 EST 2018 x86_64 x86_64 x86_64 GNU/Linux
 22:45:35 up 292 days, 42 min,  0 users,  load average: 14.70, 8.46, 7.26
...
but I'm not able to start an sftp session:
...
$ sftp sourceware.org
Connection closed.  
Connection closed
...
Comment 3 Frank Ch. Eigler 2019-10-02 00:29:33 UTC
That is correct, only a small subset of maintainers need & get shell-capable logons (which enable sftp etc.).  Would that be you for this project?
Comment 4 Tom de Vries 2019-10-02 07:42:10 UTC
(In reply to Frank Ch. Eigler from comment #3)
> That is correct, only a small subset of maintainers need & get shell-capable
> logons (which enable sftp etc.).  Would that be you for this project?

Yes.
Comment 5 Tom de Vries 2019-10-02 14:11:13 UTC
(In reply to Tom de Vries from comment #4)
> (In reply to Frank Ch. Eigler from comment #3)
> > That is correct, only a small subset of maintainers need & get shell-capable
> > logons (which enable sftp etc.).  Would that be you for this project?
> 
> Yes.

That's working for me now.

Submitted patch adding a script contrib/upload-release.sh ( https://sourceware.org/ml/dwz/2019-q4/msg00004.html ).