summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Add projects/releaseNicolas Vigier2017-01-20
|
* rbm.conf: remove tor-browser targetNicolas Vigier2017-01-20
|
* Add torbrowser-* targetsNicolas Vigier2017-01-20
|
* Add projects/tor-browserNicolas Vigier2017-01-20
|
* Add projects/gmpNicolas Vigier2017-01-19
|
* Add projects/tbb-windows-installerNicolas Vigier2017-01-19
|
* Add keyring/firefox.gpgNicolas Vigier2017-01-19
| | | | This should have been added with commit 5846dfae4770490e76.
* Update rbmNicolas Vigier2017-01-19
|
* tor: change installation directory on OSXNicolas Vigier2017-01-19
|
* Fix nsis build: remove mingw-w64 hardening wrappersNicolas Vigier2017-01-19
|
* Update rbmNicolas Vigier2017-01-17
|
* Add projects/firefox-langpacksNicolas Vigier2017-01-16
|
* Update rbmNicolas Vigier2017-01-16
|
* Add projects/fontsNicolas Vigier2017-01-16
|
* Add projects/https-everywhereNicolas Vigier2017-01-13
|
* Update rbm: add support for git submodulesNicolas Vigier2017-01-13
|
* Add projects/tor-launcherNicolas Vigier2017-01-13
|
* Add projects/torbuttonNicolas Vigier2017-01-13
|
* Add default list of installed packagesNicolas Vigier2017-01-13
| | | | | This will allow sharing more containers between components, where the default list of packages is enough.
* Include hg_hash in the build_idNicolas Vigier2017-01-12
|
* Add keyring/tor.gpgNicolas Vigier2017-01-11
|
* tor: fix build for OSXNicolas Vigier2017-01-11
|
* openssl: use macosx-toolchain-gccNicolas Vigier2017-01-11
|
* libevent: use macosx-toolchain-gccNicolas Vigier2017-01-11
|
* Add projects/macosx-toolchain-gccNicolas Vigier2017-01-11
| | | | Add the old OSX toolchain based on gcc rather than clang.
* Add projects/torNicolas Vigier2017-01-09
| | | | This is building for Linux and Windows, but not yet for OSX.
* Add projects/zlibNicolas Vigier2017-01-09
|
* Set firefox buildid based on version numberNicolas Vigier2017-01-09
|
* Add projects/firefox/get-moz-build-dateNicolas Vigier2017-01-09
| | | | Copy get-moz-build-date from builders/tor-browser-bundle.git.
* Add projects/firefoxNicolas Vigier2017-01-09
|
* Install hardening-wrapper and use /bin/bash in openssl and libeventNicolas Vigier2017-01-09
| | | | | | | | Install hardening-wrapper, since the compiler setup on Linux requires it. Use #!/bin/bash rather than #!/bin/sh in the build scripts since the compiler setup use bash specific commands.
* docker-image: add option to avoid sorting packages listNicolas Vigier2017-01-09
| | | | | | | By default, we sort the list of installed packages. This allows sharing containers with identical list of packages, even if they are not listed in the same order. In the cases where the installation order is important, var/sort_deps should be set to 0.
* openssl: fix build on linux-i686Nicolas Vigier2017-01-09
| | | | Add the -m32 flag.
* macosx-toolchain: add clang wrappers to add -fPIE to the FLAGSNicolas Vigier2017-01-07
| | | | For bug 20439.
* gcc: make sure we use the hardening wrapperNicolas Vigier2016-12-31
|
* binutils: make sure gold is used with the hardening wrapper on LinuxNicolas Vigier2016-12-31
|
* mingw-w64: Add hardened wrappersNicolas Vigier2016-12-31
|
* Update OSX Toolchain (doing changes similar to bug 18331)Nicolas Vigier2016-12-19
| | | | Build cmake, clang, llvm for the OSX toolchain.
* Add projects/libeventNicolas Vigier2016-12-05
|
* Add projects/opensslNicolas Vigier2016-11-30
|
* Add projects/macosx-toolchainNicolas Vigier2016-11-30
| | | | Copied from tor-messenger-build.git at commit f6411d2a66dae17e09e.
* Add .gitignoreNicolas Vigier2016-11-29
|
* docker-image: use project_name in image name prefixNicolas Vigier2016-11-29
|
* Import components froms tor-messenger-buildNicolas Vigier2016-11-29
| | | | | | | Copy components from tor-messenger-build that will be useful for building Tor Browser. Copied from tor-messenger-build.git at commit f6411d2a66dae17e09e.
* Add rbm git submoduleNicolas Vigier2016-11-28
|
* Add rbm.confNicolas Vigier2016-11-28
Add rbm.conf based on the rbm.conf from tor-messenger-build, adapted to tor-browser.