unity/scripts/respin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 76259322d02e2ebe72bd07f697957ac7e33c4b2c Author: Jeroen van Meeuwen (Fedora Unity) kanarip@fedoraunity.org Date: Fri Feb 27 17:26:15 2009 +0100
Remove the head -n 1 testing thing
diff --git a/unity/scripts/respin.sh b/unity/scripts/respin.sh index b415582..2eb0eb6 100755 --- a/unity/scripts/respin.sh +++ b/unity/scripts/respin.sh @@ -179,7 +179,7 @@ for version in $VERSIONS; do if [ $LIVE -eq 1 ]; then cd ${revisor_cwd}
- for spin in `${revisor_cmd} --config /etc/revisor-unity/f$version-live-respin.conf --list-models | grep "^ f$version-$arch-" | awk '{print $1}' | head -n 1`; do + for spin in `${revisor_cmd} --config /etc/revisor-unity/f$version-live-respin.conf --list-models | grep "^ f$version-$arch-" | awk '{print $1}'`; do
echo "Creating $spin"
revisor-devel@lists.stg.fedorahosted.org