You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Command cartridge pack rpm does not work properly If cartridge project directory contains symbolic links. I used tarantool-enterprise-bundle-2.10.2, so in my reproduce script you must change corresponding lines:
#!/bin/bash
NAME=min-app2
dnf upgrade
## >> CHANGE THIS LINES
curl -O https://t.bk.ru/Hp40HK0uD7aoUuF/tarantool-enterprise-bundle-2.10.2-0-gf4228cb7d-r503-linux-x86_64.tar.gz
tar zxfp tarantool-enterprise-bundle-2.10.2-0-gf4228cb7d-r503-linux-x86_64.tar.gz -C /opt/
## << CHANGE THIS LINES
export PATH=/opt/tarantool-enterprise/:$PATH
cartridge create --name $NAME
cd $NAME
mkdir config
touch config/somefile
cd test/
ln -s ../config/somefile .
cd ..
dnf -y install git
git init
git add .
git commit -m 'initial commit'
git tag -a 0.0.1 -m 'initial'
cartridge pack rpm
And then I tried to install this package:
# rpm -U /root/min-app2/min-app2-0.0.1.0-1.x86_64.rpm
error: unpacking of archive failed: cpio: Bad magic
error: min-app2-0.0.1.0-1.x86_64: install failed
Command cartridge pack rpm does not work properly If cartridge project directory contains symbolic links. I used tarantool-enterprise-bundle-2.10.2, so in my reproduce script you must change corresponding lines:
And then I tried to install this package:
OS version:
cartridge cli version:
The text was updated successfully, but these errors were encountered: