mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-04 16:45:24 +00:00
Add lib/cfg lib/bind to snapshots
This commit is contained in:
11
util/kit.sh
11
util/kit.sh
@@ -15,7 +15,7 @@
|
|||||||
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||||
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
# $Id: kit.sh,v 1.17 2001/04/12 01:18:42 gson Exp $
|
# $Id: kit.sh,v 1.18 2001/05/24 02:00:02 marka Exp $
|
||||||
|
|
||||||
# Make a release kit
|
# Make a release kit
|
||||||
#
|
#
|
||||||
@@ -100,8 +100,13 @@ sh util/sanitize_all.sh
|
|||||||
rm -rf TODO conftools util doc/design doc/dev doc/expired \
|
rm -rf TODO conftools util doc/design doc/dev doc/expired \
|
||||||
doc/html doc/todo doc/private bin/lwresd doc/man \
|
doc/html doc/todo doc/private bin/lwresd doc/man \
|
||||||
lib/lwres/man/resolver.5 \
|
lib/lwres/man/resolver.5 \
|
||||||
bin/tests/system/relay lib/cfg \
|
bin/tests/system/relay
|
||||||
lib/bind
|
if $snapshot
|
||||||
|
then
|
||||||
|
:
|
||||||
|
else
|
||||||
|
rm -rf lib/cfg lib/bind
|
||||||
|
fi
|
||||||
|
|
||||||
find . -name .cvsignore -print | xargs rm
|
find . -name .cvsignore -print | xargs rm
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user