Skip to content
Snippets Groups Projects
Commit 2082d20e authored by nd's avatar nd Committed by nd
Browse files

move changelog to top level

parent ef627d51
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,7 @@ build:apt:
script:
- apt update
- apt-get install -y python3-all debhelper python3-pip git-buildpackage
- cp CHANGELOG debian/changelog
- export PYBUILD_INSTALL_ARGS="--install-lib=/usr/share/uffd/ --install-scripts=/usr/share/uffd/"
- gbp dch --ignore-branch --debian-tag=v%\(version\)s
- dpkg-buildpackage -us -uc
......
uffd (0.2.0) unstable; urgency=medium
* Working debian packages
-- CCCV <it@cccv.de> Sat, 31 Jul 2021 20:26:25 +0200
uffd (0.1.2) unstable; urgency=medium
* Initial release.
-- Andreas Valder <nd@cccv.de> Fri, 30 Jul 2021 23:02:31 +0200
uffd (0.1.2) unstable; urgency=medium
* Initial release.
-- Andreas Valder <nd@cccv.de> Fri, 31 Jul 2021 23:02:31 +0200
#!/usr/bin/make -f
export DH_VERBOSE = 1
#export DH_VERBOSE = 1
export PYBUILD_NAME=uffd
......
......@@ -63,7 +63,7 @@ def create_app(test_config=None): # pylint: disable=too-many-locals
# We might only have read access to app.instance_path
try:
os.makedirs(app.instance_path, exist_ok=True)
except:
except: # pylint: disable=bare-except
pass
db.init_app(app)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment