summaryrefslogtreecommitdiff
path: root/test/test.d/create-filelists.sh
AgeCommit message (Collapse)Author
2014-06-18The eval+printf %q thing wasn't worth the hard-to-read codeLuke Shumaker
2014-06-17more quoting fixesLuke Shumaker
2013-06-17fix testsLuke Shumaker
- properly set SRCPOOL - have SVNREPO point to the checkout, not the server repo - in case TMPDIR has a symlink in it, use `readlink -e` on both sides of inspecting symlinks. - use `grep {pattern} &>/dev/null` instead of `grep -q {pattern}`. Because `grep -q` is able to bail early, a program being piped in to it may spit out a message about a write error to stderr.
2013-06-16Don't make assumptions about the host architecture.Luke Shumaker
2011-11-05Adjust tests to use new db-remove interfacePierre Schmitz
2011-03-26Use repo-add to create the files database for each repoPierre Schmitz
2011-03-23Add support for packages which use the epoch variablePierre Schmitz
2010-11-25Rewrote create-filelistsPierre Schmitz
* use correct locking of the repos * added test case * removes file lists of deleted packages * add compression independent symlink to files db