Switch from tags to branch
This commit is contained in:
@@ -635,7 +635,7 @@ fromSource() {
|
|||||||
git -C "$GITSRCDIR" worktree add -fd "$gitworktreedir" master
|
git -C "$GITSRCDIR" worktree add -fd "$gitworktreedir" master
|
||||||
else
|
else
|
||||||
gitworktreedir="$SRCDIR/$profile/$RELEASE"
|
gitworktreedir="$SRCDIR/$profile/$RELEASE"
|
||||||
git -C "$GITSRCDIR" worktree add -fd "$gitworktreedir" "v$RELEASE"
|
git -C "$GITSRCDIR" worktree add -fd "$gitworktreedir" "openwrt-${RELEASE%.*}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
seed_file="$gitworktreedir/.config"
|
seed_file="$gitworktreedir/.config"
|
||||||
|
|||||||
Reference in New Issue
Block a user