windows autobuild images now available from downloads.kitenet.net
The autobuilder's own https cert is expired.
This commit is contained in:
parent
63deeddbd5
commit
4a86430567
2 changed files with 6 additions and 5 deletions
|
@ -33,18 +33,19 @@ autobuilds :: [(URLString, FilePath)]
|
||||||
autobuilds =
|
autobuilds =
|
||||||
(map linuxarch ["i386", "amd64", "armel"]) ++
|
(map linuxarch ["i386", "amd64", "armel"]) ++
|
||||||
(map androidversion ["4.0", "4.3"]) ++
|
(map androidversion ["4.0", "4.3"]) ++
|
||||||
[ ("https://downloads.kitenet.net/git-annex/autobuild/x86_64-apple-mavericks/git-annex.dmg", "git-annex/OSX/current/10.9_Mavericks/git-annex.dmg")
|
[ (autobuild "x86_64-apple-mavericks/git-annex.dmg", "git-annex/OSX/current/10.9_Mavericks/git-annex.dmg")
|
||||||
, ("https://qa.nest-initiative.org/view/msysGit/job/msysgit-git-annex-assistant-test/lastSuccessfulBuild/artifact/git-annex/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")
|
||||||
]
|
]
|
||||||
where
|
where
|
||||||
linuxarch a =
|
linuxarch a =
|
||||||
( "https://downloads.kitenet.net/git-annex/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 =
|
androidversion v =
|
||||||
( "http://downloads.kitenet.net/git-annex/autobuild/android/" ++ v ++ "/git-annex.apk"
|
( autobuild ("android/" ++ v ++ "/git-annex.apk")
|
||||||
, "git-annex/android/current/" ++ v ++ "/git-annex.apk"
|
, "git-annex/android/current/" ++ v ++ "/git-annex.apk"
|
||||||
)
|
)
|
||||||
|
autobuld f = "https://downloads.kitenet.net/git-annex/autobuild/" ++ f
|
||||||
|
|
||||||
main :: IO ()
|
main :: IO ()
|
||||||
main = do
|
main = do
|
||||||
|
|
|
@ -20,7 +20,7 @@ should end with "All tests passed".
|
||||||
A daily build is also available, thanks to Yury V. Zaytsev and
|
A daily build is also available, thanks to Yury V. Zaytsev and
|
||||||
[NEST](http://nest-initiative.org/).
|
[NEST](http://nest-initiative.org/).
|
||||||
|
|
||||||
* [download](https://qa.nest-initiative.org/view/msysGit/job/msysgit-git-annex-assistant-test/lastSuccessfulBuild/artifact/git-annex/git-annex-installer.exe) ([build logs](https://qa.nest-initiative.org/view/msysGit/job/msysgit-git-annex-assistant-test/))
|
* [download](https://downloads.kitenet.net/git-annex/autobuild/windows/) ([build logs](https://qa.nest-initiative.org/view/msysGit/job/msysgit-git-annex-assistant-test/))
|
||||||
|
|
||||||
## building it yourself
|
## building it yourself
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue