From a2f3692f3cbafce974acefb1c6e31a233c7e3392 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Thu, 25 Sep 2014 09:26:41 +0200 Subject: [PATCH] util: Stop syncing Ubuntu Saucy --- util/deb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/deb.sh b/util/deb.sh index 6976f75..8bf3053 100755 --- a/util/deb.sh +++ b/util/deb.sh @@ -288,12 +288,12 @@ ubuntu_old() { ubuntu_oneiric ubuntu_raring ubuntu_quantal + ubuntu_saucy } ubuntu_active() { ubuntu_lucid # until 2015-04 ubuntu_precise # until 2017-04 - ubuntu_saucy # until 2014-07 ubuntu_trusty # until 2019-04 }