Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
celerytask
Commits
3d332e291c0f
Commit
d3ee0e3d
authored
Jul 16, 2021
by
Laurent Peuch
Browse files
chore: remove debian/fedora packaging
parent
2a707426190a
Pipeline
#68961
failed with stages
in 1 minute and 15 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
MANIFEST.in
View file @
3d332e29
...
...
@@ -6,7 +6,6 @@ recursive-include cubicweb_celerytask/i18n *.po
recursive-include cubicweb_celerytask/wdoc *
recursive-include test/data bootstrap_cubes *.py
include *.ini
recursive-include debian changelog compat control copyright rules
include cubicweb-%(cubename)s.spec
include README.rst
exclude .yamllint
...
...
tox.ini
View file @
3d332e29
...
...
@@ -33,24 +33,6 @@ commands =
twine
check
dist/*
twine
upload
--skip-existing
dist/*
[testenv:deb-publish]
passenv
=
JENKINS_USER JENKINS_TOKEN
basepython
=
python3
skip_install
=
true
whitelist_externals
=
rm
sh
hg
deps
=
httpie
commands
=
hg
clean
--all
--dirs
--files
rm
-rf
build
dist
.egg
.egg-info
python3
setup.py
sdist
sh
-c
"
PACKAGE_NAME
=
$(python3 setup.py --name) && VERSION=$(python3 setup.py --version) && cd dist && tar xf $PACKAGE_NAME-$VERSION.tar.gz && cd $PACKAGE_NAME-$VERSION && cp -a {toxinidir}/debian . && mk-origtargz --rename ../$PACKAGE_NAME-$VERSION.tar.gz && dpkg-buildpackage -us -uc --no-check-builddeps --build=source "
sh
-c
"cd
dist
&&
dcmd
zip
latest.zip
*.changes"
http
-f
POST
https://{env:JENKINS_USER}:{env:JENKINS_TOKEN}@jenkins.intra.logilab.fr/job/pkg-from-dsc/buildWithParameters
DIST
=
buster source.zip@dist/latest.zip REPO=buster PUBLISH=true
[testenv:yamllint]
skip_install
=
true
deps
=
yamllint
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment