about summary refs log tree commit diff
path: root/overlays/patches/emacs/overlay/repos/emacs/update
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/patches/emacs/overlay/repos/emacs/update')
-rwxr-xr-xoverlays/patches/emacs/overlay/repos/emacs/update2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlays/patches/emacs/overlay/repos/emacs/update b/overlays/patches/emacs/overlay/repos/emacs/update
index 1b5104641de6..beba4b2eee6a 100755
--- a/overlays/patches/emacs/overlay/repos/emacs/update
+++ b/overlays/patches/emacs/overlay/repos/emacs/update
@@ -42,7 +42,7 @@ function update_github_repo() {
 function update_release() {
     echo emacs release
 
-    git clone --shallow-since="$(date --date='-6 month')" https://git.savannah.gnu.org/git/emacs.git emacs_git_repo
+    git clone --shallow-since="$(date --date='-9 month')" https://git.savannah.gnu.org/git/emacs.git emacs_git_repo
     tag=$(git -C emacs_git_repo tag -l --sort=-v:refname 'emacs-*' | grep -v '\-rc' | head -n1)
     rm -rf emacs_git_repo