-
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
recompile specific packages with aero.py flags #40
Comments
There is a script in tools directory called rebuild-sysroot.sh which allows to rebuild a package, it will remove all the sources and binaries from that package, clone it, patch it and build it all over. If you want to rebuild the package from the source that's in the bundled directory you can do this in the sysroot directory instead (substitute $PACKAGE with the actual package name): rm -rf pkg-builds/$PACKAGE
rm -rf packages/$PACKAGE
xbstrap install $PACKAGE |
This should be integrated into aero.py, thats why I put a issue up. |
Isn't |
We don’t shell out for xbstrap, though I’ll still look into that since it looks like xbstrap is capable of that |
Anyway, we need to remove the code in uwux/bundled/ |
what |
You need to remove the source in aero/bundled/xxxxx as well when restoring a package just in case the source got corrupted when downloading |
There should be an option in aero.py to recompile specific packages, it would allow broken packages to be repaired faster.
The text was updated successfully, but these errors were encountered: