Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
ntop
pre_checkin.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pre_checkin.sh of Package ntop
#! /bin/sh # # (C) 2006, jw@suse.de # Distribute freely. Use and modify with care. # No warranty. # # This script tests the source tar-balls # against files that we want to exclude. # bad_files_re='dlcompat-[0-9]*/|APPLE_LICENSE|ntop_darwin.[ch]|ntop-cert.pem' for f in `ls *.tar.*`; do case $f in *.tar.gz) look='tar ztf' ;; *.tar.bz2) look='tar jtf' ;; esac; $look $f | egrep -- $bad_files_re && bad=1 # test -z $bad && echo $f okay. done test -z $bad && exit; echo "" echo "===============================================" echo "Risk level alert!" echo "Please remove the above files from the package." echo "===============================================" echo "" echo "press CTRL-C to abort, ENTER to continue" read a
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor