Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fetch: do not create hardlinks to softlinks but to softlink targets | Natanael Copa | 2009-06-11 | 1 | -1/+3 | |
| | | | | Otherwise the iso image will have softlinks which is not what we want | |||||
* | fetch: removed debug message | Natanael Copa | 2009-06-09 | 1 | -1/+0 | |
| | | | | leftovers from a debug session. | |||||
* | fetch: added --link/-L option | Natanael Copa | 2009-06-09 | 1 | -19/+33 | |
| | | | | | | | | | fixes #42 This will also fix a bug that left an empty file in destination dir when source file did not exist in repository. There are still issues with paths longer than 255 chars. | |||||
* | fetch: fix fd leak | Natanael Copa | 2009-05-26 | 1 | -1/+1 | |
| | | | | we should always close the in-stream, not only on failure. | |||||
* | fetch: close downloaded file. unlink on failure | Natanael Copa | 2009-04-15 | 1 | -0/+3 | |
| | ||||||
* | fetch: new applet to download .apk files | Timo Teras | 2009-04-15 | 1 | -0/+185 | |
Fixes #24. |