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
85537ff8
Unverified
Commit
85537ff8
authored
Sep 06, 2017
by
Georg Koppen
Browse files
Bug 22692: Don't use mremap in selfrando code
parent
59814e17
Changes
2
Hide whitespace changes
Inline
Side-by-side
projects/selfrando/build
View file @
85537ff8
...
...
@@ -14,7 +14,7 @@ tar -C /var/tmp/dist -xf $rootdir/[% project %]-[% c("version") %].tar.gz
cd
/
var
/
tmp
/
dist
mv
[
%
project
%
]
-
[
%
c
(
"version"
)
%
]
[
%
project
%
]
cd
[
%
project
%
]
scons
-
Q
arch
=
[
%
c
(
"var/selfrando_arch"
)
%
]
LIBELF_PATH
=
"/var/tmp/dist/elfutils"
FORCE_INPLACE
=
1
DEBUG_LEVEL
=
env
WRITE_LAYOUTS
=
env
LOG
=
console
scons
-
Q
arch
=
[
%
c
(
"var/selfrando_arch"
)
%
]
LIBELF_PATH
=
"/var/tmp/dist/elfutils"
NO_MREMAP
=
1
FORCE_INPLACE
=
1
DEBUG_LEVEL
=
env
WRITE_LAYOUTS
=
env
LOG
=
console
# Fix the path where we install selfrando
sed
-
i
's|^SR_PATH=.*|SR_PATH=/var/tmp/dist/selfrando/out/[% c("var/selfrando_arch") %]/bin|'
Tools
/
TorBrowser
/
tc
-
wrapper
/
ld
...
...
projects/selfrando/config
View file @
85537ff8
# vim: filetype=yaml sw=2
filename
:
'
[%
project
%]-[%
c("version")
%]-[%
c("var/osname")
%]-[%
c("var/build_id")
%].tar.gz'
version
:
0.3.
2
version
:
0.3.
3
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