-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Bernard Godard
committed
May 27, 2019
1 parent
1a4ea22
commit 6e61582
Showing
2 changed files
with
19 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name = "CALCEPH" | ||
uuid = "1537fe66-4725-5aba-80f4-3a74792cecc1" | ||
authors = ["Bernard Godard"] | ||
version = "1.0.2" | ||
|
||
[deps] | ||
BinDeps = "9e28174c-4ba2-5203-b857-d8d62c4213ee" | ||
BinaryProvider = "b99e7846-7c00-51b0-8f62-c81ae34c0232" | ||
|
||
[compat] | ||
BinDeps = "≥ 0.8.1" | ||
BinaryProvider = "≥ 0.1.4" | ||
julia = "≥ 0.7.0" | ||
|
||
[extras] | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
|
||
[targets] | ||
test = ["Test"] |
6e61582
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
6e61582
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator
register()
6e61582
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator
register()
6e61582
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Error while trying to register: Changing package repo URL not allowed, please submit a pull request with the URL change to the target registry and retry.
6e61582
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, @bgodard. It seems to be picky about the syntax. This works:
But now we got the problem above...
6e61582
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Error while trying to register: Changing package repo URL not allowed, please submit a pull request with the URL change to the target registry and retry.
6e61582
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the syntax is simply
without any quote. Also, editing the comment doesn't work, the bot doesn't listen to edits
6e61582
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Error while trying to register: Changing package repo URL not allowed, please submit a pull request with the URL change to the target registry and retry.
6e61582
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The problem it's reporting is that here https://github.com/JuliaRegistries/General/blob/2260a6551b0023329cc54fd83eba7ed343bbcf37/C/CALCEPH/Package.toml there is still the old URL, you should submit a pull request to update it
6e61582
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @helge and @giordano for investigating.
I have made the pull request on JuliaRegistries.
According to this page https://github.com/JuliaRegistries/Registrator.jl the call to register can be made without a (). I will open an issue there.