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
Only the pacman.conf for the archbook host will be processed although if the host doesn't match the current hostname! If the order of the link items is changed the pacman.conf for the igloo host will also be ignored.
The text was updated successfully, but these errors were encountered:
The "hosts" option is now defined as dictionary to allow multiple
host-specific definitions without adding (mutliple) duplicate link items
to the snowblock configuration file.
The loop checks if the configured hosts matching the name of the current
host, logs if a entry has been skipped and sets the correct path if the
a marching host has been found.
The bug occured because the builtin Python dictionary only allows unique
keys which has been broken by defining multiple link items with the same
destination path. The new "hosts" option structure allows to define any
amount of hosts with their associated path.
When defining duplicate link items for different hosts only the last one is processed.
Example:
Only the
pacman.conf
for thearchbook
host will be processed although if the host doesn't match the current hostname!If the order of the link items is changed the
pacman.conf
for theigloo
host will also be ignored.The text was updated successfully, but these errors were encountered: