@@ -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
0 commit comments