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
{{ message }}
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.
I've been using your module for a while to support a dozen Linux build servers with Android SDK.
We have some legacy apps to support, so we need different versions of build tools, and the developers would often ask me to update this or that package (but not all of them).
To keep track on this, I've tweaked package.pp adding $revision parameter and an unless for exec:
Hi!
I've been using your module for a while to support a dozen Linux build servers with Android SDK.
We have some legacy apps to support, so we need different versions of build tools, and the developers would often ask me to update this or that package (but not all of them).
To keep track on this, I've tweaked package.pp adding
$revision
parameter and an unless for exec:So my Android SDK definition looks a bit noisier:
It also requires some familiarity with command-line package manager, but it made the whole process A LOT easier for me as a sysadmin.
It adds one extra grep per package defined, but with around three dozens of these I'm having roughly the same agent run time as without them.
Should I create a pull request for that or does it make things unnecessarily complicated?
The text was updated successfully, but these errors were encountered: