Fork me on GitHub
#boot
<
2018-04-12
>
geoffs23:04:05

hi all, I'm trying to create a boot task to create a debian binary archive. To do this I'm shelling out to the dpkg-deb command, and one of the arguments is the folder to turn into a deb archive. Ideally, I want to pass a path to the temp directory that would have all the files in the fileset in it. Is there an API to get this from the fileset?

geoffs23:04:42

Or should I be copying all the files in the fileset into a temp directory I create and then pointing dpkg-deb at that? :thinking_face:

alandipert23:04:37

i would start by making a tempdir and copying to it

geoffs23:04:54

ok, will do 👌

geoffs23:04:50

works like a charm! thanks @alandipert

👍 4