- Make code changes inside android-components
- Patch android-components and increase the version number, see
1_patch_ac.patch
. - Build android-components and push your components to your local maven repo,
./gradlew publishToMavenLocal
. - Patch Fenix to include your local maven repo (careful, there are two places!) and increase the a-c version number, see
2_patch_fenix.patch
- Build and run Fenix.
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
#!/usr/bin/env ruby | |
# WARNING: This is very destructive. | |
# | |
# Closes all accounts. | |
# | |
# Place into diaspora*'s root folder and run the script. Don't forget to set | |
# necessary environment variables. This will dispatch a lot of background jobs, | |
# so it's wise to leave the pod running for a while after running this script. | |
# |
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
# | |
# Starts Firefox with a temporary profile based on a template | |
# | |
# Assumes there is Firefox Nightly, DevEdition (Aurora), Beta, Stable, and ESR | |
# installed on your OSX inside /Applications/, but adjustments are made easily. | |
# | |
# In my setup, I've got two templates in $PROFILE_ROOT/templates/ called | |
# "default" and "proxied". "proxied" is a copy of "default" with a local | |
# proxy set up that I use with mitmproxy. | |
# |
As scheduled, we froze diaspora* minor release |VERSION|. Please check the Changelog for more information on changes included in this release.
If you are running your own pod, please help us test the RC before the minor gets released next Sunday. To get the code, run git pull; git checkout release/|VERSION|
on your development pod. Please be aware that this is a release candidate and, although we did careful testing, bugs may occur. Follow the usual update instructions to get your testing system updated.
Next release (|THIS_RELEASE|): |THIS_RELEASE_DATE|
Next minor freeze (|NEXT_FREEZE|): |NEXT_FREEZE_DATE|