-
Notifications
You must be signed in to change notification settings - Fork 1
Improved inference of archive names #53
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
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
7efcc0e
highlight markdown in setup.py
akahles 48ce9be
Improve inference of archive name
akahles 5f87604
forget to add parts.txt to allowed extension list
akahles c2451cb
Apply suggestions from code review
akahles 58a36e1
Apply suggestions from code review
akahles 169f07e
Resolved naming conflict of filename_without_archive_extensions
akahles 3e8d345
addressing review comments
akahles 66c3ce3
updated pub key for testing
akahles d8a5a20
Fixed passing of archive-name option
akahles File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions
2
tests/test-ressources/split-archive-name-conflict/project.part1.part1.lst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
project.part1/subfolder | ||
project.part1/subfolder/file_c.txt |
1 change: 1 addition & 0 deletions
1
tests/test-ressources/split-archive-name-conflict/project.part1.part1.md5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d1dd210d6b1312cb342b56d02bd5e651 project.part1/subfolder/file_c.txt |
2 changes: 2 additions & 0 deletions
2
tests/test-ressources/split-archive-name-conflict/project.part1.part1.tar.lst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
drwxr-xr-x 0 akahles staff 0 Apr 7 22:02 project.part1/subfolder/ | ||
-rw-r--r-- 0 akahles staff 3145728 Apr 7 22:02 project.part1/subfolder/file_c.txt |
Binary file added
BIN
+796 Bytes
tests/test-ressources/split-archive-name-conflict/project.part1.part1.tar.lz
Binary file not shown.
1 change: 1 addition & 0 deletions
1
tests/test-ressources/split-archive-name-conflict/project.part1.part1.tar.lz.md5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
cd0e06ed572a6691ed828de219421e04 project.part1.part1.tar.lz |
1 change: 1 addition & 0 deletions
1
tests/test-ressources/split-archive-name-conflict/project.part1.part1.tar.md5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
8e8226c3eeb3e3ac2edc0c81cb025ba8 project.part1.part1.tar |
1 change: 1 addition & 0 deletions
1
tests/test-ressources/split-archive-name-conflict/project.part1.part2.lst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
project.part1/file_a.txt |
1 change: 1 addition & 0 deletions
1
tests/test-ressources/split-archive-name-conflict/project.part1.part2.md5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
b2d1236c286a3c0704224fe4105eca49 project.part1/file_a.txt |
1 change: 1 addition & 0 deletions
1
tests/test-ressources/split-archive-name-conflict/project.part1.part2.tar.lst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
-rw-r--r-- 0 akahles staff 2097152 Apr 7 22:02 project.part1/file_a.txt |
Binary file added
BIN
+580 Bytes
tests/test-ressources/split-archive-name-conflict/project.part1.part2.tar.lz
Binary file not shown.
1 change: 1 addition & 0 deletions
1
tests/test-ressources/split-archive-name-conflict/project.part1.part2.tar.lz.md5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
f08b2bf1cd538616f67f0fb13432f783 project.part1.part2.tar.lz |
1 change: 1 addition & 0 deletions
1
tests/test-ressources/split-archive-name-conflict/project.part1.part2.tar.md5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
66e6d6a94f892f9b096aad4a3e11ee75 project.part1.part2.tar |
1 change: 1 addition & 0 deletions
1
tests/test-ressources/split-archive-name-conflict/project.part1.part3.lst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
project.part1/file_b.txt |
1 change: 1 addition & 0 deletions
1
tests/test-ressources/split-archive-name-conflict/project.part1.part3.md5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d1dd210d6b1312cb342b56d02bd5e651 project.part1/file_b.txt |
1 change: 1 addition & 0 deletions
1
tests/test-ressources/split-archive-name-conflict/project.part1.part3.tar.lst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
-rw-r--r-- 0 akahles staff 3145728 Apr 7 22:02 project.part1/file_b.txt |
Binary file added
BIN
+727 Bytes
tests/test-ressources/split-archive-name-conflict/project.part1.part3.tar.lz
Binary file not shown.
1 change: 1 addition & 0 deletions
1
tests/test-ressources/split-archive-name-conflict/project.part1.part3.tar.lz.md5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
858b7349d661074d1abbe912d24f480b project.part1.part3.tar.lz |
1 change: 1 addition & 0 deletions
1
tests/test-ressources/split-archive-name-conflict/project.part1.part3.tar.md5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
f1b5211054560aaec6b34ae36f1195bf project.part1.part3.tar |
1 change: 1 addition & 0 deletions
1
tests/test-ressources/split-archive-name-conflict/project.part1.parts.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3 |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.