File: build.sh

package info (click to toggle)
createrepo-c 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,632 kB
  • sloc: ansic: 31,242; python: 4,868; xml: 2,669; sh: 363; makefile: 26; perl: 7
file content (5 lines) | stat: -rwxr-xr-x 67 bytes parent folder | download | duplicates (3)
1
2
3
4
5
#!/bin/sh

for spec in fake-*.spec; do
    rpmbuild -ba $spec
done