print all package information

This commit is contained in:
Johnny Chen 2020-08-09 22:40:55 +08:00 committed by GitHub
parent b5318e6947
commit e1770e7330
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ REGISTRY_UPSTREAM="https://github.com/JuliaRegistries/General"
REGISTRY="(\"$REGISTRY_NAME\", \"$REGISTRY_UUID\", \"$REGISTRY_UPSTREAM\")"
julia -e "using InteractiveUtils; versioninfo(); @show DEPOT_PATH LOAD_PATH"
julia -e "using Pkg; Pkg.status(\"StorageMirrorServer\")"
julia -e "using Pkg; Pkg.status()"
# For more usage of `mirror_tarball`, please refer to
# https://github.com/johnnychen94/StorageMirrorServer.jl/blob/master/examples/gen_static_full.example.jl