Skip to content

Commit

Permalink
Update Pkg version.
Browse files Browse the repository at this point in the history
$ git log --pretty=oneline --abbrev-commit f9a5cc7..f80d443
f80d443 Disable SIGQUIT test that regularly segfaults on CI. (#1883)
2328d1b telemetry: don't send hash without active project
08fe651 telemetry: use RandomDevice for random values
c213096 Improve Artifacts documentation by adding a Basic Usage section (#1879)
d8fde7e fix typo in telemetry notice (#1877)
188893d Merge pull request #1871 from JuliaLang/sk/telemetry
ab88ea9 telemetry notice: reword a bit, factor into function
341dfd0 telemetry: don't send salt hash header
ae99ba2 telemetry notice: only print once per process
636d333 Add a poor-mans file lock for telemetry file.
b24ca68 telemetry: print legal notice first time talking to each pkg server
bd07a8d telemetry: ~/.julia/servers/telemetry.toml for defaults
70dfbd2 telemetry: HyperLogLog estimator
3e3f9d7 README: howto build Julia with git checkout of Pkg (#1864)
100eaa9 Fix bug which made `registry up` a no-op instead of updating all user-registries. (#1862)
  • Loading branch information
fredrikekre committed Jun 24, 2020
1 parent 6cd329c commit 9034593
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
76a35e89aa9af54e848614a3f30cdebc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
023e232592c701fee6a32882c1751227398399e5feaa4c4211c0475502fb021aeaddcf8d3bdd876d0805edeb88b878f79541f3913349ea309ee45c6f068832b9

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion stdlib/Pkg.version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PKG_BRANCH = master
PKG_SHA1 = f9a5cc7dfce849c0b5f2765b8d462170a23d562e
PKG_SHA1 = f80d44345f61d0c1a02650f33322f9a330aa77d1

0 comments on commit 9034593

Please sign in to comment.