blob: 4adad2c552fae24c8ee7b49fd3b7baa081a2dc05 (
plain)
1
2
3
4
5
6
7
|
# Derivative-specific version number validation
#
# Checked in order, warns with $explanation if $regex does not match
#
# format: $regex ~~ explanation
pureos\d+$ ~~ must end with pureosX
|