Change-Id: I173d9a04049d88b2a9f5c87b6dc82ef057482fe4
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
package:
python3 setup.py --command-packages=stdeb.command sdist_dsc
cp debian/python3-osm-common.postinst deb_dist/osm-common*/debian
- cd deb_dist/osm-common*/ && dpkg-buildpackage -rfakeroot -uc -us
+ cd deb_dist/osm-common*/ && dpkg-buildpackage -rfakeroot -uc -us
# See the License for the specific language governing permissions and
# limitations under the License.
-version = '7.0.0.post2'
-date_version = '2019-12-20'
+version = '7.0.0.post4'
+date_version = '2019-01-21'
# try to get version from installed package. Skip if fails
try:
"""
Connect to database
:param config: Configuration of database. Contains among others:
- host: database hosst (mandatory)
+ host: database host (mandatory)
port: database port (mandatory)
name: database name (mandatory)
user: database username