#!/bin/sh
# fix/conform all remotes/URLs for wrapfs GIT repos
-FSL_GIT="ssh://git.fsl.cs.sunysb.edu/scm/git/ROHIT"
+FSL_GIT="ssh://git.fsl.cs.sunysb.edu/scm/git"
KORG_GIT="git://git.kernel.org/pub/scm/linux/kernel/git"
# function to execute commands
# find out what repo I'm supposed to be (allow override from cmd-line)
if test -z "$1"; then
- THIS_REPO=`basename $PWD | sed -e 's/^wrapfs-//'`
+ THIS_REPO=`basename $PWD | sed -e 's/^wrapfs-//' -e 's/\.y$//'`
else
THIS_REPO="$1"
fi
2.6.* | 3.* | 4.* | 5.* | latest ) ;;
* ) echo This repo is unknown: $THIS_REPO
exit 1
- ;;
+ ;;
esac
# verify we have both master and wrapfs branches