Skip to content

Commit 3ca2268

Browse files
committed
Changed repositories for rosetta projects in .github/workflows/*.yml
* .github/workflows/ubuntu-focal.yml: changed repositories for rosetta and rosetta-project from code cor-lab.de to github.com * .github/workflows/ubuntu-jammy.yml: likewise
1 parent b260c1e commit 3ca2268

2 files changed

Lines changed: 44 additions & 44 deletions

File tree

.github/workflows/ubuntu-focal.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ jobs:
631631
name: cl-language.yaml@future
632632
path: artifacts
633633

634-
rosetta-cl_master:
634+
rosetta-cl_main:
635635
runs-on: ubuntu-20.04
636636
needs: [cl-launch_master,quicklisp_current,cl-architecture_service-provider_master,cl-architecture_builder-protocol_master]
637637
steps:
@@ -647,7 +647,7 @@ jobs:
647647
- name: git.repository
648648
run: |
649649
export WORKSPACE=$(pwd)
650-
git clone -b master https://code.cor-lab.de/git/rosetta.git.cl .
650+
git clone -b main https://github.com/rdtk/rosetta .
651651
652652
653653
- name: download-artifact-cl-architecture.builder-protocol@master
@@ -706,28 +706,28 @@ jobs:
706706
# Package source code
707707
temp=$(mktemp -u).tar.gz
708708
tar \
709-
--transform 's#^\.\(.*\)#rosetta-cl-master\1#' \
709+
--transform 's#^\.\(.*\)#rosetta-cl-main\1#' \
710710
--exclude sloccount.sc --exclude fasl-cache --exclude upstream --exclude .git --exclude .svn \
711711
-czf "${temp}" \
712712
.
713-
mv "${temp}" "rosetta-cl-master.tar.gz"
713+
mv "${temp}" "rosetta-cl-main.tar.gz"
714714
715715
716716
- name: gather-artifacts
717717
run: |
718718
export WORKSPACE=$(pwd)
719719
mkdir -p artifacts
720-
mv -v rosetta-cl-master.tar.gz artifacts/
720+
mv -v rosetta-cl-main.tar.gz artifacts/
721721
722-
- name: upload-artifact-rosetta-cl@master
722+
- name: upload-artifact-rosetta-cl@main
723723
uses: actions/upload-artifact@v4
724724
with:
725-
name: rosetta-cl@master
725+
name: rosetta-cl@main
726726
path: artifacts
727727

728-
rosetta-project-cl_master:
728+
rosetta-project-cl_main:
729729
runs-on: ubuntu-20.04
730-
needs: [cl-launch_master,quicklisp_current,cl-architecture_builder-protocol_master,rosetta-cl_master]
730+
needs: [cl-launch_master,quicklisp_current,cl-architecture_builder-protocol_master,rosetta-cl_main]
731731
steps:
732732
- name: install-platform-dependencies
733733
run: |
@@ -741,18 +741,18 @@ jobs:
741741
- name: git.repository
742742
run: |
743743
export WORKSPACE=$(pwd)
744-
git clone -b master https://code.cor-lab.de/git/rosetta.git.project-cl .
744+
git clone -b main https://github.com/rdtk/rosetta-project .
745745
746746
747747
- name: download-artifact-cl-architecture.service-provider@master
748748
uses: actions/download-artifact@v4
749749
with:
750750
name: cl-architecture.service-provider@master
751751
path: upstream
752-
- name: download-artifact-rosetta-cl@master
752+
- name: download-artifact-rosetta-cl@main
753753
uses: actions/download-artifact@v4
754754
with:
755-
name: rosetta-cl@master
755+
name: rosetta-cl@main
756756
path: upstream
757757
- name: download-artifact-cl-architecture.builder-protocol@master
758758
uses: actions/download-artifact@v4
@@ -805,28 +805,28 @@ jobs:
805805
# Package source code
806806
temp=$(mktemp -u).tar.gz
807807
tar \
808-
--transform 's#^\.\(.*\)#rosetta-project-cl-master\1#' \
808+
--transform 's#^\.\(.*\)#rosetta-project-cl-main\1#' \
809809
--exclude sloccount.sc --exclude fasl-cache --exclude upstream --exclude .git --exclude .svn \
810810
-czf "${temp}" \
811811
.
812-
mv "${temp}" "rosetta-project-cl-master.tar.gz"
812+
mv "${temp}" "rosetta-project-cl-main.tar.gz"
813813
814814
815815
- name: gather-artifacts
816816
run: |
817817
export WORKSPACE=$(pwd)
818818
mkdir -p artifacts
819-
mv -v rosetta-project-cl-master.tar.gz artifacts/
819+
mv -v rosetta-project-cl-main.tar.gz artifacts/
820820
821-
- name: upload-artifact-rosetta-project-cl@master
821+
- name: upload-artifact-rosetta-project-cl@main
822822
uses: actions/upload-artifact@v4
823823
with:
824-
name: rosetta-project-cl@master
824+
name: rosetta-project-cl@main
825825
path: artifacts
826826

827827
build-generator_master:
828828
runs-on: ubuntu-20.04
829-
needs: [cl-launch_master,quicklisp_current,cl-configuration_options_master,cl-language_yaml_future,cl-text_source-location_future,rosetta-cl_master,rosetta-project-cl_master]
829+
needs: [cl-launch_master,quicklisp_current,cl-configuration_options_master,cl-language_yaml_future,cl-text_source-location_future,rosetta-cl_main,rosetta-project-cl_main]
830830
steps:
831831
- name: install-platform-dependencies
832832
run: |
@@ -842,15 +842,15 @@ jobs:
842842
with:
843843
fetch-depth: 0
844844

845-
- name: download-artifact-rosetta-project-cl@master
845+
- name: download-artifact-rosetta-project-cl@main
846846
uses: actions/download-artifact@v4
847847
with:
848-
name: rosetta-project-cl@master
848+
name: rosetta-project-cl@main
849849
path: upstream
850-
- name: download-artifact-rosetta-cl@master
850+
- name: download-artifact-rosetta-cl@main
851851
uses: actions/download-artifact@v4
852852
with:
853-
name: rosetta-cl@master
853+
name: rosetta-cl@main
854854
path: upstream
855855
- name: download-artifact-cl-model.transform.trace@future
856856
uses: actions/download-artifact@v4

.github/workflows/ubuntu-jammy.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ jobs:
595595
name: cl-language.yaml@future
596596
path: artifacts
597597

598-
rosetta-cl_master:
598+
rosetta-cl_main:
599599
runs-on: ubuntu-22.04
600600
needs: [cl-launch_master,quicklisp_current,cl-architecture_service-provider_master,cl-architecture_builder-protocol_master]
601601
steps:
@@ -611,7 +611,7 @@ jobs:
611611
- name: git.repository
612612
run: |
613613
export WORKSPACE=$(pwd)
614-
git clone -b master https://code.cor-lab.de/git/rosetta.git.cl .
614+
git clone -b main https://github.com/rdtk/rosetta .
615615
616616
617617
- name: download-artifact-cl-architecture.builder-protocol@master
@@ -665,28 +665,28 @@ jobs:
665665
# Package source code
666666
temp=$(mktemp -u).tar.gz
667667
tar \
668-
--transform 's#^\.\(.*\)#rosetta-cl-master\1#' \
668+
--transform 's#^\.\(.*\)#rosetta-cl-main\1#' \
669669
--exclude sloccount.sc --exclude fasl-cache --exclude upstream --exclude .git --exclude .svn \
670670
-czf "${temp}" \
671671
.
672-
mv "${temp}" "rosetta-cl-master.tar.gz"
672+
mv "${temp}" "rosetta-cl-main.tar.gz"
673673
674674
675675
- name: gather-artifacts
676676
run: |
677677
export WORKSPACE=$(pwd)
678678
mkdir -p artifacts
679-
mv -v rosetta-cl-master.tar.gz artifacts/
679+
mv -v rosetta-cl-main.tar.gz artifacts/
680680
681-
- name: upload-artifact-rosetta-cl@master
681+
- name: upload-artifact-rosetta-cl@main
682682
uses: actions/upload-artifact@v4
683683
with:
684-
name: rosetta-cl@master
684+
name: rosetta-cl@main
685685
path: artifacts
686686

687-
rosetta-project-cl_master:
687+
rosetta-project-cl_main:
688688
runs-on: ubuntu-22.04
689-
needs: [cl-launch_master,quicklisp_current,cl-architecture_builder-protocol_master,rosetta-cl_master]
689+
needs: [cl-launch_master,quicklisp_current,cl-architecture_builder-protocol_master,rosetta-cl_main]
690690
steps:
691691
- name: install-platform-dependencies
692692
run: |
@@ -700,18 +700,18 @@ jobs:
700700
- name: git.repository
701701
run: |
702702
export WORKSPACE=$(pwd)
703-
git clone -b master https://code.cor-lab.de/git/rosetta.git.project-cl .
703+
git clone -b main https://github.com/rdtk/rosetta-project .
704704
705705
706706
- name: download-artifact-cl-architecture.service-provider@master
707707
uses: actions/download-artifact@v4
708708
with:
709709
name: cl-architecture.service-provider@master
710710
path: upstream
711-
- name: download-artifact-rosetta-cl@master
711+
- name: download-artifact-rosetta-cl@main
712712
uses: actions/download-artifact@v4
713713
with:
714-
name: rosetta-cl@master
714+
name: rosetta-cl@main
715715
path: upstream
716716
- name: download-artifact-cl-architecture.builder-protocol@master
717717
uses: actions/download-artifact@v4
@@ -759,28 +759,28 @@ jobs:
759759
# Package source code
760760
temp=$(mktemp -u).tar.gz
761761
tar \
762-
--transform 's#^\.\(.*\)#rosetta-project-cl-master\1#' \
762+
--transform 's#^\.\(.*\)#rosetta-project-cl-main\1#' \
763763
--exclude sloccount.sc --exclude fasl-cache --exclude upstream --exclude .git --exclude .svn \
764764
-czf "${temp}" \
765765
.
766-
mv "${temp}" "rosetta-project-cl-master.tar.gz"
766+
mv "${temp}" "rosetta-project-cl-main.tar.gz"
767767
768768
769769
- name: gather-artifacts
770770
run: |
771771
export WORKSPACE=$(pwd)
772772
mkdir -p artifacts
773-
mv -v rosetta-project-cl-master.tar.gz artifacts/
773+
mv -v rosetta-project-cl-main.tar.gz artifacts/
774774
775-
- name: upload-artifact-rosetta-project-cl@master
775+
- name: upload-artifact-rosetta-project-cl@main
776776
uses: actions/upload-artifact@v4
777777
with:
778-
name: rosetta-project-cl@master
778+
name: rosetta-project-cl@main
779779
path: artifacts
780780

781781
build-generator_master:
782782
runs-on: ubuntu-22.04
783-
needs: [cl-launch_master,quicklisp_current,cl-configuration_options_master,cl-language_yaml_future,cl-text_source-location_future,rosetta-cl_master,rosetta-project-cl_master]
783+
needs: [cl-launch_master,quicklisp_current,cl-configuration_options_master,cl-language_yaml_future,cl-text_source-location_future,rosetta-cl_main,rosetta-project-cl_main]
784784
steps:
785785
- name: install-platform-dependencies
786786
run: |
@@ -796,15 +796,15 @@ jobs:
796796
with:
797797
fetch-depth: 0
798798

799-
- name: download-artifact-rosetta-project-cl@master
799+
- name: download-artifact-rosetta-project-cl@main
800800
uses: actions/download-artifact@v4
801801
with:
802-
name: rosetta-project-cl@master
802+
name: rosetta-project-cl@main
803803
path: upstream
804-
- name: download-artifact-rosetta-cl@master
804+
- name: download-artifact-rosetta-cl@main
805805
uses: actions/download-artifact@v4
806806
with:
807-
name: rosetta-cl@master
807+
name: rosetta-cl@main
808808
path: upstream
809809
- name: download-artifact-cl-model.transform.trace@future
810810
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)