english Sivu saatavilla vain englanninkielisenä.

Blender Git Statistics -> Developers -> Jens

Jens (Jens)

Total Commits : 1
Master Commits : 1
Branch Commits : 0
First Commit : November 28, 2019
Latest Commit : November 28, 2019

Commits by Month

DateNumber of Commits
November, 20191

Favourite Files

FilenameTotal Edits
slave_pack.py1
packaging.cmake1
build_archive.py1

File Changes

ActionTotalPer Commit
Modified33.0

Code Changes

ActionTotalPer Commit
Lines Added2222.0
Lines Removed1010.0

Latest commits Feed

Revision d4835b8 by Jens / Sergey Sharybin (master)
November 28, 2019, 10:41 (GMT)
Buildbot: Migrate package archive format for Linux from tar.bz2 to tar.xz

xz compresses 25% better than bz2, reducing download times and server load.
The numbers:

blender-2.80-linux-glibc217-x86_64.tar.bz2 (release): 134 886 174 bytes
with xz: 96 181 604 bytes (-28.7%)
with xz -9: 93 871 548 bytes (-30.4%)

blender-2.81-7c1fbe24ca33-linux-glibc217-x86_64.tar.bz2 (beta): 173 600 363 bytes
with xz: 133 100 664 bytes (-23.3%)
with xz -9: 129 534 124 bytes (-25.4%)

xz also decompresses more than twice as fast as bz2, however compression needs
four times as long (on my 7-year-old laptop 3-4 minutes instead of <1).

Also xz has become more common than bz2, e.g. Debian/Ubuntu deb packages have
been xz-compressed for years, so the dpkg package manager as well as systemd
and grub all depend on liblzma being present, whereas bz2 is becoming more and
more optional.

Current Linux archives also include the UID/GID of whatever user account
happens to be used for building by the blender.org infrastructure. If someone
then installs these archives as root e.g. to /usr/local/... and doesn't pay
full attention the files remain owned by a regular user, which is a serious
security issue. This patch fixes that by setting the UID/GID to 0.

Differential Revision: https://developer.blender.org/D6138

MiikaHweb - Blender Git Statistics v1.06
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021