mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
Commiting and pushing so I can test on a RPM build machine
This commit is contained in:
parent
30413e7f70
commit
6c0b645ba6
@ -10,7 +10,8 @@ rm -rf /dpkg
|
|||||||
mkdir -p /dpkg/out
|
mkdir -p /dpkg/out
|
||||||
|
|
||||||
# veilid-cli dpkg control
|
# veilid-cli dpkg control
|
||||||
cp -rf /veilid/package/debian/veilid-cli /dpkg# Appropriatly name the package for STABLE or NIGHTLY release
|
cp -rf /veilid/package/debian/veilid-cli /dpkg
|
||||||
|
# Appropriatly set vars for STABLE or NIGHTLY release
|
||||||
if [ "$3" = "true" ]
|
if [ "$3" = "true" ]
|
||||||
then
|
then
|
||||||
/veilid/package/replace_variable.sh /dpkg/veilid-cli/DEBIAN/control CARGO_VERSION $BUILD_DATE
|
/veilid/package/replace_variable.sh /dpkg/veilid-cli/DEBIAN/control CARGO_VERSION $BUILD_DATE
|
||||||
@ -35,4 +36,5 @@ then
|
|||||||
mv /dpkg/veilid-cli.deb /dpkg/out/veilid-cli-$CARGO_VERSION\_$ARCH.deb
|
mv /dpkg/veilid-cli.deb /dpkg/out/veilid-cli-$CARGO_VERSION\_$ARCH.deb
|
||||||
else
|
else
|
||||||
echo $3 "is not a valid state to determine if the build is STABLE or NIGHTLY"
|
echo $3 "is not a valid state to determine if the build is STABLE or NIGHTLY"
|
||||||
fi
|
fi
|
||||||
|
echo "make veilid-cli deb process complete"
|
@ -11,17 +11,16 @@ mkdir -p /dpkg/out
|
|||||||
|
|
||||||
# veilid-server dpkg control
|
# veilid-server dpkg control
|
||||||
cp -rf /veilid/package/debian/veilid-server /dpkg
|
cp -rf /veilid/package/debian/veilid-server /dpkg
|
||||||
# Appropriatly name the package for STABLE or NIGHTLY release
|
# Appropriatly set vars for for STABLE or NIGHTLY release
|
||||||
# if [ "$3" = "true" ]
|
if [ "$3" = "true" ]
|
||||||
# then
|
then
|
||||||
# /veilid/package/replace_variable.sh /dpkg/veilid-server/DEBIAN/control CARGO_VERSION $BUILD_DATE
|
/veilid/package/replace_variable.sh /dpkg/veilid-server/DEBIAN/control CARGO_VERSION $BUILD_DATE
|
||||||
# elif [ "$3" = "false" ]
|
elif [ "$3" = "false" ]
|
||||||
# then
|
then
|
||||||
# /veilid/package/replace_variable.sh /dpkg/veilid-server/DEBIAN/control CARGO_VERSION $CARGO_VERSION
|
/veilid/package/replace_variable.sh /dpkg/veilid-server/DEBIAN/control CARGO_VERSION $CARGO_VERSION
|
||||||
# else
|
else
|
||||||
# echo $3 "is not a valid state to determine if the build is STABLE or NIGHTLY"
|
echo $3 "is not a valid state to determine if the build is STABLE or NIGHTLY"
|
||||||
# fi
|
fi
|
||||||
/veilid/package/replace_variable.sh /dpkg/veilid-server/DEBIAN/control CARGO_VERSION $CARGO_VERSION
|
|
||||||
/veilid/package/replace_variable.sh /dpkg/veilid-server/DEBIAN/control ARCH $ARCH
|
/veilid/package/replace_variable.sh /dpkg/veilid-server/DEBIAN/control ARCH $ARCH
|
||||||
# veilid-server configuration
|
# veilid-server configuration
|
||||||
mkdir -p /dpkg/veilid-server/etc/veilid-server
|
mkdir -p /dpkg/veilid-server/etc/veilid-server
|
||||||
@ -43,4 +42,5 @@ then
|
|||||||
mv /dpkg/veilid-server.deb /dpkg/out/veilid-server-$CARGO_VERSION\_$ARCH.deb
|
mv /dpkg/veilid-server.deb /dpkg/out/veilid-server-$CARGO_VERSION\_$ARCH.deb
|
||||||
else
|
else
|
||||||
echo $3 "is not a valid state to determine if the build is STABLE or NIGHTLY"
|
echo $3 "is not a valid state to determine if the build is STABLE or NIGHTLY"
|
||||||
fi
|
fi
|
||||||
|
echo "make veilid-server deb process complete"
|
@ -6,4 +6,4 @@ Architecture: $ARCH
|
|||||||
Depends: libc6 (>= 2.23)
|
Depends: libc6 (>= 2.23)
|
||||||
Maintainer: jsmith@veilid.org
|
Maintainer: jsmith@veilid.org
|
||||||
Description: Veilid Server Command Line Interface
|
Description: Veilid Server Command Line Interface
|
||||||
The Veilid peer-to-peer network server command line interface
|
This package installs a a CLI interface for locally installed Veilid peer-to-peer network headless nodes.
|
||||||
|
@ -6,4 +6,6 @@ Architecture: $ARCH
|
|||||||
Depends: libc6 (>= 2.23)
|
Depends: libc6 (>= 2.23)
|
||||||
Maintainer: jsmith@veilid.org
|
Maintainer: jsmith@veilid.org
|
||||||
Description: Veilid Server
|
Description: Veilid Server
|
||||||
The Veilid peer-to-peer network server
|
This package installs a Veilid peer-to-peer network headless node which can be deployed for
|
||||||
|
supporting the overall Veilid network or for local development/experimental purposes. See
|
||||||
|
https://veilid.com for more information.
|
||||||
|
Loading…
Reference in New Issue
Block a user