File: rss

package info (click to toggle)
apt-listbugs 0.1.47
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,048 kB
  • sloc: ruby: 2,339; sh: 166; makefile: 64
file content (10 lines) | stat: -rw-r--r-- 275 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -eu

# list bugs of package 'apt' in RSS format
apt-listbugs rss apt > $AUTOPKGTEST_ARTIFACTS/bugs_apt.rss

# list bugs filed against all the installed packages
/usr/share/doc/apt-listbugs/examples/rc2rss \
 > $AUTOPKGTEST_ARTIFACTS/bugs_installedpackages.rss