File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 4444 - run :
4545 name : Test container (integration tests)
4646 command : |
47- docker run --name backuppc-integration --detach adferrand/backuppc
47+ docker run --name backuppc-integration --detach -p 8080:8080 adferrand/backuppc
4848 sleep 5
4949 status=`docker exec backuppc-integration su backuppc -c "/usr/local/BackupPC/bin/BackupPC_serverMesg status"`
5050 pattern="Got reply:"" ok"
Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## [ 4.3.0-3] - 06/12/2018
6+ ### Added
7+ * Hostname in BackupPC instance is now in sync with the container hostname, and can be set using ` --hostname ` at container start (#12 @Alveel )
8+ * Add basic integration tests during the CI
9+
10+ ### Changed
11+ * Update perl lib BackupPC::XS to 0.58
12+ * Update rsync-bpc to 3.1.2.0
13+
514## [ 4.3.0-2] - 27/11/2018
6- ### Modified
15+ ### Changed
716* Bugfix: fallback to rsync-bpc to 3.0.9.12 and BackupPC::XS 0.57 because upstream is broken
817* Versions 4.3.0-1 and 4.3.0 are also patched with this bugfix
918
Original file line number Diff line number Diff line change 1- 4.3.0-2
1+ 4.3.0-3
You can’t perform that action at this time.
0 commit comments