Commit c8adafdc authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Upgraded git to 2.20; tests should be executed under nobody user

parent 634ec2a5
all:
tar xf git-2.17.1.tar.xz
cd git-2.17.1 && ./configure --prefix=/usr --with-gitconfig=/etc/gitconfig
$(MAKE) -C git-2.17.1
$(MAKE) -C git-2.17.1 test
$(MAKE) -C git-2.17.1 install
rm -rf git-2.17.1
tar xf git-2.20.1.tar.xz
cd git-2.20.1 && ./configure --prefix=/usr --with-gitconfig=/etc/gitconfig
$(MAKE) -C git-2.20.1
chown -Rv nobody git-2.20.1
su nobody -s /bin/bash -c "PATH=$$PATH make -C git-2.20.1 test"
$(MAKE) -C git-2.20.1 install
rm -rf git-2.20.1
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment