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
cubicweb
Commits
64640b91d75b
Commit
d333eb27
authored
Jul 13, 2021
by
Fabien Amarger
Browse files
chore(tox): Remove deb-publish from tox.ini
parent
18c75648c2f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
tox.ini
View file @
64640b91
...
...
@@ -126,31 +126,6 @@ deps = yamllint
commands
=
yamllint
.
[testenv:deb-publish]
passenv
=
JENKINS_USER JENKINS_TOKEN
basepython
=
python3
skip_install
=
true
whitelist_externals
=
rm
sh
hg
python3
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:black]
basepython
=
python3
skip_install
=
true
...
...
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