forked from learningequality/kolibri-installer-android
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A recent Jenkins build included the wrong version of `collections.zip` because the one in the workspace was newer than the requested version. Let's try to fix this for real by making the `make clean` target actually clean everything except for the p4a builds and the downloaded Kolibri wheel file. I checked the results with `git ls-files -o --directory` after a local build and think I got everything. With that, `make clean` can be run at the beginning of the Jenkins build (in addition to the existing `p4a clean-builds`) and we can be reasonable sure that it will DTRT. The reason not to just wipe the workspace outright is that we want to keep the `_cache` directory for the p4a downloads. One subtle difference is that the `src/kolibri` target was previously depending on `clean`. Previously that was just cleaning up the `dist` artifacts, but with the more thorough `clean` recipe, that would break everything. Instead, the `dist` targets clean old artifacts as needed. Fixes: #806
- Loading branch information
1 parent
defe52c
commit dd86be6
Showing
2 changed files
with
41 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters