Hey guys, I currently rsync SRC and UPD from release directories but not the BIN directory. My plan is to put my own files in BIN. So I recently upgraded a server and copied his binary rpms from his RPM/PKG directory to the BIN/sparc64-solaris8/ directory on the ftp/rsync host.
I've tried openpkg build -BuUa, -uUa, -Bu, -u, etc... but always the output tries to rebuild from source. The best I can get is something like this: if test ! -f /opkg/RPM/PKG/binutils-2.14-2.2.0.sparc64-solaris8-opk.rpm ; then /opkg/bin/openpkg rpm --rebuild ftp://auspmn04/release/2.2/SRC/binutils-2.14-2.2.0.src.rpm ; fi || exit $? which is looking for the binary rpm local first before rebuilding. That is fine but I thought build would curl the binary rpm down to the local machine first and then run the above command. This I do not see happening. I have tried with indexes and without with same results. I also tried build -r <repo> -f <index> and -r and -f by themselves. Also, in my 00INDEX.rdf file, the BIN rdf entry is last because my experience is the later entries take precedence??? Any ideas? Thanks, Aaron ______________________________________________________________________ The OpenPKG Project www.openpkg.org User Communication List [EMAIL PROTECTED]
