2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-21 09:01:46 +00:00
xcat-dep/conserver/make_deb.sh
chenglch df41b32ae4 Upgrade conserver to 8.2.1 version
- Deprecated the patch for sslauthority.
- Leverage sslcacertificatefile configuration from upstream.
- Apply init script patches from old version.
- Changelog and package information for this new version on
  rhels and ubuntu systems.

implement-feature: #18
2017-06-14 15:30:01 +08:00

9 lines
137 B
Bash

#!/bin/bash
tar xvfz conserver-8.2.1.tar.gz
cd conserver-8.2.1
cp -rL ../debian .
dpkg-buildpackage -uc -us
cd -
rm -rf conserver-8.2.1