Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos
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
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
slapos
Commits
1dc2b5dd
Commit
1dc2b5dd
authored
Sep 30, 2022
by
Ophélie Gagnard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update shebangs to python3.
parent
a715aabc
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
format-json
format-json
+1
-1
update-hash
update-hash
+1
-1
validate-schema
validate-schema
+1
-1
No files found.
format-json
View file @
1dc2b5dd
#!/usr/bin/env python
#!/usr/bin/env python
3
r"""Command-line tool to format software release JSON for slapos.
Inspired by json.tool from python, but enforcing 2 spaces and non-sorted keys.
...
...
update-hash
View file @
1dc2b5dd
#!/usr/bin/env python
#!/usr/bin/env python
3
"""
Helper script to update buildout.hash.cfg
...
...
validate-schema
View file @
1dc2b5dd
#!/usr/bin/env python
#!/usr/bin/env python
3
import
argparse
import
json
import
os.path
...
...
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