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 was archived by the owner on Feb 13, 2024. It is now read-only.
I can confirm this is happening as well. Using the older Android SDK version installed by this module, newer platforms like android-21, etc. aren't available. Instead of producing a failure during the Puppet run, Puppet happily reports that it executed the install on each run.
Using an bogus platform version, Puppet reports success:
The SDK tool itself reports something along the lines of:
Error: Ignoring unknown package filter 'android-100'
Warning: The package filter removed all packages. There is nothing to install.
Please consider trying to update again without a package filter.
I can confirm this is happening for me as well, for build-tools:
android::build_tools {'build-tools-23.0.2': } says that it executed successfully, but builds against that version don't work, and:
root@e2916e0cdcdf android]# ls /usr/local/android/android-sdk-linux/build-tools/
20.0.0 23.0.1
If I run the command in the expect file, I get the same error that @dbeckham mentioned above. It seems to me that these execs should have a creates attribute?
This is probably a regression from #24
This was fixed in da76937 but I believe 2701669 caused the same problem.
I'm using version 1.2.0 from puppet forge, and I can the that the 'expect' file is the last one.
The text was updated successfully, but these errors were encountered: