summaryrefslogtreecommitdiffstats
path: root/fb
AgeCommit message (Collapse)AuthorFilesLines
2010-10-29change the way we generate dist tarballsFlorian Pritz1-175/+0
This no longer displays (git) errors if you use the release tarball. It also adds a make target for fb in order to get rid of the git checking inside fb. Signed-off-by: Florian Pritz <bluewind@xssn.at>
2010-10-29add -v (version) optionFlorian Pritz1-1/+2
Signed-off-by: Florian Pritz <bluewind@xssn.at>
2010-10-29fix handling of files beginning with a dash (-)v0.6.8.5Florian Pritz1-10/+10
Signed-off-by: Florian Pritz <bluewind@xssn.at>
2010-10-24add dist target; get version from git tagsFlorian Pritz1-1/+6
Signed-off-by: Florian Pritz <bluewind@xssn.at>
2010-10-24release 0.6.8.3v0.6.8.3Florian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xssn.at>
2010-10-24reduce memory consumption when uploadingFlorian Pritz1-3/+11
Pipeing the file to curl causes curl to store it in memory until it recieves an EOF. Therefore we should only use a pipe if we can't upload dynamic files. Signed-off-by: Florian Pritz <bluewind@xssn.at>
2010-10-24fix uploading of dynamic filesv0.6.8.2Florian Pritz1-2/+2
curl is unable to determine the size of dynamic files like /proc/cpuinfo because they are only stored in memory and dynamically generated when read. Signed-off-by: Florian Pritz <bluewind@xssn.at>
2010-10-23release 0.6.8.1v0.6.8.1Florian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xssn.at>
2010-10-23small help changesFlorian Pritz1-2/+2
Signed-off-by: Florian Pritz <bluewind@xssn.at>
2010-10-23initial commitFlorian Pritz1-0/+161
Signed-off-by: Florian Pritz <bluewind@xssn.at>