Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37894575
en ru br
ALT Linux repos
S:0.7-alt1

Group :: Development/Other
RPM: repocop-unittest-distribution-tag

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

#!/bin/sh

sqlite3 "$REPOCOP_TEST_TMPDIR/tmp.db" <<EOSQL
ATTACH DATABASE '$REPOCOP_TEST_DBDIR/rpm.db' AS rpm;
.mode tabs
.output $REPOCOP_TEST_TMPDIR/msg
SELECT pkgid FROM rpm WHERE distribution IS NULL OR distribution <> 'ALT Linux';
EOSQL
for i in `cat $REPOCOP_TEST_TMPDIR/msg`; do repocop-test-warn -k $i "Bad Distribution: tag in a package."; done
rm $REPOCOP_TEST_TMPDIR/*
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin