~synergy-team/synergy-service:master

Last commit made on 2016-04-11
Get this branch:
git clone -b master https://git.launchpad.net/~synergy-team/synergy-service
Members of synergy-team can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~synergy-team/synergy-service

Recent commits

d36f7e9... by Vincent

rename service to "synergy"

Previously it was either "python-synergy-service" or "synergy"
depending on the platform.

c97a429... by Vincent

Merge branch 'openstack-ci'

2445c00... by Vincent

fix setup.py failing to build due to pbr

4940451... by Vincent

fix centos docker builder

The .git repo would not get cleaned up after a failed build, resulting
in incapacity of starting the container again.

195a6a7... by Vincent

add base files for OpenStack CI

Most of the files were created with cookiecutter.
http://docs.openstack.org/infra/manual/creators.html#preparing-a-new-git-repository-using-cookiecutter

96edf83... by Vincent

fix centos docker builder

The .git repo would not get cleaned up after a failed build, resulting
in incapacity of starting the container again.

028bd45... by Vincent

Merge branch 'py-entry-points'

Conflicts:
 synergy/service.py

f9e42f3... by Vincent

various fixes on packaging

- deb: postinst depends on "adduser" package
- deb: add upstart & systemv init scripts in deb package
- deb: postrm purge now removes init script
- deb: override lintian error about systemd/init script
- rpm: fix the cleaning stage
- rpm: fix /var/lib/synergy not being created and preventing systemd
  from starting the synergy service

e352ed0... by Vincent

add cleaning functions in packaging scripts

This way when a container as finished building, when can easily do a
rebuild with: docker start -a -i container_id

de14747... by Vincent

add packaging README