Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uffd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Luca (strifel)
uffd
Commits
2082d20e
Commit
2082d20e
authored
3 years ago
by
nd
Committed by
nd
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
move changelog to top level
parent
ef627d51
No related branches found
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
CHANGELOG
+11
-0
11 additions, 0 deletions
CHANGELOG
debian/changelog
+0
-5
0 additions, 5 deletions
debian/changelog
debian/rules
+1
-1
1 addition, 1 deletion
debian/rules
uffd/__init__.py
+1
-1
1 addition, 1 deletion
uffd/__init__.py
with
14 additions
and
7 deletions
.gitlab-ci.yml
+
1
−
0
View file @
2082d20e
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
CHANGELOG
0 → 100644
+
11
−
0
View file @
2082d20e
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
This diff is collapsed.
Click to expand it.
debian/changelog
deleted
100644 → 0
+
0
−
5
View file @
ef627d51
uffd (0.1.2) unstable; urgency=medium
* Initial release.
-- Andreas Valder <nd@cccv.de> Fri, 31 Jul 2021 23:02:31 +0200
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
1
View file @
2082d20e
#!/usr/bin/make -f
export DH_VERBOSE = 1
#
export DH_VERBOSE = 1
export PYBUILD_NAME=uffd
...
...
This diff is collapsed.
Click to expand it.
uffd/__init__.py
+
1
−
1
View file @
2082d20e
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment