add i386-ancient build
This commit is contained in:
parent
ffab5a8252
commit
1c98029bb0
4 changed files with 21 additions and 1 deletions
|
@ -31,7 +31,7 @@ signingKey = "89C809CB"
|
||||||
-- it in the repository.
|
-- it in the repository.
|
||||||
autobuilds :: [(URLString, FilePath)]
|
autobuilds :: [(URLString, FilePath)]
|
||||||
autobuilds =
|
autobuilds =
|
||||||
(map linuxarch ["i386", "amd64", "armel"]) ++
|
(map linuxarch ["i386", "amd64", "armel", "i386-ancient"]) ++
|
||||||
(map androidversion ["4.0", "4.3", "5.0"]) ++
|
(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 "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")
|
, (autobuild "windows/git-annex-installer.exe", "git-annex/windows/current/git-annex-installer.exe")
|
||||||
|
|
|
@ -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).
|
||||||
|
"""]]
|
|
@ -12,6 +12,9 @@
|
||||||
<h2>Linux armel</h2>
|
<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 width=1024 height=20em scrolling=no frameborder=0 marginheight=0 marginwidth=0 src="https://downloads.kitenet.net/git-annex/autobuild/armel/build-version">
|
||||||
</iframe>
|
</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>
|
<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 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>
|
</iframe>
|
||||||
|
@ -34,6 +37,9 @@
|
||||||
<h2>Linux armel</h2>
|
<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 width=1024 scrolling=no frameborder=0 marginheight=0 marginwidth=0 src="https://downloads.kitenet.net/git-annex/autobuild/armel/">
|
||||||
</iframe>
|
</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>
|
<h2>Android</h2>
|
||||||
<iframe width=1024 scrolling=no frameborder=0 marginheight=0 marginwidth=0 src="https://downloads.kitenet.net/git-annex/autobuild/android/">
|
<iframe width=1024 scrolling=no frameborder=0 marginheight=0 marginwidth=0 src="https://downloads.kitenet.net/git-annex/autobuild/android/">
|
||||||
</iframe>
|
</iframe>
|
||||||
|
|
|
@ -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-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-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)
|
* 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`
|
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]]
|
* [[tips/Synology_NAS_and_git_annex]]
|
||||||
* [[forum_thread|forum/new_linux_arm_tarball_build]]
|
* [[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
|
## autobuilds
|
||||||
|
|
||||||
An hourly autobuild is also available, thanks to Mesar Hameed and the University
|
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-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-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/).
|
The arm autobuilder runs daily, and is hosted at [WetKnee Books](http://www.wetknee.com/).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue