mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Fix /release in clean system
This commit is contained in:
parent
1d7e4a439c
commit
ef5f4b1e32
@ -4,7 +4,7 @@
|
||||
|
||||
```bash
|
||||
sudo apt-get update
|
||||
sudo apt-get install git pbuilder debhelper fakeroot
|
||||
sudo apt-get install git pbuilder debhelper fakeroot sudo
|
||||
```
|
||||
|
||||
## Checkout ClickHouse sources
|
||||
|
5
release
5
release
@ -105,12 +105,13 @@ if [ -z "$USE_PBUILDER" ] ; then
|
||||
else
|
||||
export DIST=${DIST:=bionic}
|
||||
export SET_BUILDRESULT=${SET_BUILDRESULT:=$CURDIR/..}
|
||||
. $CURDIR/debian/.pbuilderrc
|
||||
|
||||
if [[ -z `which pbuilder` ]] ; then
|
||||
sudo apt install -y pbuilder fakeroot debhelper debian-archive-keyring debian-keyring
|
||||
sudo apt install -y pbuilder fakeroot debhelper debian-archive-keyring debian-keyring lsb-release
|
||||
fi
|
||||
|
||||
. $CURDIR/debian/.pbuilderrc
|
||||
|
||||
if [[ ! -e "/usr/share/debootstrap/scripts/${DIST}" ]] ; then
|
||||
sudo ln -s gutsy /usr/share/debootstrap/scripts/${DIST}
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user