PaloAltoNetworks / panhandler

Panhandler is a tool to manage config snippets and Skillets for PAN-OS devices
Apache License 2.0
41 stars 19 forks source link

panHandler repo refresh says already updated when new updates are in the repo #129

Closed scotchoaf closed 4 years ago

scotchoaf commented 4 years ago

Have periodic issues where a repo update to latest does not update. It tries and I get the 'already updated' message.

Current work around is to pick another branch then switch back to the desired branch. then the update happens.

nembery commented 4 years ago

verified this is working as expected. Updates will only appear if the upstream changes happen in the same branch as you have checked out. Switching to the upstream branch with the changes will show them after the checkout, without having to do another update. updates to the same branch are caught correctly as well.