Skip to content
This repository has been archived by the owner on Jan 12, 2020. It is now read-only.

exclude /install dirs from github source export #108

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

glensc
Copy link

@glensc glensc commented Jul 26, 2015

this decreases github release tarball size drastically

currently each release the size grows, as you seem to store .deb and sourcecode of previous releases in github repo:
https://github.com/guillaumezin/nvidiabl/tree/v0.87/install

imho you shouldn't store them there, the source only tarball can be obtained from github releases page:
https://github.com/guillaumezin/nvidiabl/releases

also the install/tarball/source-only contain recursively previous releases (pff!)

anyway, this PR will exclude the /install dir from github generated tarballs:
before:
https://github.com/guillaumezin/nvidiabl/archive/v0.87.tar.gz (35mb)
after this pr:
https://github.com/glensc/nvidiabl/archive/tarball-size.tar.gz (15k)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant