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
* fixed var name in prep script
* docker r file removed
Signed-off-by: Cam Parra <caeparra@gmail.com>
* prep now using regex as it should have since the start
Signed-off-by: Cam Parra <caeparra@gmail.com>
* removing docker r
Signed-off-by: Cam Parra <caeparra@gmail.com>
* comment deleted since it no longer needed
echo"summoning warlocks to correct debian package names in the pool dockerfile\n"
13
-
sed -i -r "s/sovtoken_pkg_name=/sovtoken_pkg_name=$tpn/""devops/build-scripts/xenial/Pool_Party/Dockerfile"
14
-
sed -i -r "s/sovtokenfees_pkg_name=/sovtokenfees_pkg_name=$tpn/""devops/build-scripts/xenial/Pool_Party/Dockerfile"
13
+
sed -i -r "s/sovtoken_pkg_name=sovtoken_[0-9]\.[0-9]\.[0-9]_amd64.deb/sovtoken_pkg_name=$tpn/""devops/build-scripts/xenial/Pool_Party/Dockerfile"
14
+
sed -i -r "s/sovtokenfees_pkg_name=sovtokenfees_[0-9]\.[0-9]\.[0-9]_amd64.deb/sovtokenfees_pkg_name=$fpn/""devops/build-scripts/xenial/Pool_Party/Dockerfile"
0 commit comments