What is the objective of SPLZFSTAG=${SPLZFSTAG:-upstream-master} here ?
1042 SPLZFSVER=${SPLZFSVER:-0.6.2}
1043 SPLZFSTAG=${SPLZFSTAG:-upstream-master}
1061 > if [ -n "$SPLZFSTAG" ]; then
1062 > git checkout $SPLZFSTAG
1063 > else
1064 > git checkout -b lbuild $pkg-$SPLZFSVER
1065 > fi
$ git checkout upstream-master
error: pathspec 'upstream-master' did not match any file(s) known to git.
parinay@osh:~/Code/zfs$
parinay v kondekar (Inactive)
added a comment -
What is the objective of SPLZFSTAG=${SPLZFSTAG:-upstream-master} here ?
1042 SPLZFSVER=${SPLZFSVER:-0.6.2}
1043 SPLZFSTAG=${SPLZFSTAG:-upstream-master}
1061 > if [ -n "$SPLZFSTAG" ]; then
1062 > git checkout $SPLZFSTAG
1063 > else
1064 > git checkout -b lbuild $pkg-$SPLZFSVER
1065 > fi
$ git checkout upstream-master
error: pathspec 'upstream-master' did not match any file(s) known to git.
parinay@osh:~/Code/zfs$
Pushed, most recent zfs/spl into local tree on branch named upstream-master, use of this branch will be updated with http://review.whamcloud.com/7090
Nathaniel Clark
added a comment - Pushed, most recent zfs/spl into local tree on branch named upstream-master, use of this branch will be updated with http://review.whamcloud.com/7090