Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RelMon: use python3 #34440

Merged
merged 1 commit into from Jul 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Utilities/RelMon/scripts/ValidationMatrix.py
@@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
################################################################################
# RelMon: a tool for automatic Release Comparison
# https://twiki.cern.ch/twiki/bin/view/CMSPublic/RelMon
Expand Down
2 changes: 1 addition & 1 deletion Utilities/RelMon/scripts/ValidationMatrix_v2.py
@@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
"""
The script compares two releases, generates SQLite3 database file with release
comparison information.
Expand Down
2 changes: 1 addition & 1 deletion Utilities/RelMon/scripts/compare_using_db.py
@@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
################################################################################
# RelMon: a tool for automatic Release Comparison
# https://twiki.cern.ch/twiki/bin/view/CMSPublic/RelMon
Expand Down
2 changes: 1 addition & 1 deletion Utilities/RelMon/scripts/compare_using_files.py
@@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
################################################################################
# https://twiki.cern.ch/twiki/bin/view/CMSPublic/RelMon
#
Expand Down
2 changes: 1 addition & 1 deletion Utilities/RelMon/scripts/compare_using_files_v2.py
@@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
"""
The script compares two ROOT files and fills specified database file with
comparison information.
Expand Down
2 changes: 1 addition & 1 deletion Utilities/RelMon/scripts/dir2webdir.py
@@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
################################################################################
# RelMon: a tool for automatic Release Comparison
# https://twiki.cern.ch/twiki/bin/view/CMSPublic/RelMon
Expand Down
2 changes: 1 addition & 1 deletion Utilities/RelMon/scripts/dqm_diff.py
@@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
'''
Script prints out histogram names that are in one ROOT file but not in another.

Expand Down
2 changes: 1 addition & 1 deletion Utilities/RelMon/scripts/fetchall_from_DQM.py
@@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
################################################################################
# RelMon: a tool for automatic Release Comparison
# https://twiki.cern.ch/twiki/bin/view/CMSPublic/RelMon
Expand Down
2 changes: 1 addition & 1 deletion Utilities/RelMon/scripts/fetchall_from_DQM_v2.py
@@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
'''
Script fetches files matching specified RegExps from DQM GUI.

Expand Down
2 changes: 1 addition & 1 deletion Utilities/RelMon/scripts/relmon_authenticated_wget.py
@@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
################################################################################
# RelMon: a tool for automatic Release Comparison
# https://twiki.cern.ch/twiki/bin/view/CMSPublic/RelMon
Expand Down
2 changes: 1 addition & 1 deletion Utilities/RelMon/scripts/relmon_rootfiles_spy.py
@@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
################################################################################
# RelMon: a tool for automatic Release Comparison
# https://twiki.cern.ch/twiki/bin/view/CMSPublic/RelMon
Expand Down