#!/bin/sh

for i in update-*; do ls $i/* | grep -v 'repodata' | md5sum > $i.list; done
