Comment 1 for bug 1468410

Revision history for this message
Caio Begotti (caio1982) wrote :

Alex, the revision fix is done and I'll let you test it soon but just so I get this bug here right:

1) you just want to use the --autobuild feature of your script now, correct? I mean, to repack existing images on system-image servers instead of using local ones from the build

2) both Tangxi and Barajas will use the very same script? Or will they differ in some aspect?

I'm asking that because it would be better to have this decoupled from the phone builds. So in Capomastro you could build the images for testing or development and also have a separate way to generate the flashable images at any time.

That's my idea at least, so we don't have to re-clone and checkout everything in the repos just to get your shell script.

Would the following be okay for you in this case?

git clone -n ssh://<email address hidden>:29418/m75/ubuntu/tools --depth 1
cd tools/
git checkout HEAD mkflashable.sh
./mkflashable.sh --autobuild <all its parameters here>

If you also need to run mkflashable.sh without --autobuild then my plan will not work as you will need the local files and we'll need to clone, checkout and compile everything using the current scripts we have.