getsolus / ypkg

Modern, declarative, structured build format
https://getsol.us
GNU General Public License v3.0
22 stars 11 forks source link

Allow multiple source files to have the same name #13

Closed Tzigamm closed 2 years ago

Tzigamm commented 4 years ago

The patch I created to be able to build ROC, it allows for multiple files to have the same name, each of them being saved under this pattern:

newfile.tar.gz newfile.tar.gz.1 newfile.tar.gz.2 ...

I've successfully built linux-current, solbuild, ypkg and the entire ROC stack with this patch and no regression has been found.

JacekJagosz commented 2 years ago

This can now be closed as https://github.com/getsolus/ypkg/pull/29 just got merged. Thank you so much @Tzigamm for all your work, it has been really helpful!