Manually Update Reposado on NetSUS

justinrummel
Contributor III

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 )

3 REPLIES 3

ClassyLee
New Contributor III

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

justinrummel
Contributor III

Thanks Dan!

monogrant
Contributor

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?