Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tor-browser-build
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Georg Koppen
tor-browser-build
Commits
28172b36
Unverified
Commit
28172b36
authored
4 years ago
by
Georg Koppen
Browse files
Options
Downloads
Patches
Plain Diff
Bug 34202: Remove unused xz project
parent
fab8c573
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
projects/xz/build
+0
-16
0 additions, 16 deletions
projects/xz/build
projects/xz/config
+0
-23
0 additions, 23 deletions
projects/xz/config
with
0 additions
and
39 deletions
projects/xz/build
deleted
100644 → 0
+
0
−
16
View file @
fab8c573
#!/bin/bash
[
%
c
(
"
var/set_default_env
"
)
-%
]
[
%
pc
(
c
(
'
var/compiler
'
),
'
var/setup
'
,
{
compiler_tarfile
=>
c
(
'
input_files_by_name/
'
_
c
(
'
var/compiler
'
))
})
%
]
distdir
=/
var
/
tmp
/
dist
/
[
%
project
%
]
mkdir
-
p
$
distdir
mkdir
-
p
/
var
/
tmp
/
build
tar
-
C
/
var
/
tmp
/
build
-
xf
[
%
project
%
]
-
[
%
c
(
'
version
'
)
%
].
tar
.
gz
cd
/
var
/
tmp
/
build
/
[
%
project
%
]
-
[
%
c
(
'
version
'
)
%
]
.
/
autogen
.
sh
.
/
configure
[
%
c
(
"
var/configure_opt
"
)
%
]
--
prefix
=
$
distdir
make
-
j
[
%
c
(
"
buildconf/num_procs
"
)
%
]
install
cd
/
var
/
tmp
/
dist
[
%
c
(
'
tar
'
,
{
tar_src
=>
[
project
],
tar_args
=>
'
-czf
'
_
dest_dir
_
'
/
'
_
c
(
'
filename
'
),
})
%
]
This diff is collapsed.
Click to expand it.
projects/xz/config
deleted
100644 → 0
+
0
−
23
View file @
fab8c573
# vim: filetype=yaml sw=2
version
:
5.2.4
git_url
:
https://git.tukaani.org/xz.git
git_hash
:
'
v[%
c("version")
%]'
tag_gpg_id
:
1
gpg_keyring
:
xz.gpg
filename
:
'
[%
project
%]-[%
c("version")
%]-[%
c("var/osname")
%]-[%
c("var/build_id")
%].tar.gz'
var
:
container
:
use_container
:
1
targets
:
android
:
var
:
arch_deps
:
-
autopoint
configure_opt_project
:
--disable-shared --disable-xz --disable-xzdec --disable-lzmadec --disable-lzmainfo --disable-lzma-links --disable-scripts --disable-doc
input_files
:
-
project
:
container-image
-
name
:
'
[%
c("var/compiler")
%]'
project
:
'
[%
c("var/compiler")
%]'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment