guillaumezin / nvidiabl

/!\ Please note that I don't maintain this repository anymore, please have a look at forked projects. /!\
82 stars 82 forks source link

exclude /install dirs from github source export #108

Open glensc opened 9 years ago

glensc commented 9 years ago

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)