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
* propagate return value from @Deploy decorator
e.g. this allows writing code like:
@Deploy
def ripgrep(**kwargs):
return apt.packages('ripgrep', **kwargs)
res = ripgrep()
if res.changed:
# do something else
* feat: support held deb packages
It would be useful to fetch the version number of held deb packages to have scripts that manually unhold them to be able to upgrade if the need be.
Co-authored-by: Dima Gerasimov <[email protected]>
0 commit comments