Kaydet (Commit) 3d8fa59a authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

bootstrap is now core in ./g

üst 19ec0a6d
...@@ -145,7 +145,7 @@ while shift ; do ...@@ -145,7 +145,7 @@ while shift ; do
done done
# do it! # do it!
DIRS="bootstrap $(cd $CLONEDIR ; ls)" DIRS="core $(cd $CLONEDIR ; ls)"
if [ "$COMMAND" = "clone" ] ; then if [ "$COMMAND" = "clone" ] ; then
DIRS=$(cat "$RAWBUILDDIR/bin/repo-list") DIRS=$(cat "$RAWBUILDDIR/bin/repo-list")
# update hooks in the main repo too # update hooks in the main repo too
...@@ -155,7 +155,7 @@ for REPO in $DIRS ; do ...@@ -155,7 +155,7 @@ for REPO in $DIRS ; do
DIR="$CLONEDIR/$REPO" DIR="$CLONEDIR/$REPO"
NAME="$REPO" NAME="$REPO"
HOOKDIR="../../../../git-hooks" HOOKDIR="../../../../git-hooks"
if [ "$REPO" = "bootstrap" ] ; then if [ "$REPO" = "core" ] ; then
DIR="$RAWBUILDDIR" DIR="$RAWBUILDDIR"
NAME="main repo" NAME="main repo"
HOOKDIR="../../git-hooks" HOOKDIR="../../git-hooks"
...@@ -228,7 +228,7 @@ for REPO in $DIRS ; do ...@@ -228,7 +228,7 @@ for REPO in $DIRS ; do
;; ;;
clone) clone)
EXTRA="$(git config remote.origin.url)" EXTRA="$(git config remote.origin.url)"
EXTRA=${EXTRA/bootstrap/${REPO}} EXTRA=${EXTRA/core/${REPO}}
;; ;;
esac esac
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment