Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
osc-plugins
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mpcdf
obs
osc-plugins
Merge requests
!4
Added mpcdf_build_status
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Added mpcdf_build_status
mpcdf_build_status
into
master
Overview
2
Commits
2
Pipelines
3
Changes
1
2 unresolved threads
Hide all comments
Merged
Tobias Melson
requested to merge
mpcdf_build_status
into
master
2 years ago
Overview
2
Commits
2
Pipelines
3
Changes
1
2 unresolved threads
Hide all comments
Expand
Integrated the standalone tool into this project for convenience.
0
0
Merge request reports
Viewing commit
b7ea61a4
Prev
Next
Show latest version
1 file
+
1
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
b7ea61a4
Changed mpcdf_build_status to Python 3
· b7ea61a4
Tobias Melson
authored
2 years ago
mpcdf_build_status.py
+
1
−
2
Options
#!/usr/bin/python2
from
__future__
import
print_function
#!/usr/bin/python3
import
os
import
osc
Loading