-
Type:
Improvement
-
Resolution: Done
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Build
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The 26compat build currently checks for duplicate IDs, but since we only ever take backports from the server repo, we know that no dup IDs can ever occur.
However, with the check present, if you build legacy then switch to 26compat, the check will trip since legacy default installs to $BUILD_DIR/install.
Since the check buys us nothing on this branch we should remove it since it causes problems.