I have a scrip that dumps new packages into /Library/JDS/Shares/CasperShare (symlinked)
code:
#/bin/bash
rsync -avmP --size-only --ignore-existing --include='.pkg' --exclude=* /Volumes/Macintosh HD2/autopkg Cache/*/ /Volumes/Macintosh HD2/Shares/CasperShare/
jamfds inventory
exit 0
after a couple minutes the JDS auto delete's the added packages with
"2014-09-20 10:41:50,531 INFO Received 22 responses.
2014-09-20 10:41:50,531 INFO Deleting package "Office 2011 14.4.4 Update.pkg"" in my JDS log file.
Hopefully I'm overlooking something easy, I figured I could do it this way instead of manually adding each via casper admin. Any help would be greatly appreciated.