You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
grep -r --include="*.xml"'<mac_address>' userdata/*| grep -v '01234567'&&echo"COMMIT REJECTED, found a mac-address, modify domain_objects and modules and set mac-address to 01234567....! (last 4 digits can remain)"&&exit 1
3
2
grep -r --include="*.xml"'<short_id>' userdata/*| grep -v 'abcdefgh'&&echo"COMMIT REJECTED, found a real short_id, modify domain_objects and set short_id to abcdefgh!"&&exit 1
4
3
grep -r --include="*.xml"'<wifi_ip>' userdata/*| grep -v '_ip></wifi'| grep -v '127.0.0.'&&echo"COMMIT REJECTED, found a WIFI ip address, modify domain_objects and set wifi_ip to 127.0.0.1!"&&exit 1
5
4
grep -r --include="*.xml"'lan_ip>' userdata/*| grep -v '_ip></lan'| grep -v '127.0.0.'&&echo"COMMIT REJECTED, found a LAN ip address, modify domain_objects and set lan_ip to 127.0.0.1!"&&exit 1
grep -r --include="*.xml"'<latitude>' userdata/*| grep -v '52.21'&&echo"COMMIT REJECTED, found your hometown, modify domain_objects and set latitude to 52.21 (that is: Plugwise HQ)!"&&exit 1
10
9
grep -r --include="*.xml"'<city>' userdata/*| grep -v 'Sassenheim'&&echo"COMMIT REJECTED, found your hometown, modify domain_objects and set city to Sassenheim (that is: Plugwise HQ)!"&&exit 1
11
10
grep -r --include="*.xml"'<postal_code>' userdata/*| grep -v '2171'&&echo"COMMIT REJECTED, found your hometown, modify domain_objects and set postal_code to 2171 (that is: Plugwise HQ)!"&&exit 1
12
-
grep -r --include="*.xml"'<mac>' userdata/*| grep -v '01:23:45:67:'&&echo"COMMIT REJECTED, found a mac-address, modify system_status and set mac-address to 01:23:45:67:..:..! (last 4 digits can remain)"&&exit 1
0 commit comments