aptly/utils
Andrey Smirnov 1a88876e63 GPG may suddenly decide to re-validate its trustdb, resulting in any
call to `gpg` resulting in exit code 2.

Don't allow GPG to validate trustdb when invoked in automated fashion.
2014-03-25 18:42:03 +04:00
..
checksum.go Use values instead of pointers and use io.MultiWriter instead of homegrown impl. 2014-02-03 17:39:49 +04:00
checksum_test.go Refactor checksum calculation to implement transparent checksum writer. 2014-01-31 21:46:38 +04:00
compress.go Don't delete original and overwrite file when bzipping. 2013-12-25 00:11:52 +04:00
compress_test.go Thorough test for compression. 2013-12-24 13:07:12 +04:00
config.go Short syntax for aptly mirror create to support ppa:user/project mirror URLs. 2014-03-06 21:06:50 +04:00
config_test.go Short syntax for aptly mirror create to support ppa:user/project mirror URLs. 2014-03-06 21:06:50 +04:00
gpg.go GPG may suddenly decide to re-validate its trustdb, resulting in any 2014-03-25 18:42:03 +04:00
human.go Style fix. 2014-03-24 18:23:34 +04:00
human_test.go Function HumanBytes for human-readable representation of numbers. #18 2014-03-17 16:47:04 +04:00
list.go Refactoring: replace sort.StringSlice with simply []string 2014-02-18 14:13:18 +04:00
list_test.go StrSlice substraction. 2014-02-12 12:59:02 +04:00
utils.go Refactoring: new packages console, http, Progress is interface. 2014-02-19 13:08:55 +04:00
utils_test.go Refactoring: new packages console, http, Progress is interface. 2014-02-19 13:08:55 +04:00