Posted on 06-11-2012 06:27 PM
What is the best method to update the NetSUS installation of Reposado. I don't think a "git clone" is best as the directory layout is from Greg's repo vs. /var/lib/reposado on NetSUS. Would a simple curl -O work? Of which files?
- Justin
(Reposado GIT repo: https://github.com/wdas/reposado )
Posted on 06-12-2012 07:34 AM
Hey Justin,
Yes, you can use curl -O; however, make sure you use the "raw" github URLs when using curl.
The files and directories you'll want to grab are:
repo_sync, repoutil, and reposadolib.
-Dan
Posted on 06-12-2012 02:45 PM
Thanks Dan!
Posted on 09-25-2012 01:36 PM
I just ran a git clone https://github.com/wdas/reposado and then rsync'd the three files Dan listed into /var/lib/reposado/
When I for the repo_sync from the web gui nothing seems to happen. When I run it from the shell I'm given errors on line 717, 713 and 531
Should there be more than just moving the files into the /var/lib/reposado folder?