Skip to content

Commit

Permalink
release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bertfrees committed Aug 19, 2015
2 parents 1470e12 + 92a8bbd commit a06b7ec
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/ssh_config
.DS_Store
/.vagrant/
/roles/test-server/files/debs/org/daisy/pipeline/assembly/1.9.1/assembly-1.9.1-all.deb
/roles/test-server/files/debs/org/daisy/pipeline/assembly/1.9.2/assembly-1.9.2-all.deb
/roles/test-server/files/debs/org/daisy/pipeline/assembly/1.9.1/assembly-1.9.1-webui_all.deb
/roles/test-server/files/debs/org/daisy/pipeline/modules/braille/mod-celia/1.0.0/mod-celia-1.0.0-all.deb
/roles/test-server/files/debs/org/daisy/pipeline/modules/braille/mod-dedicon/1.0.0/mod-dedicon-1.0.0-all.deb
/roles/test-server/files/debs/org/daisy/pipeline/modules/braille/mod-mtm/1.0.0/mod-mtm-1.0.0-all.deb
/roles/test-server/files/debs/org/daisy/pipeline/modules/braille/mod-nlb/1.0.0/mod-nlb-1.0.0-all.deb
/roles/test-server/files/debs/org/daisy/pipeline/modules/braille/mod-nlb/1.1.0/mod-nlb-1.1.0-all.deb
/roles/test-server/files/debs/org/daisy/pipeline/modules/braille/mod-nota/1.0.0/mod-nota-1.0.0-all.deb
/roles/test-server/files/debs/org/daisy/pipeline/modules/braille/mod-sbs/1.0.0/mod-sbs-1.0.0-all.deb
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
DEBS := $(addprefix roles/test-server/files/debs/,org/daisy/pipeline/assembly/1.9.1/assembly-1.9.1-all.deb \
DEBS := $(addprefix roles/test-server/files/debs/,org/daisy/pipeline/assembly/1.9.2/assembly-1.9.2-all.deb \
org/daisy/pipeline/assembly/1.9.1/assembly-1.9.1-webui_all.deb \
org/daisy/pipeline/modules/braille/mod-celia/1.0.0/mod-celia-1.0.0-all.deb \
org/daisy/pipeline/modules/braille/mod-dedicon/1.0.0/mod-dedicon-1.0.0-all.deb \
org/daisy/pipeline/modules/braille/mod-mtm/1.0.0/mod-mtm-1.0.0-all.deb \
org/daisy/pipeline/modules/braille/mod-nlb/1.0.0/mod-nlb-1.0.0-all.deb \
org/daisy/pipeline/modules/braille/mod-nlb/1.1.0/mod-nlb-1.1.0-all.deb \
org/daisy/pipeline/modules/braille/mod-nota/1.0.0/mod-nota-1.0.0-all.deb \
org/daisy/pipeline/modules/braille/mod-sbs/1.0.0/mod-sbs-1.0.0-all.deb \
)
Expand Down
31 changes: 26 additions & 5 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,14 +1,35 @@
Braille in DP2 v1.1.0
=====================

Requirements covered
--------------------
- [v1.0#4.3:53](http://snaekobbi.github.io/requirements/v1.0/index.xhtml#4.3:53)
- [v1.0#4.3:54](http://snaekobbi.github.io/requirements/v1.0/index.xhtml#4.3:54)
- [v1.0#4.3:55](http://snaekobbi.github.io/requirements/v1.0/index.xhtml#4.3:55)

Components
----------
- pipeline-assembly [1.9.2](https://github.com/daisy/pipeline-assembly/releases/tag/v1.9.2) (incl. pipeline-mod-braille
[1.9.2](https://github.com/daisy/pipeline-mod-braille/releases/tag/v1.9.2))
- pipeline-mod-celia [1.0.0](https://github.com/snaekobbi/pipeline-mod-celia/releases/tag/v1.0.0)
- pipeline-mod-dedicon [1.0.0](https://github.com/snaekobbi/pipeline-mod-dedicon/releases/tag/v1.0.0)
- pipeline-mod-mtm [1.0.0](https://github.com/snaekobbi/pipeline-mod-mtm/releases/tag/v1.0.0)
- pipeline-mod-nlb [1.1.0](https://github.com/snaekobbi/pipeline-mod-nlb/releases/tag/v1.1.0)
- pipeline-mod-nota [1.0.0](https://github.com/snaekobbi/pipeline-mod-nota/releases/tag/v1.0.0)
- pipeline-mod-sbs [1.0.0](https://github.com/snaekobbi/pipeline-mod-sbs/releases/tag/v1.0.0)


Braille in DP2 v1.0.0
=====================
This first release provides a basic working system consisting of the DP2 server and web UI, plus agency-specific modules for MTM, SBS, NLB, Nota, Celia and Dedicon. All 4.3 related work that has been done so far has been included.

Requirements covered
--------------------
- [v1.0#4.3:34](http://dev.pef-format.org/dp2/v1.0/index.xhtml#4.3:34) (partly)
- [v1.0#4.3:37](http://dev.pef-format.org/dp2/v1.0/index.xhtml#4.3:37) (partly)
- [v1.0#4.3:38](http://dev.pef-format.org/dp2/v1.0/index.xhtml#4.3:38) (partly)
- [v1.0#4.3:39](http://dev.pef-format.org/dp2/v1.0/index.xhtml#4.3:39) (partly)
- [v1.0#4.3:41](http://dev.pef-format.org/dp2/v1.0/index.xhtml#4.3:41) (partly)
- [v1.0#4.3:34](http://snaekobbi.github.io/requirements/v1.0/index.xhtml#4.3:34) (partly)
- [v1.0#4.3:37](http://snaekobbi.github.io/requirements/v1.0/index.xhtml#4.3:37) (partly)
- [v1.0#4.3:38](http://snaekobbi.github.io/requirements/v1.0/index.xhtml#4.3:38) (partly)
- [v1.0#4.3:39](http://snaekobbi.github.io/requirements/v1.0/index.xhtml#4.3:39) (partly)
- [v1.0#4.3:41](http://snaekobbi.github.io/requirements/v1.0/index.xhtml#4.3:41) (partly)

Components
----------
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Assembly of the complete system in the form of an [Ansible][] script

vagrant up
make
ansible-playbook test-server.yml
ansible-playbook test-server.yml -l test

Now open the web UI at http://192.168.50.4:9000. When asked for the web API's address for the Pipeline 2
Engine, enter "http://localhost:8181/ws".
Expand Down
4 changes: 2 additions & 2 deletions roles/test-server/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
src: "{{ item }}"
dest: /tmp/debs/
with_items:
- debs/org/daisy/pipeline/assembly/1.9.1/assembly-1.9.1-all.deb
- debs/org/daisy/pipeline/assembly/1.9.2/assembly-1.9.2-all.deb
- debs/org/daisy/pipeline/assembly/1.9.1/assembly-1.9.1-webui_all.deb
- debs/org/daisy/pipeline/modules/braille/mod-celia/1.0.0/mod-celia-1.0.0-all.deb
- debs/org/daisy/pipeline/modules/braille/mod-dedicon/1.0.0/mod-dedicon-1.0.0-all.deb
- debs/org/daisy/pipeline/modules/braille/mod-mtm/1.0.0/mod-mtm-1.0.0-all.deb
- debs/org/daisy/pipeline/modules/braille/mod-nlb/1.0.0/mod-nlb-1.0.0-all.deb
- debs/org/daisy/pipeline/modules/braille/mod-nlb/1.1.0/mod-nlb-1.1.0-all.deb
- debs/org/daisy/pipeline/modules/braille/mod-nota/1.0.0/mod-nota-1.0.0-all.deb
- debs/org/daisy/pipeline/modules/braille/mod-sbs/1.0.0/mod-sbs-1.0.0-all.deb
- shell: DEBIAN_FRONTEND=noninteractive dpkg -i /tmp/debs/*.deb
Expand Down

0 comments on commit a06b7ec

Please sign in to comment.