File: README

package info (click to toggle)
sagan 1.2.0-1.2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 6,604 kB
  • sloc: ansic: 21,146; sh: 4,499; asm: 1,002; perl: 282; makefile: 144
file content (13 lines) | stat: -rw-r--r-- 497 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Example RPM spec and system files for CentOS 7.

To prepare source tarballs from the Git repository execute the following commands:

1. For the Sagan
cd ~/rpmbuild/SOURCES
git clone https://github.com/beave/sagan.git sagan-1.0.0RC5
tar --exclude='.git*' -czf sagan-1.0.0RC5.tar.gz sagan-1.0.0RC5

2. For the Sagan Rules
cd ~/rpmbuild/SOURCES
git clone https://github.com/beave/sagan-rules.git
tar --exclude='.git*' -czf "sagan-rules-`git -C sagan-rules rev-parse --short HEAD`.tar.gz" sagan-rules