Re: [PD-dev] distributing a collection of externals and abstractions using deken

2018-06-18 Thread Joseph Larralde
That's perfect, I think I know everything I need now. I still have to sort out some outdated abstractions and write a couple of help patches, and I'm ready to go. Thanks a lot, Joseph Le 18/06/18 à 17:02, IOhannes m zmoelnig a écrit : On 2018-06-18 16:32, Joseph Larralde wrote: Thank you

Re: [PD-dev] distributing a collection of externals and abstractions using deken

2018-06-18 Thread IOhannes m zmoelnig
On 2018-06-18 16:32, Joseph Larralde wrote: > Thank you IOhannes for your detailed answer. > I will remember not to push any binary files into my repos (something I > did in the past because github let me do it) good. (note: git of course allows you to track "binary" data; e.g. it's perfectly

Re: [PD-dev] distributing a collection of externals and abstractions using deken

2018-06-18 Thread Joseph Larralde
Thank you IOhannes for your detailed answer. I will remember not to push any binary files into my repos (something I did in the past because github let me do it) I think I got it. To sum up, if I understand well, I should not worry too much about my directory structure for development.

Re: [PD-dev] distributing a collection of externals and abstractions using deken

2018-06-17 Thread IOhannes m zmölnig
On 06/17/2018 01:17 PM, Joseph Larralde wrote: > > What is the cleanest way to organize my stuff in this case ? in the source repository, the best way is the one that fits your workflow. it's the only thing that matters. there are many many libraries that contain both (compiled) externals and

Re: [PD-dev] distributing a collection of externals and abstractions using deken

2018-06-17 Thread IOhannes m zmölnig
On 06/17/2018 02:28 PM, Joseph Larralde wrote: > I just wanted to make sure not to push broken things online. you can also delete broken packages from the portal. so if things get broken, in reality little harm can be done. dfnmsard IOhannes signature.asc Description: OpenPGP digital

Re: [PD-dev] distributing a collection of externals and abstractions using deken

2018-06-17 Thread IOhannes m zmölnig
On 06/17/2018 02:57 PM, Joseph Larralde wrote: > That's another reason to make sure I don't push broken things too many > times :) > Right now deken -h is telling me it has a "verifiy" command. i double checked, and it only has a "verify" command (phew...). however, "verify" will verify the

Re: [PD-dev] distributing a collection of externals and abstractions using deken

2018-06-17 Thread Joseph Larralde
That's another reason to make sure I don't push broken things too many times :) Right now deken -h is telling me it has a "verifiy" command. Still investigating ... Le 17/06/18 à 14:34, Lucas Cordiviola a écrit : Keep in mind that once you've uploaded something it might take 12 (or 24) hours

Re: [PD-dev] distributing a collection of externals and abstractions using deken

2018-06-17 Thread Lucas Cordiviola
Keep in mind that once you've uploaded something it might take 12 (or 24) hours until deken updates the database. So don't be impatient if it doesn't show up on Pd's Deken. :) Mensaje telepatico asistido por maquinas. On 6/17/2018 9:28 AM, Joseph Larralde wrote: > No, I've been reading this

Re: [PD-dev] distributing a collection of externals and abstractions using deken

2018-06-17 Thread Joseph Larralde
No, I've been reading this already and it doesn't mention abstractions. But you're right, I should try deken first and come back with more precise questions. I just wanted to make sure not to push broken things online. Cheers Joseph Le 17/06/18 à 13:53, Lucas Cordiviola a écrit : Is this

Re: [PD-dev] distributing a collection of externals and abstractions using deken

2018-06-17 Thread Lucas Cordiviola
Is this what your a looking for? : https://github.com/pure-data/deken/blob/master/developer/README.md -- Mensaje telepatico asistido por maquinas. On 6/17/2018 8:17 AM, Joseph Larralde wrote: > Hi list, > > Apologies if I didn't browse the archives enough before coming here, > but I remain

[PD-dev] distributing a collection of externals and abstractions using deken

2018-06-17 Thread Joseph Larralde
Hi list, Apologies if I didn't browse the archives enough before coming here, but I remain with a stupid question. I have a couple of externals I'd like to publish using deken, and the doc is explicit enough to allow me to do this. But, along with these externals, I have some abstractions