Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.buildout
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Xavier Thompson
slapos.buildout
Commits
fdef375a
Commit
fdef375a
authored
Mar 04, 2022
by
Godefroid Chapelle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Problem: wrong naming
Solution: fix it btw, exclude CI only file from sdist
parent
0bcfaeb1
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
MANIFEST.in
MANIFEST.in
+1
-1
Makefile.builds
Makefile.builds
+2
-2
builds/bare_machines/ci_build.sh
builds/bare_machines/ci_build.sh
+1
-1
builds/centos_containers/ci_build.sh
builds/centos_containers/ci_build.sh
+1
-1
builds/debian_containers/ci_build.sh
builds/debian_containers/ci_build.sh
+1
-1
builds/debian_sys_container/ci_build.sh
builds/debian_sys_container/ci_build.sh
+1
-1
No files found.
MANIFEST.in
View file @
fdef375a
...
...
@@ -16,5 +16,5 @@ prune .travis
recursive-exclude builds ci_build.sh
recursive-exclude news *
exclude .deepsource.toml
exclude ci_build.sh
exclude ci_build.sh
Makefile.builds
exclude news
Makefile.builds
View file @
fdef375a
include
Makefile
test_with_coverage
:
test_with
out
_coverage
:
PYTHONWARNINGS
=
$(PYTHONWARNINGS)
bin/test
-c
-vvv
test_with
out
_coverage
:
test_with_coverage
:
PYTHONWARNINGS
=
$(PYTHONWARNINGS)
RUN_COVERAGE
=
COVERAGE_REPORT
=
/home/buildout/sandbox/bin/test
-c
-vvv
builds/bare_machines/ci_build.sh
View file @
fdef375a
...
...
@@ -9,4 +9,4 @@ cd ../..
# which breaks test suite
pip
${
PYTHON_VER
}
uninstall
-y
six
||
true
python
${
PYTHON_VER
}
dev.py
make
-f
Makefile.builds test_with_coverage
make
-f
Makefile.builds test_with
out
_coverage
builds/centos_containers/ci_build.sh
View file @
fdef375a
...
...
@@ -5,4 +5,4 @@ set -e
cd
../..
docker build
-f
.github/workflows/Dockerfile
--tag
centos_buildout:python
${
PYTHON_VER
}
--build-arg
PYTHON_VER
=
${
PYTHON_VER
}
.
docker run
"centos_buildout:python
${
PYTHON_VER
}
"
make
-f
Makefile.builds test_with
out
_coverage
docker run
"centos_buildout:python
${
PYTHON_VER
}
"
make
-f
Makefile.builds test_with_coverage
builds/debian_containers/ci_build.sh
View file @
fdef375a
...
...
@@ -5,4 +5,4 @@ set -e
cd
../..
docker build
-f
.github/workflows/Dockerfile-debian
--tag
debian_buildout:python
${
PYTHON_VER
}
--build-arg
PYTHON_VER
=
${
PYTHON_VER
}
.
docker run
"debian_buildout:python
${
PYTHON_VER
}
"
make
-f
Makefile.builds test_with
out
_coverage
docker run
"debian_buildout:python
${
PYTHON_VER
}
"
make
-f
Makefile.builds test_with_coverage
builds/debian_sys_container/ci_build.sh
View file @
fdef375a
...
...
@@ -5,4 +5,4 @@ set -e
cd
../..
docker build
-f
.github/workflows/Dockerfile-debian-system
--tag
debian_system_buildout
.
docker run debian_system_buildout make
-f
Makefile.builds test_with
out
_coverage
docker run debian_system_buildout make
-f
Makefile.builds test_with_coverage
Write
Preview
Markdown
is supported
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