google / rpmpack

rpmpack (tar2rpm) - package rpms in pure golang or cli
Apache License 2.0
116 stars 32 forks source link

Allow any order on input. #1

Closed jarondl closed 5 years ago

jarondl commented 5 years ago

Before this change, we required our users to input files in the right alphabetical sorting, in order to be able to process the files on the fly. But this complicates the interfaces a lot for a memory optimization that is irrelevant for most cases.

After this change we'll simply collect the files to a map.