File: plugin_tarfile

package info (click to toggle)
zkg 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,740 kB
  • sloc: python: 5,910; sh: 268; makefile: 265; cpp: 24
file content (17 lines) | stat: -rw-r--r-- 485 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# @TEST-REQUIRES: type zeek-config

# @TEST-EXEC: bash %INPUT
# @TEST-EXEC: zkg install rot13

# @TEST-EXEC: test -f plugins/packages/rot13/__bro_plugin__ || test -f plugins/packages/rot13/__zeek_plugin__
# @TEST-EXEC: btest-diff scripts/packages/rot13/__load__.zeek

cd packages/rot13
echo "plugin_dir = build/Demo_Rot13.tgz" >> zkg.meta
git commit -am 'new stuff'

cd ../..

echo "$(pwd)/packages/rot13" >> sources/one/bob/zkg.index
cd sources/one
git commit -am 'add rot13 package'