Skip to content

handle .tar.bz2 and .tar.lzma files#17

Merged
mattock merged 1 commit into
freight-team:masterfrom
mmoll:lzma
Mar 10, 2016
Merged

handle .tar.bz2 and .tar.lzma files#17
mattock merged 1 commit into
freight-team:masterfrom
mmoll:lzma

Conversation

@mmoll
Copy link
Copy Markdown

@mmoll mmoll commented Mar 10, 2016

Comment thread lib/freight/apt.sh Outdated
# *.tar.gz as they are needed.
*.dsc) apt_cache_source "$DIST" "$DISTCACHE" "$PATHNAME" "$COMP" "$PACKAGE";;
*.debian.tar.gz|*.debian.tar.xz|*.diff.gz|*.orig.tar.gz|*.orig.tar.xz|*.tar.gz|*.tar.xz|*.deb-control|*.dsc-cached) ;;
*.debian.tar.gz|*.debian.tar.bz2|*.debian.tar.xz|*.diff.gz|*.orig.tar.gz|*.orig.tar.bz2|*.orig.tar.xz|*.orig.tar.lzma|*.tar.gz|*.tar.bz2|*.tar.xz|*.deb-control|*.dsc-cached) ;;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing *.debian.tar.lzma and *.tar.lzma ?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indeed

@domcleal
Copy link
Copy Markdown

👍 looks good, thanks.

@mattock
Copy link
Copy Markdown
Member

mattock commented Mar 10, 2016

This look good afaics.

mattock added a commit that referenced this pull request Mar 10, 2016
handle .tar.bz2 and .tar.lzma files
@mattock mattock merged commit cf4f031 into freight-team:master Mar 10, 2016
@mmoll mmoll deleted the lzma branch March 10, 2016 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants