ambifarius: > Hi, > > I have problems building an ISO using the current stable release, 3.6.2 > > rake build was aborted due to command error. Please refer to the attachment > for details.
You tried to build from our 'master' branch, which we recommend against. Please read the "Git branch organization" section at: https://tails.boum.org/contribute/how/code/HACKING/#index1h1 which probably will end up with you building from the 'devel' branch! If you want to build a specific Tails release, like Tails 3.6.2, then you just check out the corresponding Git tag and build, e.g.: git checkout 3.6.2 rake build Cheers! _______________________________________________ Tails-dev mailing list [email protected] https://mailman.boum.org/listinfo/tails-dev To unsubscribe from this list, send an empty email to [email protected].
