Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matthew Finkel
tor-browser-build
Commits
d161cb72
Commit
d161cb72
authored
Jun 06, 2018
by
Sukhbir Singh
Browse files
Bug 26153: Selfrando builds broken for Firefox 60 ESR
This commit fixes #26153 by bumping the selfrando version to 0.4.2
parent
3db16b9c
Changes
3
Hide whitespace changes
Inline
Side-by-side
projects/firefox/build
View file @
d161cb72
...
...
@@ -40,13 +40,13 @@ EOF
export
PATH
=
"/var/tmp/dist/binutils/bin:$PATH"
[
%
END
-%
]
#
[% IF c("var/linux") && ! c("var/release") -%]
#
tar -C /var/tmp/dist -xf $rootdir/[% c('input_files_by_name/selfrando') %]
#
# Selfrando wrapper
#
export PATH="/var/tmp/dist/selfrando/Tools/TorBrowser/tc-wrapper/:$PATH"
#
# We need to avoid the shuffling while building as this breaks compilation
#
export SELFRANDO_skip_shuffle=
#
[% END -%]
[
%
IF
c
(
"var/linux"
)
&&
!
c
(
"var/release"
)
-%
]
tar
-
C
/
var
/
tmp
/
dist
-
xf
$
rootdir
/
[
%
c
(
'input_files_by_name/selfrando'
)
%
]
# Selfrando wrapper
export
PATH
=
"/var/tmp/dist/selfrando/Tools/TorBrowser/tc-wrapper/:$PATH"
# We need to avoid the shuffling while building as this breaks compilation
export
SELFRANDO_skip_shuffle
=
[
%
END
-%
]
[
%
IF
c
(
"var/linux"
)
%
]
mkdir
-
p
/
var
/
tmp
/
dist
...
...
projects/firefox/config
View file @
d161cb72
...
...
@@ -81,9 +81,9 @@ input_files:
-
project
:
binutils
name
:
binutils
enable
:
'
[%
c("var/linux")
%]'
#
- project: selfrando
#
name: selfrando
#
enable: '[% c("var/linux") && ! c("var/release") %]'
-
project
:
selfrando
name
:
selfrando
enable
:
'
[%
c("var/linux")
&&
!
c("var/release")
%]'
-
filename
:
fix-info-plist.py
enable
:
'
[%
c("var/osx")
%]'
-
URL
:
https://people.torproject.org/~gk/mirrors/sources/msvcr100.dll
...
...
projects/selfrando/config
View file @
d161cb72
# vim: filetype=yaml sw=2
filename
:
'
[%
project
%]-[%
c("version")
%]-[%
c("var/osname")
%]-[%
c("var/build_id")
%].tar.gz'
version
:
0.4.
1
version
:
0.4.
2
git_hash
:
'
tb-v[%
c("version")
%]'
git_url
:
https://github.com/immunant/selfrando.git
gpg_keyring
:
selfrando.gpg
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment