From e37b34c6898faa8e2c54f398e34f1ce1eda4473c Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 26 Apr 2016 12:17:51 +0200 Subject: [cron] Fix revision checkout --- remote/modules/cron/module.build | 2 +- remote/modules/cron/module.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'remote/modules') diff --git a/remote/modules/cron/module.build b/remote/modules/cron/module.build index d9f1e825..a4e640a2 100644 --- a/remote/modules/cron/module.build +++ b/remote/modules/cron/module.build @@ -4,7 +4,7 @@ fetch_source() { [ -d "${MODULE_DIR}/src/.git" ] && return 0 rm -rf -- "${MODULE_DIR}/src" - git clone --depth 1 "${REQUIRED_GIT}" "${MODULE_DIR}/src" || perror "Could not create ${MODULE_DIR}/src" + git clone "${REQUIRED_GIT}" "${MODULE_DIR}/src" || perror "Could not create ${MODULE_DIR}/src" cd "${MODULE_DIR}/src" git checkout "${REQUIRED_COMMIT}" || perror "Could not switch to required commit" cd - diff --git a/remote/modules/cron/module.conf b/remote/modules/cron/module.conf index 60d5555d..6f07729f 100644 --- a/remote/modules/cron/module.conf +++ b/remote/modules/cron/module.conf @@ -1,5 +1,5 @@ REQUIRED_GIT="http://git.fedorahosted.org/git/cronie.git" -REQUIRED_COMMIT="bab45f0b817d8829f2423e033d90974c9a3abc20" +REQUIRED_COMMIT="c219d7cb9d4887f685ac4ff1e9439b0d8aa39ef6" REQUIRED_BINARIES=" crond " -- cgit v1.2.3-55-g7522