Revision 260:9b00c7784153

View differences:

repoint-lock.json
25 25
      "pin": "b82360a98f49"
26 26
    },
27 27
    "bqvec": {
28
      "pin": "c2d355c29372"
28
      "pin": "cd235ecbeb31"
29 29
    },
30 30
    "bqfft": {
31
      "pin": "ff1d1bd48876"
31
      "pin": "e1c392f85e97"
32 32
    },
33 33
    "bqresample": {
34
      "pin": "f5dee7d40378"
34
      "pin": "c2fb51b31fe4"
35 35
    },
36 36
    "bqaudioio": {
37 37
      "pin": "8c4162878ae6"
repoint-project.json
44 44
        },
45 45
        "dataquay": {
46 46
            "vcs": "hg",
47
            "service": "bitbucket",
47
            "service": "sourcehut",
48 48
            "owner": "breakfastquay"
49 49
        },
50 50
        "bqvec": {
51 51
            "vcs": "hg",
52
            "service": "bitbucket",
52
            "service": "sourcehut",
53 53
            "owner": "breakfastquay"
54 54
        },
55 55
        "bqfft": {
56 56
            "vcs": "hg",
57
            "service": "bitbucket",
57
            "service": "sourcehut",
58 58
            "owner": "breakfastquay"
59 59
        },
60 60
        "bqresample": {
61 61
            "vcs": "hg",
62
            "service": "bitbucket",
62
            "service": "sourcehut",
63 63
            "owner": "breakfastquay"
64 64
        },
65 65
        "bqaudioio": {
66 66
            "vcs": "hg",
67
            "service": "bitbucket",
67
            "service": "sourcehut",
68 68
            "owner": "breakfastquay"
69 69
        },
70 70
        "bqaudiostream": {
71 71
            "vcs": "hg",
72
            "service": "bitbucket",
72
            "service": "sourcehut",
73 73
            "owner": "breakfastquay"
74 74
        },
75 75
        "bqthingfactory": {
76 76
            "vcs": "hg",
77
            "service": "bitbucket",
77
            "service": "sourcehut",
78 78
            "owner": "breakfastquay"
79 79
        },
80 80
        "sv-dependency-builds": {
repoint.sml
38 38
    authorization.
39 39
*)
40 40

  
41
val repoint_version = "1.1"
41
val repoint_version = "1.2"
42 42

  
43 43

  
44 44
datatype vcs =
......
329 329
                then arg
330 330
                else "\"" ^ arg ^ "\""
331 331
            fun check arg =
332
                let val valid = explode " /#:;?,._-{}@=+"
332
                let val valid = explode " /#:;?,._-{}@=+%"
333 333
                in
334 334
                    app (fn c =>
335 335
                            if isAlphaNum c orelse
......
1047 1047
                anon = SOME "https://github.com/{owner}/{repository}",
1048 1048
                auth = SOME "ssh://{vcs}@github.com/{owner}/{repository}"
1049 1049
            }
1050
          },
1051
          { service = "sourcehut",
1052
            supports = [HG, GIT],
1053
            remote_spec = {
1054
                anon = SOME "https://{vcs}.sr.ht/%7E{owner}/{repository}",
1055
                auth = SOME "ssh://{vcs}@{vcs}.sr.ht/%7E{owner}/{repository}"
1056
            }
1050 1057
          }
1051 1058
        ]
1052 1059

  

Also available in: Unified diff