Skip to content

Commit

Permalink
Add SBS module
Browse files Browse the repository at this point in the history
  • Loading branch information
bertfrees committed Jul 10, 2015
1 parent 0f11a77 commit 024fdea
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
/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-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
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ DEBS := $(addprefix roles/test-server/files/debs/,org/daisy/pipeline/assembly/1.
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-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 \
)

.PHONY : all vagrant_ssh_config clean
Expand Down
3 changes: 2 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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, NLB, Nota, Celia and Dedicon. All 4.3 related work that has been done so far has been included.
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
--------------------
Expand All @@ -19,3 +19,4 @@ Components
- pipeline-mod-mtm [1.0.0](https://github.com/snaekobbi/pipeline-mod-mtm/releases/tag/v1.0.0)
- pipeline-mod-nlb [1.0.0](https://github.com/snaekobbi/pipeline-mod-nlb/releases/tag/v1.0.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)
1 change: 1 addition & 0 deletions roles/test-server/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
- 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-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: dpkg -i /tmp/debs/*.deb
- service:
name: "{{ item }}"
Expand Down

0 comments on commit 024fdea

Please sign in to comment.