#!/bin/sh
-LIST=`/bin/ls -1d wrapfs-*/.git | cut -d/ -f1`
+LIST=`echo wrapfs-2* wrapfs-3.[0-9].y wrapfs-3.[0-9][0-9].y wrapfs-4.[0-9].y wrapfs-4.[0-9][0-9].y wrapfs-latest`
+#LIST=`echo wrapfs-4.[0-9].y wrapfs-4.[0-9][0-9].y`
if test -z "$1" ; then
echo "Usage: $0 [+[alw]] cmd [args...]"
;;
esac
-nruncmd git checkout master
-nruncmd git pull korg $THIS_REPO
-nruncmd git checkout wrapfs
-nruncmd git merge wrapfs
+runcmd git checkout master
+runcmd git describe
+runcmd git pull korg linux-${THIS_REPO}.y
+runcmd git describe
+
+runcmd git checkout wrapfs
+runcmd git describe
+runcmd git merge --no-edit master
+runcmd git describe