mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-21 09:01:46 +00:00
df41b32ae4
- 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
9 lines
137 B
Bash
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
|