Bug#756978: .tar-less push

2019-07-05 Thread Ian Jackson
Control: close -1 I'm not sure this is very actionable any more. Hopefully forthcoming ideas about "push to upload" will make this unnecessary. Ian. -- Ian JacksonThese opinions are my own. If I emailed you from an address @fyvzl.net or @evade.org.uk, that is a private address which

Bug#756978: .tar-less push

2014-08-04 Thread Joey Hess
Package: dgit Version: 0.21 Severity: wishlist Now that the archive finally supports .deb-less uploads, dgit should be able to take it a step further, to .tar-less push. I envision something like: dgit push --via somehost That would push the git repository as usual, then go to somehost and dgit

Bug#756978: .tar-less push

2014-08-04 Thread Ian Jackson
Joey Hess writes (Bug#756978: .tar-less push): Now that the archive finally supports .deb-less uploads, dgit should be able to take it a step further, to .tar-less push. I envision something like: dgit push --via somehost I don't understand what the somehost is for. Why wouldn't dgit just

Bug#756978: .tar-less push

2014-08-04 Thread Joey Hess
Ian Jackson wrote: I envision something like: dgit push --via somehost I don't understand what the somehost is for. Why wouldn't dgit just generate the necessary source package files in the usual way ? Perhaps your --via is simply the build-host for rpush. The use case is that it's

Bug#756978: Info received (Bug#756978: .tar-less push)

2014-08-04 Thread Joey Hess
Ansgar pointed out that this could be simplified some if there were a way to reproducible build the same *source* package from info in git. The remote machine then does not need to cobble together the dsc and changes, but can just be sent the signed dsc and changes from the build machine, pair