[lsst-dm-stack-users] Using eups without internet connection : DM-602

Fabrice Jammes fabrice.jammes at in2p3.fr
Wed Aug 20 16:28:42 PDT 2014


Thanks K.T., it helps a lot.

Furthermore, It seems this parameter can easily be setted in 
lsstsw/etc/settings.cfg.sh :

# use 'package' for public releases, use 'git' for development releases
export EUPSPKG_SOURCE=${EUPSPKG_SOURCE:-git}

Cheers,

On 21/08/2014 00:35, Kian-Tat Lim wrote:
> Fabrice,
>
> 	My understanding is that you want to have a distribution server
> on your local machine from which you can install a new stack containing
> Qserv without any access to the Internet.  Is that correct?
>
> 	This should be possible, because packages created using
> SOURCE=package should have all their sources resident in the package, so
> "eupspkg fetch" should never need to go off-machine.  If "eupspkg fetch"
> is trying to use git, then the package that it is running in must have
> been built with SOURCE=git, so I don't think it's the same package as on
> the sw.lsstcorp.org distribution server.
>
> 	You need to make sure your EUPS_PKGROOT is pointing to the right
> copy of the package (built with SOURCE=package).  If you have downloaded
> all the packages from the distribution server to a local filesystem,
> EUPS_PKGROOT should be set to that directory.
>
> 	I take it you have already patched things in newinstall.sh that
> require Internet access, like the retrieval of the eups source archive.
>




More information about the dm-users mailing list