Bug #749
closedUpstream web site disappeared
100%
Description
Downloading monkey from the tarball is failing because monkey-project.com went away.
There is a GIT repo: https://github.com/monkey/monkey.git
I need to test if the git repo will build easily and, if so, switch to it for the monkey app build.
This failure is blocking app builds for the media system, which is being used to test updates to piboxMsg() for picam.
Related issues
Updated by Hammel over 4 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 10
The GIT repo latest is v1.6 (branch 1.6). This does not build natively on my x86 Linux box. However, if I checkout v1.2.2 which is the version I've been using up till now, it builds quite easily.
So I'll try to switch the monkey build from a tarball to a git clone.
Updated by Hammel over 4 years ago
- Status changed from In Progress to Closed
- % Done changed from 10 to 100
That was easy. PiBox makes this stuff a breeze.
Monkey migrated to GitHub and tag v1.2.2 (same as release I've been using up till now.). Build tested and artifacts deployed and verified working.
Changes committed and pushed.
Closing issue.