Skip to content

Commit 9fb296c

Browse files
committed
fix: use https for euxfel git url
1 parent 0eac230 commit 9fb296c

4 files changed

Lines changed: 17 additions & 25 deletions

File tree

custom-recipes/recipes/extra-hed/recipe.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,16 @@ context:
33
version: 0.1.0
44

55
package:
6-
name: '{{ name|lower }}'
7-
version: '{{ version }}'
6+
name: "{{ name|lower }}"
7+
version: "{{ version }}"
88

99
source:
10-
path: ./src
11-
# git_url: ssh://git@git.xfel.eu:10022/tmichela/EXtra-HED.git
10+
git_url: https://git.xfel.eu/tmichela/EXtra-HED.git
1211
git_depth: 1
1312

1413
build:
1514
noarch: python
16-
script: '{{ PYTHON }} -m pip install --no-deps --ignore-installed -vv .'
15+
script: "{{ PYTHON }} -m pip install --no-deps --ignore-installed -vv ."
1716
number: 0
1817

1918
requirements:
@@ -46,4 +45,3 @@ extra:
4645
notes: Invalid license removed manually
4746
recipe-maintainers:
4847
- RobertRosca
49-

custom-recipes/recipes/findxfel/recipe.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,18 @@ context:
33
version: 0.1.1
44

55
package:
6-
name: '{{ name|lower }}'
7-
version: '{{ version }}'
6+
name: "{{ name|lower }}"
7+
version: "{{ version }}"
88

99
source:
10-
path: ./src
11-
# git_url: ssh://git@git.xfel.eu:10022/dataAnalysis/findxfel.git
10+
git_url: https://git.xfel.eu/dataAnalysis/findxfel.git
1211
git_depth: 1
1312

1413
build:
1514
entry_points:
1615
- findxfel = findxfel:main
1716
noarch: python
18-
script: '{{ PYTHON }} -m pip install --no-deps --ignore-installed -vv .'
17+
script: "{{ PYTHON }} -m pip install --no-deps --ignore-installed -vv ."
1918
number: 0
2019

2120
requirements:
@@ -45,4 +44,3 @@ extra:
4544
notes: "'flit-core' added manually"
4645
recipe-maintainers:
4746
- RobertRosca
48-

custom-recipes/recipes/karabo-bridge-recorder/recipe.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
11
context:
22
name: karabo_bridge_recorder
3-
version: '0.2'
3+
version: "0.2"
44

55
package:
6-
name: '{{ name|lower }}'
7-
version: '{{ version }}'
6+
name: "{{ name|lower }}"
7+
version: "{{ version }}"
88

99
source:
10-
path: ./src
11-
#git_url: ssh://git@git.xfel.eu:10022/dataAnalysis/karabo-bridge-recorder.git
10+
git_url: https://git.xfel.eu/dataAnalysis/karabo-bridge-recorder.git
1211
git_depth: 1
1312

1413
build:
1514
entry_points:
1615
- karabo-bridge-record = karabo_bridge_recorder.record:main
1716
- karabo-bridge-replay = karabo_bridge_recorder.replay:main
1817
noarch: python
19-
script: '{{ PYTHON }} -m pip install --no-deps --ignore-installed -vv .'
18+
script: "{{ PYTHON }} -m pip install --no-deps --ignore-installed -vv ."
2019
number: 0
2120

2221
requirements:
@@ -47,4 +46,3 @@ extra:
4746
notes: "'flit-core' added manually"
4847
recipe-maintainers:
4948
- RobertRosca
50-

custom-recipes/recipes/metropc/recipe.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,16 @@ context:
33
version: 1.4.1
44

55
package:
6-
name: '{{ name|lower }}'
7-
version: '{{ version }}'
6+
name: "{{ name|lower }}"
7+
version: "{{ version }}"
88

99
source:
10-
path: ./src
11-
# git_url: ssh://git@git.xfel.eu:10022/karaboDevices/metropc.git
10+
git_url: https://git.xfel.eu/karaboDevices/metropc.git
1211
git_depth: 1
1312

1413
build:
1514
noarch: python
16-
script: '{{ PYTHON }} -m pip install --no-deps --ignore-installed -vv .'
15+
script: "{{ PYTHON }} -m pip install --no-deps --ignore-installed -vv ."
1716
number: 0
1817

1918
requirements:
@@ -47,4 +46,3 @@ extra:
4746
notes: Invalid license file removed manually
4847
recipe-maintainers:
4948
- RobertRosca
50-

0 commit comments

Comments
 (0)