Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(966)

Unified Diff: chrome/installer/linux/debian/build.sh

Issue 2597523003: Remove wheezy sysroot images support (Closed)
Patch Set: . Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/installer/linux/BUILD.gn ('k') | chrome/installer/linux/debian/expected_deps_ia32_wheezy » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/linux/debian/build.sh
diff --git a/chrome/installer/linux/debian/build.sh b/chrome/installer/linux/debian/build.sh
index a2314b514f3186a1bf2a55d7108c8215e0b28bd2..f619576a3db90765bc6943c8052671ebeaa32d97 100755
--- a/chrome/installer/linux/debian/build.sh
+++ b/chrome/installer/linux/debian/build.sh
@@ -227,12 +227,10 @@ trap cleanup 0
process_opts "$@"
BUILDDIR=${BUILDDIR:=$(readlink -f "${SCRIPTDIR}/../../../../out/Release")}
-if [[ "$(basename ${SYSROOT})" = "debian_wheezy_"*"-sysroot" ]]; then
- TARGET_DISTRO="wheezy"
-elif [[ "$(basename ${SYSROOT})" = "debian_jessie_"*"-sysroot" ]]; then
+if [[ "$(basename ${SYSROOT})" = "debian_jessie_"*"-sysroot" ]]; then
TARGET_DISTRO="jessie"
else
- echo "Debian package can only be built using the wheezy or jessie sysroot."
+ echo "Debian package can only be built using the jessie sysroot."
exit 1
fi
@@ -296,9 +294,7 @@ if [ $BAD_DIFF -ne 0 ] && [ -z "${IGNORE_DEPS_CHANGES:-}" ]; then
echo "ERROR: Shared library dependencies changed!"
echo "If this is intentional, please update:"
echo "chrome/installer/linux/debian/expected_deps_ia32_jessie"
- echo "chrome/installer/linux/debian/expected_deps_ia32_wheezy"
echo "chrome/installer/linux/debian/expected_deps_x64_jessie"
- echo "chrome/installer/linux/debian/expected_deps_x64_wheezy"
echo
exit $BAD_DIFF
fi
« no previous file with comments | « chrome/installer/linux/BUILD.gn ('k') | chrome/installer/linux/debian/expected_deps_ia32_wheezy » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698