Does anyone have instructions on how to add a package (from local directory) to existing custom feed. This question has been asked before with no responses
I have read the documentation but this section needs to be written.
@stangri you have experience maintaining personal custom feeds. Could you give me some directions? Thanks!
you can put them in the ./package/ directory, or, if you are comfortable with git, just go into feeds/packages and work in there. The benefit for this is that it's easier to PR, but slightly more difficult because you relly should rebase rather than pull for updates.
Instead of calling ln, just run ./scripts/feeds update -i -f and ./scripts/feeds install -a -f
The first will Force ReIndex the feeds (important if something moves from feeds/packages to the core, for example), and the second Force Installs all packages in the index (important for the same reason as above).