diff --git a/debian/changelog b/debian/changelog index 8c0468efa1d42c863614a615506a16391bbd8e6a..2e7fa16772a4a9a85ffdedae31dcb5ef02c327cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpman (0.1.3) UNRELEASED; urgency=medium +dcpman (0.1.2) UNRELEASED; urgency=medium [ Adar Nimrod ] * Create debian changelog from git commits when building. @@ -7,37 +7,13 @@ dcpman (0.1.3) UNRELEASED; urgency=medium * Added output to log file on every verification. * Revert "Added output to log file on every verification." * Work on future feature (full ingest of DCP from removable media). - * Improved clean. - * modified: fabfile.py - * Added output to log file on every verification. - * Revert "Added output to log file on every verification." - * Work on future feature (full ingest of DCP from removable media). - - [ Nimrod Adar ] - - [ Adar Nimrod ] - * Improved clean. - * modified: fabfile.py - * Added output to log file on every verification. - * Revert "Added output to log file on every verification." - * Work on future feature (full ingest of DCP from removable media). - - [ Nimrod Adar ] - - [ Adar Nimrod ] - * Improved clean. - * modified: fabfile.py - * Added output to log file on every verification. - * Revert "Added output to log file on every verification." - * Work on future feature (full ingest of DCP from removable media). - - [ Nimrod Adar ] + * Added output to syslog in manager.py. - -- Nimrod Adar <nimrod@shore.co.il> Tue, 16 Sep 2014 11:01:49 +0300 + -- Adar Nimrod <nimrod@nimrod.shore.co.il> Thu, 25 Sep 2014 12:46:29 +0300 dcpman (0.1) UNRELEASED; urgency=medium * Initial release. - -- Nimrod Adar <nimrod@shore.co.il> Sun, 29 Jun 2014 16:19:53 +0300 + -- Adar Nimrod <nimrod@shore.co.il> Sun, 29 Jun 2014 16:19:53 +0300 diff --git a/fabfile.py b/fabfile.py index 35c0785fd62f59d506befe52c48f695147ae4cda..a020f96772609f32aaeb4f1e062c7ecbb9d26d53 100644 --- a/fabfile.py +++ b/fabfile.py @@ -11,7 +11,7 @@ def publish (): @task def build (): - local ('''git dch -a''') + #local ('''git dch -a''') local ('''dpkg-buildpackage''') @task