File tree Expand file tree Collapse file tree 4 files changed +8
-11
lines changed Expand file tree Collapse file tree 4 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 1
1
GIT
2
2
remote: https://gitlab.com/gitlab-org/omnibus.git
3
- revision: 358f4af204fe9b2899ab99e0c8975b97c13dddf5
4
- tag: 9.0.19.0
3
+ revision: bed44a1bd07586f2338ffc04e9fc25b74154ad63
4
+ tag: 9.0.19.1
5
5
specs:
6
6
omnibus (9.0.19 )
7
7
aws-sdk-s3 (~> 1.116.0 )
Original file line number Diff line number Diff line change 1
- 9.0.19.0
1
+ 9.0.19.1
Original file line number Diff line number Diff line change 277
277
signing_passphrase Gitlab ::Util . get_env ( 'GPG_PASSPHRASE' )
278
278
279
279
# Enable XZ compression if selected
280
- compress_xz = Gitlab ::Util . get_env ( 'COMPRESS_XZ' ) || 'false '
280
+ compress_xz = Gitlab ::Util . get_env ( 'COMPRESS_XZ' ) || 'true '
281
281
if compress_xz == 'true'
282
282
compression_type :xz
283
283
compression_level 6
Original file line number Diff line number Diff line change @@ -66,17 +66,14 @@ project's [Container Registry](https://gitlab.com/gitlab-org/gitlab-omnibus-buil
66
66
67
67
1 . By default, XZ compression is used to produce the final DEB package,
68
68
which reduces the package size by nearly 30% in comparison to Gzip, with
69
- little to no increase in build time. However, the system's package
70
- manager must also support the format. If your system's package manager does
71
- not support XZ packages, set the ` COMPRESS_XZ ` environment variable to ` false ` :
69
+ little to no increase in build time and a slight increase in installation
70
+ (decompression) time. However, the system's package manager must also support
71
+ the format. If your system's package manager does not support XZ packages,
72
+ set the ` COMPRESS_XZ ` environment variable to ` false ` :
72
73
73
74
``` shell
74
75
export COMPRESS_XZ=false
75
76
```
76
-
77
- NOTE: This is feature is disabled by default on RPM platforms due to an
78
- as-yet-unexplained increase in packaging time. It can be enabled by setting
79
- the ` COMPRESS_XZ ` environment variable to ` true ` .
80
77
81
78
1 . Install the libraries and other dependencies:
82
79
You can’t perform that action at this time.
0 commit comments