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
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
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
thies
uffd
Commits
43c09a8c
Verified
Commit
43c09a8c
authored
3 years ago
by
nd
Browse files
Options
Downloads
Patches
Plain Diff
package uffd for apt
parent
8eb63bdc
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+17
-0
17 additions, 0 deletions
.gitlab-ci.yml
debian/changelog
+5
-0
5 additions, 0 deletions
debian/changelog
debian/control
+19
-0
19 additions, 0 deletions
debian/control
debian/rules
+7
-0
7 additions, 0 deletions
debian/rules
with
48 additions
and
0 deletions
.gitlab-ci.yml
+
17
−
0
View file @
43c09a8c
...
...
@@ -81,3 +81,20 @@ publish-pip:
-
TWINE_USERNAME="${PYPI_USERNAME}" TWINE_PASSWORD="${PYPI_PASSWORD}" python3 -m twine upload dist/*
rules
:
-
if
:
'
$CI_COMMIT_TAG
=~
/v[0-9]+[.][0-9]+[.][0-9]+.*/'
publish-apt
:
stage
:
deploy
script
:
-
apt update
-
apt-get install -y python3-all debhelper python3-pip git-buildpackage
-
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
-
mkdir build
-
mv ../*.deb build/
artifacts
:
paths
:
-
build/*
-
debian/changelog
rules
:
-
if
:
'
$CI_COMMIT_TAG
=~
/v[0-9]+[.][0-9]+[.][0-9]+.*/'
This diff is collapsed.
Click to expand it.
debian/changelog
0 → 100644
+
5
−
0
View file @
43c09a8c
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/control
0 → 100644
+
19
−
0
View file @
43c09a8c
Source: uffd
Section: python
Priority: optional
Maintainer: CCCV <it@cccv.de>
Build-Depends:
debhelper-compat (= 12),
dh-python,
python3-all,
python3-setuptools,
Standards-Version: 4.5.0
Homepage: https://git.cccv.de/uffd/uffd
Vcs-Git: https://git.cccv.de/uffd/uffd.git
Package: uffd
Architecture: any
Depends:
${misc:Depends},
${python3:Depends},
Description: UserFerwaltungsFrontend: Ldap based single sign on and user management web software
This diff is collapsed.
Click to expand it.
debian/rules
0 → 100755
+
7
−
0
View file @
43c09a8c
#!/usr/bin/make -f
export DH_VERBOSE = 1
export PYBUILD_NAME=uffd
%:
dh $@ --with python3 --buildsystem pybuild
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