Skip to content

Commit 4072c6a

Browse files
committed
Merge tag 'mesa-24.0.9' into lineage-18.1
mesa-24.0.9
2 parents 7ed3ac6 + 839270d commit 4072c6a

File tree

120 files changed

+13312
-487
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+13312
-487
lines changed

.gitlab-ci/bare-metal/poe-off

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if [ -z "$BM_POE_ADDRESS" ]; then
1010
exit 1
1111
fi
1212

13-
SNMP_KEY="SNMPv2-SMI::mib-2.105.1.1.1.3.1.$((48 + BM_POE_INTERFACE))"
13+
SNMP_KEY="SNMPv2-SMI::mib-2.105.1.1.1.3.1.$((${BM_POE_BASE:-0} + BM_POE_INTERFACE))"
1414
SNMP_OFF="i 2"
1515

1616
flock /var/run/poe.lock -c "snmpset -v2c -r 3 -t 30 -cmesaci $BM_POE_ADDRESS $SNMP_KEY $SNMP_OFF"

.gitlab-ci/bare-metal/poe-on

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if [ -z "$BM_POE_ADDRESS" ]; then
1010
exit 1
1111
fi
1212

13-
SNMP_KEY="SNMPv2-SMI::mib-2.105.1.1.1.3.1.$((48 + BM_POE_INTERFACE))"
13+
SNMP_KEY="SNMPv2-SMI::mib-2.105.1.1.1.3.1.$((${BM_POE_BASE:-0} + BM_POE_INTERFACE))"
1414
SNMP_ON="i 1"
1515
SNMP_OFF="i 2"
1616

0 commit comments

Comments
 (0)