Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
diffoscope
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Reproducible Builds
diffoscope
Commits
061514a1
Commit
061514a1
authored
2 months ago
by
Chris Lamb
Browse files
Options
Downloads
Patches
Plain Diff
Drop an unused function in iso9600.py
parent
00366fe7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#803437
passed with warnings
2 months ago
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
diffoscope/comparators/iso9660.py
+1
-18
1 addition, 18 deletions
diffoscope/comparators/iso9660.py
with
1 addition
and
18 deletions
diffoscope/comparators/iso9660.py
+
1
−
18
View file @
061514a1
...
...
@@ -24,27 +24,10 @@ from diffoscope.tools import tool_required
from
diffoscope.difference
import
Difference
from
.utils.file
import
File
from
.utils.command
import
Command
,
our_check_output
from
.utils.command
import
Command
from
.utils.libarchive
import
LibarchiveContainerWithFilelist
@tool_required
(
"
isoinfo
"
)
def
get_iso9660_names
(
path
):
return
(
our_check_output
(
(
"
isoinfo
"
,
"
-R
"
,
# Always use RockRidge for names
"
-f
"
,
"
-i
"
,
path
,
),
)
.
strip
()
.
split
(
"
\n
"
)
)
class
ISO9660PVD
(
Command
):
@tool_required
(
"
isoinfo
"
)
def
cmdline
(
self
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment