mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Update notes for 2017-01-23
This commit is contained in:
@ -226,3 +226,15 @@ $ JAVA_OPTS="-Xmx512m -Dfile.encoding=UTF-8" /home/cgspace.cgiar.org/bin/dspace
|
||||
## 2017-01-23
|
||||
|
||||
- I merged Atmire's pull request into the development branch so they can deploy it on DSpace Test
|
||||
- Move some old ILRI Program communities to a new subcommunity for former programs (10568/79164):
|
||||
|
||||
```
|
||||
$ for community in 10568/171 10568/27868 10568/231 10568/27869 10568/150 10568/230 10568/32724 10568/172; do /home/cgspace.cgiar.org/bin/dspace community-filiator --remove --parent=10568/27866 --child="$community" && /home/cgspace.cgiar.org/bin/dspace community-filiator --set --parent=10568/79164 --child="$community"; done
|
||||
```
|
||||
|
||||
- Move some collections with [`move-collections.sh`](https://gist.github.com/alanorth/e60b530ed4989df0c731afbb0c640515) using the following config:
|
||||
|
||||
```
|
||||
10568/42161 10568/171 10568/79341
|
||||
10568/41914 10568/171 10568/79340
|
||||
```
|
||||
|
Reference in New Issue
Block a user