summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-09-23 13:36:45 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-09-23 13:36:45 -0400
commit89d6b190483fc0cc73d7adbd265d3d52489f4438 (patch)
tree3f4332a2671d5b9673f50749b307a8c0974cd4e4
parentfabe40722954638aa71ffe2f74d91e67d54255bb (diff)
add i386-ancient build
-rw-r--r--Build/DistributionUpdate.hs2
-rw-r--r--doc/bugs/Set_some_reasonable_requirements_lower-bound_for_linux_standalone_builds:_no_longer_usable_on_CentOS_6.5/comment_5_8d5e7b7aa25a82e14611e0b852512adf._comment8
-rw-r--r--doc/builds.mdwn6
-rw-r--r--doc/install/Linux_standalone.mdwn6
4 files changed, 21 insertions, 1 deletions
diff --git a/Build/DistributionUpdate.hs b/Build/DistributionUpdate.hs
index 1afaec994..acd27b92b 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 000000000..d3662569c
--- /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 5f5174076..0e6bc7ccd 100644
--- a/doc/builds.mdwn
+++ b/doc/builds.mdwn
@@ -12,6 +12,9 @@
<h2>Linux armel</h2>
<iframe width=1024 height=20em scrolling=no frameborder=0 marginheight=0 marginwidth=0 src="https://downloads.kitenet.net/git-annex/autobuild/armel/build-version">
</iframe>
+<h2>Linux i386-ancient</h2>
+<iframe width=1024 height=20em scrolling=no frameborder=0 marginheight=0 marginwidth=0 src="https://downloads.kitenet.net/git-annex/autobuild/i386-ancient/build-version">
+</iframe>
<h2>Android</h2>
<iframe width=1024 height=20em scrolling=no frameborder=0 marginheight=0 marginwidth=0 src="https://downloads.kitenet.net/git-annex/autobuild/android/4.3/build-version">
</iframe>
@@ -34,6 +37,9 @@
<h2>Linux armel</h2>
<iframe width=1024 scrolling=no frameborder=0 marginheight=0 marginwidth=0 src="https://downloads.kitenet.net/git-annex/autobuild/armel/">
</iframe>
+<h2>Linux i386-ancient</h2>
+<iframe width=1024 scrolling=no frameborder=0 marginheight=0 marginwidth=0 src="https://downloads.kitenet.net/git-annex/autobuild/i386-ancient/">
+</iframe>
<h2>Android</h2>
<iframe width=1024 scrolling=no frameborder=0 marginheight=0 marginwidth=0 src="https://downloads.kitenet.net/git-annex/autobuild/android/">
</iframe>
diff --git a/doc/install/Linux_standalone.mdwn b/doc/install/Linux_standalone.mdwn
index c6fb27de4..4d0a1c096 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/).