added missing ADOdb to list of repos in need to swtich

This commit is contained in:
Ralf Becker 2016-06-27 18:40:35 +02:00 committed by GitHub
parent 6a55dbfc08
commit 13a9373df4

View File

@ -23,5 +23,5 @@
* # run grunt manually after every update, or better uncomment grunt steps in .mrconfig
### Switching to stable 16.1 branch from 14.x or master
for d in . * activesync/vendor/z-push/z-push ; do [ -d $d/.git ] && (echo $d; cd $d; git checkout 16.1); done
for d in . * activesync/vendor/z-push/z-push api/src/Db/ADOdb ; do [ -d $d/.git ] && (echo $d; cd $d; git checkout 16.1); done