remove old android app autobuild
This commit is contained in:
parent
b72f1e1b48
commit
cbdb6671d6
2 changed files with 0 additions and 11 deletions
|
@ -35,7 +35,6 @@ signingKey = "89C809CB"
|
||||||
autobuilds :: [(URLString, FilePath)]
|
autobuilds :: [(URLString, FilePath)]
|
||||||
autobuilds =
|
autobuilds =
|
||||||
(map linuxarch ["i386", "amd64", "armel", "arm64", "i386-ancient"]) ++
|
(map linuxarch ["i386", "amd64", "armel", "arm64", "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 "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")
|
||||||
]
|
]
|
||||||
|
@ -44,10 +43,6 @@ autobuilds =
|
||||||
( autobuild (a ++ "/git-annex-standalone-" ++ a ++ ".tar.gz")
|
( autobuild (a ++ "/git-annex-standalone-" ++ a ++ ".tar.gz")
|
||||||
, "git-annex/linux/current/git-annex-standalone-" ++ a ++ ".tar.gz"
|
, "git-annex/linux/current/git-annex-standalone-" ++ a ++ ".tar.gz"
|
||||||
)
|
)
|
||||||
androidversion v =
|
|
||||||
( autobuild ("android/" ++ v ++ "/git-annex.apk")
|
|
||||||
, "git-annex/android/current/" ++ v ++ "/git-annex.apk"
|
|
||||||
)
|
|
||||||
autobuild f = "https://downloads.kitenet.net/git-annex/autobuild/" ++ f
|
autobuild f = "https://downloads.kitenet.net/git-annex/autobuild/" ++ f
|
||||||
|
|
||||||
main :: IO ()
|
main :: IO ()
|
||||||
|
|
|
@ -18,9 +18,6 @@
|
||||||
<h2>Linux i386-ancient</h2>
|
<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 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>
|
</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>
|
|
||||||
<h2>OSX Yosemite</h2>
|
<h2>OSX Yosemite</h2>
|
||||||
<iframe width=1024 height=20em scrolling=no frameborder=0 marginheight=0 marginwidth=0 src="https://downloads.kitenet.net/git-annex/autobuild/x86_64-apple-yosemite/build-version">
|
<iframe width=1024 height=20em scrolling=no frameborder=0 marginheight=0 marginwidth=0 src="https://downloads.kitenet.net/git-annex/autobuild/x86_64-apple-yosemite/build-version">
|
||||||
</iframe>
|
</iframe>
|
||||||
|
@ -46,9 +43,6 @@
|
||||||
<h2>Linux i386-ancient</h2>
|
<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 width=1024 scrolling=no frameborder=0 marginheight=0 marginwidth=0 src="https://downloads.kitenet.net/git-annex/autobuild/i386-ancient/">
|
||||||
</iframe>
|
</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>
|
|
||||||
<h2>OSX Yosemite</h2>
|
<h2>OSX Yosemite</h2>
|
||||||
<iframe width=1024 scrolling=no frameborder=0 marginheight=0 marginwidth=0 src="https://downloads.kitenet.net/git-annex/autobuild/x86_64-apple-yosemite/">
|
<iframe width=1024 scrolling=no frameborder=0 marginheight=0 marginwidth=0 src="https://downloads.kitenet.net/git-annex/autobuild/x86_64-apple-yosemite/">
|
||||||
</iframe>
|
</iframe>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue