glideinWMS / glideinwms

The glideinWMS Project
http://tinyurl.com/glideinwms
Apache License 2.0
16 stars 45 forks source link

Sort VOs to make sure generated xml is always the same in OSG_autoconf #316

Closed mmascher closed 1 year ago

mmascher commented 1 year ago

Since VOs are stored in a set sometimes when they get converted to a string you get A,B and sometimes B,A. Factory ops compare xml before and after running OSG_autoconf to check for differences. To better allow to compare the old xml and the new one without getting diffs that are irrelevant we need to sort the list of VOs.