Kenji Okimoto
null+****@clear*****
Wed Jun 28 18:13:43 JST 2017
Kenji Okimoto 2017-06-28 18:13:43 +0900 (Wed, 28 Jun 2017) New Revision: cdddcefc63e925e0f0e3a51a54d777c576a7cca4 https://github.com/milter-manager/milter-manager/commit/cdddcefc63e925e0f0e3a51a54d777c576a7cca4 Message: package apt: Drop Debian jessie support Because it is old stable. Modified files: package/apt/Makefile.am package/apt/build-in-clean-room.sh package/apt/sign-repository.sh package/apt/update-repository.sh package/apt/upload-packages.sh Modified: package/apt/Makefile.am (+1 -1) =================================================================== --- package/apt/Makefile.am 2017-06-28 16:03:30 +0900 (af971cc) +++ package/apt/Makefile.am 2017-06-28 18:13:43 +0900 (bffbf1d) @@ -1,6 +1,6 @@ DISTRIBUTIONS = debian ARCHITECTURES = i386 amd64 -CODE_NAMES = jessie stretch buster unstable +CODE_NAMES = stretch buster unstable CLEAN_ROOM_BASE = /var/cache/pbuilder RELEASE = 1 Modified: package/apt/build-in-clean-room.sh (+2 -2) =================================================================== --- package/apt/build-in-clean-room.sh 2017-06-28 16:03:30 +0900 (400a0eb) +++ package/apt/build-in-clean-room.sh 2017-06-28 18:13:43 +0900 (31bdfb5) @@ -43,7 +43,7 @@ build_by_pbuilder() code_name=$2 source_dir=${script_base_dir}/../.. case ${code_name} in - jessie|stretch|buster|unstable) + stretch|buster|unstable) distribution=debian component=main ;; @@ -75,7 +75,7 @@ build_by_pbuilder() OPTS+=( --othermirror "deb $MIRROR $code_name-security main universe" ) OPTS+=( --debootstrapopts --keyring=/usr/share/keyrings/ubuntu-archive-keyring.gpg ) ;; - jessie|buster|stretch) + buster|stretch) MIRROR=http://ftp.jp.debian.org/debian OPTS+=( --mirror "$MIRROR" ) OPTS+=( --othermirror "deb http://security.debian.org $code_name/updates main" ) Modified: package/apt/sign-repository.sh (+1 -1) =================================================================== --- package/apt/sign-repository.sh 2017-06-28 16:03:30 +0900 (f8cb7ee) +++ package/apt/sign-repository.sh 2017-06-28 18:13:43 +0900 (9fedfc7) @@ -23,7 +23,7 @@ run() for code_name in ${CODE_NAMES}; do case ${code_name} in - jessie|stretch|buster|unstable) + stretch|buster|unstable) distribution=debian ;; *) Modified: package/apt/update-repository.sh (+1 -1) =================================================================== --- package/apt/update-repository.sh 2017-06-28 16:03:30 +0900 (c25cdb6) +++ package/apt/update-repository.sh 2017-06-28 18:13:43 +0900 (ce57264) @@ -108,7 +108,7 @@ EOF for code_name in ${CODE_NAMES}; do case ${code_name} in - jessie|stretch|buster|unstable) + stretch|buster|unstable) distribution=debian component=main ;; Modified: package/apt/upload-packages.sh (+1 -1) =================================================================== --- package/apt/upload-packages.sh 2017-06-28 16:03:30 +0900 (516579e) +++ package/apt/upload-packages.sh 2017-06-28 18:13:43 +0900 (7cd8b8a) @@ -30,7 +30,7 @@ upload_packages() code_name=$2 case ${code_name} in - jessie|stretch|buster|unstable) + stretch|buster|unstable) distribution=debian component=main ;; -------------- next part -------------- An HTML attachment was scrubbed... Download