File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 55
55
56
56
# this needs you manully clont the wernermisc.git to MILKYMIST_GIT_DIR
57
57
echo " handle cvs rtems and werner's patch ..."
58
- rm -rf $( MILKYMIST_GIT_DIR) /rtems
59
- (cd $( MILKYMIST_GIT_DIR) && cvs -d :pserver:anoncvs@www.rtems.com:/usr1/CVS co rtems)
60
- (cd $( MILKYMIST_GIT_DIR) /rtems && rm -f patches && ln -s ../wernermisc.git/m1/patches/rtems/ patches)
61
- (cd $( MILKYMIST_GIT_DIR) /rtems/patches && git fetch -a && git reset --hard origin/master)
62
- (cd $( MILKYMIST_GIT_DIR) /rtems && quilt push -a)
58
+ rm -rf ${ MILKYMIST_GIT_DIR} /rtems
59
+ (cd ${ MILKYMIST_GIT_DIR} && cvs -d :pserver:anoncvs@www.rtems.com:/usr1/CVS co rtems)
60
+ (cd ${ MILKYMIST_GIT_DIR} /rtems && rm -f patches && ln -s ../wernermisc.git/m1/patches/rtems/ patches)
61
+ (cd ${ MILKYMIST_GIT_DIR} /rtems/patches && git fetch -a && git reset --hard origin/master)
62
+ (cd ${ MILKYMIST_GIT_DIR} /rtems && quilt push -a)
63
63
64
64
echo " get git versions ..."
65
65
get-feeds-revision ${MILKYMIST_GIT_DIR} /autotest-m1.git
You can’t perform that action at this time.
0 commit comments