diff --git a/ChangeLog b/ChangeLog index 4d37f88..19c9cef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2017-12-21 15:18 + + * [r109] ChangeLog, INSTALL, ax_init_standard_project.m4, + bootstrap.sh, mac-create-app-bundle.sh, template.sh: + update of build system + 2017-12-07 10:43 * [r108] INSTALL, ax_check_qt.m4, ax_init_standard_project.m4, diff --git a/build-in-docker.conf b/build-in-docker.conf index 6a036de..1fd8121 100644 --- a/build-in-docker.conf +++ b/build-in-docker.conf @@ -11,6 +11,6 @@ # Use Ubuntu Universe Repository repos+=("ubuntu:::universe") -# Use Marc Wäckerlin's Repository, see https://dev.marc.waeckerlin.org -repos+=("debian|ubuntu:::https://dev.marc.waeckerlin.org/repository:::https://dev.marc.waeckerlin.org/repository/@DISTRIBUTOR@/marc-waeckerlin.repo") -keys+=("https://dev.marc.waeckerlin.org/repository/PublicKey") +# Use Marc Wäckerlin's Repository, see https://mrw.sh +repos+=("debian|ubuntu:::https://repository.mrw.sh:::https://repository.mrw.sh/@DISTRIBUTOR@/marc-waeckerlin.repo") +keys+=("https://repository.mrw.sh/PublicKey")