From 1c98029bb0a3bbfc9c47af5fd33ee263c4a6de0d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 23 Sep 2015 13:36:45 -0400 Subject: [PATCH] add i386-ancient build --- Build/DistributionUpdate.hs | 2 +- .../comment_5_8d5e7b7aa25a82e14611e0b852512adf._comment | 8 ++++++++ doc/builds.mdwn | 6 ++++++ doc/install/Linux_standalone.mdwn | 6 ++++++ 4 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 doc/bugs/Set_some_reasonable_requirements_lower-bound_for_linux_standalone_builds:_no_longer_usable_on_CentOS_6.5/comment_5_8d5e7b7aa25a82e14611e0b852512adf._comment diff --git a/Build/DistributionUpdate.hs b/Build/DistributionUpdate.hs index 1afaec994b..acd27b92b9 100644 --- a/Build/DistributionUpdate.hs +++ b/Build/DistributionUpdate.hs @@ -31,7 +31,7 @@ signingKey = "89C809CB" -- it in the repository. autobuilds :: [(URLString, FilePath)] autobuilds = - (map linuxarch ["i386", "amd64", "armel"]) ++ + (map linuxarch ["i386", "amd64", "armel", "i386-ancient"]) ++ (map androidversion ["4.0", "4.3", "5.0"]) ++ [ (autobuild "x86_64-apple-yosemite/git-annex.dmg", "git-annex/OSX/current/10.10_Yosemite/git-annex.dmg") , (autobuild "windows/git-annex-installer.exe", "git-annex/windows/current/git-annex-installer.exe") diff --git a/doc/bugs/Set_some_reasonable_requirements_lower-bound_for_linux_standalone_builds:_no_longer_usable_on_CentOS_6.5/comment_5_8d5e7b7aa25a82e14611e0b852512adf._comment b/doc/bugs/Set_some_reasonable_requirements_lower-bound_for_linux_standalone_builds:_no_longer_usable_on_CentOS_6.5/comment_5_8d5e7b7aa25a82e14611e0b852512adf._comment new file mode 100644 index 0000000000..d3662569cd --- /dev/null +++ b/doc/bugs/Set_some_reasonable_requirements_lower-bound_for_linux_standalone_builds:_no_longer_usable_on_CentOS_6.5/comment_5_8d5e7b7aa25a82e14611e0b852512adf._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 5""" + date="2015-09-23T17:35:51Z" + content=""" +I've added an "ancient" autobuild, which is run on Debian stable plus +minimal backports (currently of optparse-applicative only). +"""]] diff --git a/doc/builds.mdwn b/doc/builds.mdwn index 5f5174076e..0e6bc7ccd6 100644 --- a/doc/builds.mdwn +++ b/doc/builds.mdwn @@ -12,6 +12,9 @@

Linux armel

+

Linux i386-ancient

+

Android

@@ -34,6 +37,9 @@

Linux armel

+

Linux i386-ancient

+

Android

diff --git a/doc/install/Linux_standalone.mdwn b/doc/install/Linux_standalone.mdwn index c6fb27de4d..4d0a1c096d 100644 --- a/doc/install/Linux_standalone.mdwn +++ b/doc/install/Linux_standalone.mdwn @@ -7,6 +7,7 @@ dependencies and is self-contained. * x86-32: [download tarball](https://downloads.kitenet.net/git-annex/linux/current/git-annex-standalone-i386.tar.gz) * x86-64: [download tarball](https://downloads.kitenet.net/git-annex/linux/current/git-annex-standalone-amd64.tar.gz) +* x86-32, for ancient kernels: [download tarball](https://downloads.kitenet.net/git-annex/linux/current/git-annex-standalone-i386-ancient.tar.gz) * arm: [download tarball](https://downloads.kitenet.net/git-annex/linux/current/git-annex-standalone-armel.tar.gz) To use, just unpack the tarball, `cd git-annex.linux` and run `./runshell` @@ -24,6 +25,10 @@ linux systems. * [[tips/Synology_NAS_and_git_annex]] * [[forum_thread|forum/new_linux_arm_tarball_build]] +The build for ancient kernels is for use with Linux kernel versions +such as 2.6.32. It is missing some features, like SHA3 support and +the webapp. It will work on both 32 and 64 bit systems. + ## autobuilds An hourly autobuild is also available, thanks to Mesar Hameed and the University @@ -31,6 +36,7 @@ of Bath CS department. * x86-32: [download tarball](https://downloads.kitenet.net/git-annex/autobuild/i386/git-annex-standalone-i386.tar.gz) ([build logs](https://downloads.kitenet.net/git-annex/autobuild/i386/)) * x86-64: [download tarball](https://downloads.kitenet.net/git-annex/autobuild/amd64/git-annex-standalone-amd64.tar.gz) ([build logs](https://downloads.kitenet.net/git-annex/autobuild/amd64/)) +* x86-32, for ancient kernels: [download tarball](https://downloads.kitenet.net/git-annex/autobuild/i386-ancient/git-annex-standalone-i386-ancient.tar.gz) ([build logs](https://downloads.kitenet.net/git-annex/autobuild/i386-ancient/)) The arm autobuilder runs daily, and is hosted at [WetKnee Books](http://www.wetknee.com/).