mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 04:12:42 +00:00
print all package information
This commit is contained in:
parent
b5318e6947
commit
e1770e7330
2
julia.sh
2
julia.sh
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user