style: Sort package lists, configure options, and other various sortable files#4563
style: Sort package lists, configure options, and other various sortable files#4563echoix merged 17 commits intoOSGeo:mainfrom
Conversation
|
Thanks for your efforts. We have a number of CSV files, perhaps some could be merged? Their origin is from CVS/SVN times with a different than GitHub write access model which is no longer in place:
In case of structural changes (e.g., merging selectively) also a GUI change would be needed:
contribfile = os.path.join(os.getenv("GISBASE"), "contributors_extra.csv")
contribfile = os.path.join(os.getenv("GISBASE"), "contributors.csv")
translatorsfile = os.path.join(os.getenv("GISBASE"), "translators.csv")
label=_("%s file missing") % "translators.csv",However, maybe better done in a separate PR. |
I made a separate issue for it #4599, as indeed, it is kind of a different topic than this PR. |
…ble files (OSGeo#4563) * style: Sort packages in Vagrantfile * style: Sort configure flags in package.nix * style: Sort .gunittest.cfg * style: Sort Travis build files * style: Sort python optional_requirements.txt * style: Sort configure flags in GitHub workflows * style: Sort packages and configure flags for binder * style: Sort packages, configure flags, cmake flags and wget downloads in Dockerfiles * style: Sort configure flags in Vagrant script * style: Sort svn author name files with linux sort command * style: Sort contributors.csv and contributors_extra.csv * style: Sort rpm package spec * style: Sort packages and configure flags in mswindows build scripts * style: Sort macosx build script Readme * style: Sort singularity file * Apply changes from https://src.fedoraproject.org/rpms/grass/blob/rawhide/f/grass.spec
Follow up from last month's #4373.
This PR sorts sortable parts of many remaining files. Build scripts, package lists, file lists, contributors lists, etc.
I made some searches on what looked like configure flags, and packages too.
About the only thing that wasn't sorted was everything in Makefiles, like directory lists or other lists in Makefiles, and the mingw64 packages in the osgeo4w.yml workflow, as the packages weren't placed in a line-delimited list yet