Re: [Rpm-maint] [rpm-software-management/rpm] rpm2archive: Better error handling and better handling for URLs (#1510)

2021-01-19 Thread Panu Matilainen
Merged #1510 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/1510#event-4221483889___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] rpm2archive: Better error handling and better handling for URLs (#1510)

2021-01-19 Thread Panu Matilainen
@pmatilai approved this pull request. I would've initialized the "output" variable to NULL on declaration but it's not an actual issue in the code (it always gets initialized anyway), just a belt-and-suspenders thing. -- You are receiving this because you are subscribed to this thread.

[Rpm-maint] [rpm-software-management/rpm] rpm2archive: Better error handling and better handling for URLs (#1510)

2021-01-18 Thread Florian Festi
Resolves #1091 You can view, comment on, or merge this pull request online at: https://github.com/rpm-software-management/rpm/pull/1510 -- Commit Summary -- * rpm2archive: Remove unneccesarity parameter * rpm2archive: Add more error handling * rpm2archive: Use last part of URL as file