Loading bin/jenkins_node_wrapper.sh +2 −0 Original line number Diff line number Diff line Loading @@ -153,6 +153,8 @@ elif [[ "$*" =~ ^reproducible_setup_fdroid_build_environment ]] ; then exec /srv/jenkins/bin/reproducible_setup_fdroid_build_environment.sh ; croak "Exec failed"; elif [[ "$*" =~ ^reproducible_setup_mock_fedora-23_x86_64 ]] ; then exec /srv/jenkins/bin/reproducible_setup_mock.sh fedora-23 x86_64 ; croak "Exec failed"; elif [ "$1" = "/srv/jenkins/bin/reproducible_openwrt_rebuild.py" ] ; then exec /srv/jenkins/bin/reproducible_openwrt_rebuild.py ; croak "Exec failed"; elif [ "$1" = "/srv/jenkins/bin/reproducible_build_alpine_pkg.sh" ] && ( [ "$2" = "1" ] || [ "$2" = "2" ] ) ; then exec /srv/jenkins/bin/reproducible_build_alpine_pkg.sh "$2" "$3" "$4" "$5" "$6" ; croak "Exec failed"; elif [ "$1" = "/srv/jenkins/bin/reproducible_build_archlinux_pkg.sh" ] && ( [ "$2" = "1" ] || [ "$2" = "2" ] ) ; then Loading job-cfg/reproducible.yaml +10 −0 Original line number Diff line number Diff line Loading @@ -646,6 +646,16 @@ my_hname: 'osuosl173' my_disabled: true my_timeout: '7200' - 'openwrt_rebuilder_today': my_description: 'Rebuild an OpenWrt snapshot or a release today.' my_hname: 'osuosl171' my_timed: '0 0 * * *' my_shell: "/srv/jenkins/bin/reproducible_openwrt_rebuild.py" - 'openwrt_rebuilder_future': my_description: 'Rebuild an OpenWrt snapshot or a release in the future.' my_hname: 'osuosl172' my_timed: '0 2 * * *' my_shell: "/srv/jenkins/bin/reproducible_openwrt_rebuild.py" my_shellext: ".sh" my_shell: '/srv/jenkins/bin/reproducible_{my_task}{my_shellext}' my_hname: '' Loading Loading
bin/jenkins_node_wrapper.sh +2 −0 Original line number Diff line number Diff line Loading @@ -153,6 +153,8 @@ elif [[ "$*" =~ ^reproducible_setup_fdroid_build_environment ]] ; then exec /srv/jenkins/bin/reproducible_setup_fdroid_build_environment.sh ; croak "Exec failed"; elif [[ "$*" =~ ^reproducible_setup_mock_fedora-23_x86_64 ]] ; then exec /srv/jenkins/bin/reproducible_setup_mock.sh fedora-23 x86_64 ; croak "Exec failed"; elif [ "$1" = "/srv/jenkins/bin/reproducible_openwrt_rebuild.py" ] ; then exec /srv/jenkins/bin/reproducible_openwrt_rebuild.py ; croak "Exec failed"; elif [ "$1" = "/srv/jenkins/bin/reproducible_build_alpine_pkg.sh" ] && ( [ "$2" = "1" ] || [ "$2" = "2" ] ) ; then exec /srv/jenkins/bin/reproducible_build_alpine_pkg.sh "$2" "$3" "$4" "$5" "$6" ; croak "Exec failed"; elif [ "$1" = "/srv/jenkins/bin/reproducible_build_archlinux_pkg.sh" ] && ( [ "$2" = "1" ] || [ "$2" = "2" ] ) ; then Loading
job-cfg/reproducible.yaml +10 −0 Original line number Diff line number Diff line Loading @@ -646,6 +646,16 @@ my_hname: 'osuosl173' my_disabled: true my_timeout: '7200' - 'openwrt_rebuilder_today': my_description: 'Rebuild an OpenWrt snapshot or a release today.' my_hname: 'osuosl171' my_timed: '0 0 * * *' my_shell: "/srv/jenkins/bin/reproducible_openwrt_rebuild.py" - 'openwrt_rebuilder_future': my_description: 'Rebuild an OpenWrt snapshot or a release in the future.' my_hname: 'osuosl172' my_timed: '0 2 * * *' my_shell: "/srv/jenkins/bin/reproducible_openwrt_rebuild.py" my_shellext: ".sh" my_shell: '/srv/jenkins/bin/reproducible_{my_task}{my_shellext}' my_hname: '' Loading