mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
added missing ADOdb to list of repos in need to swtich
This commit is contained in:
parent
6a55dbfc08
commit
13a9373df4
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user