You are not logged in.
I use asp to download build scripts for a package. According to the documentation:
asp export repository/package should retrieve the build script of the package currently present in the repository. All work well as long as this script is not in the cache. But if the build script is indeed in the cache, this build script gets exported, even if a new version is available in the repository. As a workaround, I can simply: "rm -rf ~/.cache" (or the specific subdirectory used by asp). But this is confusing and seems to be a bug. Is someone here more knowledgeable than me about this?
Last edited by olive (2019-10-09 07:41:21)
Offline
Offline
@Slithery. It seems that it does indeed do what I wan. When I first read the man page, I believed it concerned only the packages where you had retrieved the whole repository; but it seems that I was wrong... thanks.
Offline