Skip to content

Commit

Permalink
Update mesa to 24.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Jun 26, 2024
2 parents e1b1875 + 312782d commit 1e7b74c
Show file tree
Hide file tree
Showing 119 changed files with 13,311 additions and 486 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci/bare-metal/poe-off
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [ -z "$BM_POE_ADDRESS" ]; then
exit 1
fi

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

flock /var/run/poe.lock -c "snmpset -v2c -r 3 -t 30 -cmesaci $BM_POE_ADDRESS $SNMP_KEY $SNMP_OFF"
2 changes: 1 addition & 1 deletion .gitlab-ci/bare-metal/poe-on
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [ -z "$BM_POE_ADDRESS" ]; then
exit 1
fi

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

Expand Down
Loading

0 comments on commit 1e7b74c

Please sign in to comment.