summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Add Felix's obfs4 bridges to the built-in bridges.Isis Lovecruft2017-08-29
| | | | * FIXES #23166: https://bugs.torproject.org/23166
* Fix some typos in README.HACKINGGeorg Koppen2017-08-28
|
* Fix typo in README.MAKEFILEGeorg Koppen2017-08-28
|
* Bug 17381: create tar containing update responses xml filesNicolas Vigier2017-08-21
| | | | | | Create a tar file in directory {alpha,release}/update-responses/, to make it a little easier to copy them to the host where they will be deployed.
* Bug 17381: add dmg2marNicolas Vigier2017-08-21
| | | | Add the dmg2mar makefile rules.
* Bug 17381: add and adapt the update_responses scriptNicolas Vigier2017-08-21
| | | | | | | | Add the update_responses and incrementals makefile rules. The update_responses script is identical to what we have in tor-browser-bundle.git, however the config.yml file it is using is now generated using the infos from rbm.
* Include mar-tools zip in the output filesNicolas Vigier2017-08-21
|
* Add a README.MAKEFILE file to describe makefile rulesNicolas Vigier2017-08-15
|
* Update rbm for the build_log_append optionNicolas Vigier2017-08-11
|
* Avoid using directory with predictable name in /tmpNicolas Vigier2017-08-11
| | | | | Update rbm with support for the rbm_tmp_dir option, and use it in the containers directory.
* Display container's path when opening debug shellNicolas Vigier2017-08-11
|
* Update tor-browser.git branch used in nightlyNicolas Vigier2017-08-10
|
* Synchronize mozconfig files with their version from tor-browser.gitNicolas Vigier2017-08-10
| | | | | The main change is the removal of the --enable-jemalloc=4 option which was done with #22482.
* README.HACKING: explain which mozconfig files we are usingNicolas Vigier2017-08-10
|
* README.HACKING: explain how to test a firefox patchNicolas Vigier2017-08-10
|
* Fix var/publish_dir for nightly, alpha_nightly and testbuildNicolas Vigier2017-08-09
| | | | Fix an error introduced by 9d18c95bc22bb3df18c4839d21715ce7df9c1ee8.
* Remove hardened targetsNicolas Vigier2017-08-09
|
* Fix faketime path in ddmg.shNicolas Vigier2017-08-09
|
* tbb-7.5a4-build2Nicolas Vigier2017-08-09
|
* winpython: use wine to run python.exeNicolas Vigier2017-08-09
| | | | | | We need wine to run python.exe. It seems it was working without explicitely using wine on my build machine, probably because of the binfmt configuration in the kernel of that machine.
* Bug 20757: fix gpg_wrapper with git >= 2.10.0-rc0Nicolas Vigier2017-08-09
| | | | Thanks to dcf for finding the cause of the problem.
* Update rbm: include stdout in remote_exec/remote_start error outputNicolas Vigier2017-08-08
|
* Fix a typo introduced in c87cfc7291c7faf95c7afc8af693a7f689cdcc0aNicolas Vigier2017-08-08
|
* Add script to help tagging a releaseNicolas Vigier2017-08-08
| | | | | | The 'make signtag-release' and 'make signtag-alpha' commands can be used to tag a stable or alpha release using the version informations from rbm.conf.
* Move projects/release/config build to a separate fileNicolas Vigier2017-08-08
|
* Fix .gitignore syntaxNicolas Vigier2017-08-08
| | | | | Add a leading slash on all lines to match files/directories only in the root directory.
* Add a torbrowser_build option and use it in the build output directoryNicolas Vigier2017-08-07
|
* Refresh keyring/firefox.gpgNicolas Vigier2017-08-07
|
* Fix firefox tagNicolas Vigier2017-08-07
|
* Release preparations for 7.5a4Nicolas Vigier2017-08-04
| | | | | | | | | | Changelog update and version bumps. tor-browser-bundle.git author: Georg Koppen <gk@torproject.org> tor-browser-bundle.git commit: 0d192217fc71cccf16bce16e3904460b0991b43d tor-browser-bundle.git commit: 6d54b0e2b8cf45fb817e2bbc822c61e5a4ad78de tor-browser-bundle.git commit: 1a15760dcb3889417809ab4a38bf4b523ecf74a7 tor-browser-bundle.git commit: 8b061ed2d5112c006a80723ea63333d0098b94c4
* Bug 23075: rename RBM_NB_CORES to RBM_NUM_CORESNicolas Vigier2017-08-04
| | | | And buildconf/nb_procs to buildconf/num_procs.
* Add a README.HACKING fileNicolas Vigier2017-08-04
| | | | | Add a file to list the main things to know when making changes to the Tor Browser build.
* firefox: add var/torbrowser_update_channel value for the release channelNicolas Vigier2017-08-03
|
* Add var/release, var/alpha, var/nightly optionsNicolas Vigier2017-08-03
| | | | | | | | | | | | Add some options to be able to write things like this in templates: [% IF c("var/release") -%] do something on release channel [% ELSIF c("var/alpha") -%] do something on alpha channel [% ELSIF c("var/nightly") -%] do something on nightly channel [% END -%]
* Add comment to explain why we build https-e once for all platformsNicolas Vigier2017-08-03
|
* Bug 22499: build obfsproxy and fteproxy for WindowsNicolas Vigier2017-08-03
| | | | | | | Also finish including the Linux build of obfsproxy and fteproxy. Based on gitian/descriptors/windows/gitian-pluggable-transports.yml from tor-browser-bundle.git.
* meek: include *.1.txt instead of *.1 files on WindowsNicolas Vigier2017-08-03
|
* Revert "Bug 22362: NoScript's XSS filter freezes the browser"Georg Koppen2017-08-02
| | | | | | | This reverts commit cec0a1d787b90f1b27c92ba83bd8f12b5a3b0fb1 That's properly fixed in NoScript >= 5.0.7.1, thus removing our workaround.
* Bug 23075: add an option to select the number of cores usedNicolas Vigier2017-08-02
|
* Update rbmNicolas Vigier2017-08-01
| | | | | Update rbm, fixing a 'git checkout --detach' error due to the lack of master branch on tor-browser.git.
* Fix some permissions problem in runc/remote_getNicolas Vigier2017-08-01
|
* README: Update Ubuntu required version to 16.04Nicolas Vigier2017-08-01
| | | | There is no runc package available on Ubuntu 14.04.
* Bug 20848: Deploy Selfrando in 32bit Linux buildsNicolas Vigier2017-07-31
| | | | tor-browser-bundle.git author: Georg Koppen <gk@torproject.org>
* Bug 22563: Update mingw-w64 to fix W^X violationsArthur Edelstein2017-07-31
|
* Update noscriptNicolas Vigier2017-07-28
| | | | | | | This fixes bug 22067. tor-browser-bundle.git author: Georg Koppen <gk@torproject.org> tor-browser-bundle.git commit: 0437834017c1c7ff168da868d9dcb2f2519fd122
* README: mention which version of runc is neededNicolas Vigier2017-07-26
|
* Include uid in tmp containers directoryNicolas Vigier2017-07-26
| | | | This should allow multiple users to do builds on the same machine.
* Remove some unused optionsNicolas Vigier2017-07-26
|
* Bug 20929: Bump GCC version to 5.4.0Nicolas Vigier2017-07-25
| | | | | | | | We bump our GCC compiler to 5.4.0 as this fixes some bugs in previous versions. It allows us in particular to build debug builds for Windows with mingw-w64. tor-browser-bundle.git author: Georg Koppen <gk@torproject.org>
* Bug 22499: Add fteproxy, obfsproxy, and dependencies, for LinuxNicolas Vigier2017-07-24
|