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
8
Merge Requests
8
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
slapos.buildout
Commits
394bb6f2
Commit
394bb6f2
authored
Jan 14, 2020
by
Godefroid Chapelle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[actions] fix scripts and setuptools-master workflows
parent
f74af6c5
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
14 additions
and
4 deletions
+14
-4
.github/workflows/scripts-2.7.cfg
.github/workflows/scripts-2.7.cfg
+3
-0
.github/workflows/scripts-3.5.cfg
.github/workflows/scripts-3.5.cfg
+1
-0
.github/workflows/scripts-3.6.cfg
.github/workflows/scripts-3.6.cfg
+1
-0
.github/workflows/scripts-3.7.cfg
.github/workflows/scripts-3.7.cfg
+1
-0
.github/workflows/scripts-versions-2.7.cfg
.github/workflows/scripts-versions-2.7.cfg
+2
-0
.github/workflows/scripts.yml
.github/workflows/scripts.yml
+3
-2
.github/workflows/setuptools-master.yml
.github/workflows/setuptools-master.yml
+3
-2
No files found.
.github/workflows/scripts-2.7.cfg
0 → 100644
View file @
394bb6f2
[buildout]
extends = scripts.cfg
scripts-versions-2.7.cfg
.github/workflows/scripts-3.5.cfg
0 → 120000
View file @
394bb6f2
scripts.cfg
\ No newline at end of file
.github/workflows/scripts-3.6.cfg
0 → 120000
View file @
394bb6f2
scripts.cfg
\ No newline at end of file
.github/workflows/scripts-3.7.cfg
0 → 120000
View file @
394bb6f2
scripts.cfg
\ No newline at end of file
.github/workflows/scripts-versions-2.7.cfg
0 → 100644
View file @
394bb6f2
[versions]
more-itertools = 5.0.0
.github/workflows/scripts.yml
View file @
394bb6f2
...
...
@@ -24,9 +24,10 @@ jobs:
-
name
:
Run buildout
env
:
PACKAGE
:
${{matrix.package}}
PYTHON_VERSION
:
${{matrix.python-version}}
run
:
|
sandbox/bin/buildout -v -c .github/workflows/scripts.cfg annotate buildout
sandbox/bin/buildout -c .github/workflows/scripts.cfg
sandbox/bin/buildout -v -c .github/workflows/scripts
-${PYTHON_VERSION}
.cfg annotate buildout
sandbox/bin/buildout -c .github/workflows/scripts
-${PYTHON_VERSION}
.cfg
-
name
:
Check eggs
run
:
|
ls -al sandbox/eggs
...
...
.github/workflows/setuptools-master.yml
View file @
394bb6f2
...
...
@@ -38,9 +38,10 @@ jobs:
-
name
:
Run buildout
env
:
PACKAGE
:
${{matrix.package}}
PYTHON_VERSION
:
${{matrix.python-version}}
run
:
|
sandbox/bin/buildout -v -c .github/workflows/scripts.cfg annotate buildout
sandbox/bin/buildout -c .github/workflows/scripts.cfg
sandbox/bin/buildout -v -c .github/workflows/scripts
-${PYTHON_VERSION}
.cfg annotate buildout
sandbox/bin/buildout -c .github/workflows/scripts
-${PYTHON_VERSION}
.cfg
-
name
:
Check eggs
run
:
|
ls -al sandbox/eggs
...
...
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