File: cache-refresh

package info (click to toggle)
appstream 1.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 17,984 kB
  • sloc: ansic: 51,037; xml: 10,459; cpp: 4,721; python: 537; sh: 261; makefile: 25
file content (10 lines) | stat: -rwxr-xr-x 239 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
# autopkgtest check: Build the data cache, ensure no errors happen while doing that.
# (c) 2015 Matthias Klumpp <mak@debian.org>
set -e

export G_DEBUG=fatal-warnings

appstreamcli refresh-cache --force --verbose

echo "run: OK"