286 Commits
Author SHA1 Message Date
Robert Adams be7abbedc0 Add comment to README.md about doing a "docker pull" to get the latest version if the image. 2022-05-26 14:55:38 +00:00
Robert Adams 01d73acf7d Update binaries and version
Make setupConvoar.sh executable
2022-05-20 16:13:06 +00:00
Robert Adams 98d4885dd2 Update version to 2.0.6
Update binaries
2022-05-16 13:53:33 -07:00
Robert Adams e314f75705 Update ReleaseSteps.txt
Use 'master' branch for setting up Convoar (change to setupConvoar.sh)
2022-05-16 20:44:51 +00:00
Robert Adams 2c99f4a2ac Dockerfile: use convoar source branch 'master' 2022-05-10 20:37:44 -07:00
Robert Adams 628a932bda Update binary files in dist/ 2022-05-10 20:31:22 -07:00
Robert Adams 6ca5e0da61 README.md: update location of built docker file 2022-05-10 20:29:37 -07:00
Robert Adams 852d61cb5b docker-publish.yml: image owner is 'misterblue' 2022-05-10 20:00:10 -07:00
Robert Adams 943a1ed26f Dockerfile: fix problem of doing mkdir on existing folder 2022-05-10 19:15:15 -07:00
Robert Adams 26b34b9530 docker-publish.yml: another attempt at YAML list syntax for build-args 2022-05-10 18:52:17 -07:00
Robert Adams 08985eebf3 docker-publish.yml: another fix for VERSION spec syntax 2022-05-10 18:46:08 -07:00
Robert Adams 9dbad746dd docker-publish.yml: fix syntax of specifying VERSION build-arg to docker-build-push 2022-05-10 18:42:19 -07:00
Robert Adams 913c42725d docker-publish.yml: correct version specification in docker-build-push 2022-05-10 18:32:32 -07:00
Robert Adams 78c44c6944 Try for correct syntax for build-args in build-push-action 2022-05-10 18:26:41 -07:00
Robert Adams 4d2be64b7b Update docker-publish.yml to maybe not give build error 2022-05-10 18:20:32 -07:00
Robert Adams c190b68d2a Update README.md
add update 'buildDocker.sh' to default to just building image
add 'setupConvoar.sh' script to load the addon-modules libraries
2022-05-10 17:40:58 -07:00
Robert Adams 7092e6d7b3 Checkin complete built version of Convoar in dist/ directory. 2022-05-10 11:50:28 -07:00
Robert Adams 71a6a6f05e Add version of OpenSimulator/libOpenMetaverse libraries to bin/
so builds can be done without needing OpenSimulator sources
2022-05-10 11:49:25 -07:00
Robert Adams ff6efbac6d Display versions of Herbal3d libraries used on startup
Update dist/ binaries
Update version to 2.0.5
2022-05-03 09:25:12 -06:00
Robert Adams 1aeb58f95a Bump version to 2.0.4
Update binary files in dist/ directory
Eliminate compile warning
2022-05-03 08:48:29 -06:00
Robert Adams ce0e4a8b96 Bump version to 2.0.3 2022-05-03 07:43:44 -06:00
Robert Adams 1458362d2f DockerFile fixed to build BuildVersion properly 2022-05-03 07:42:03 -06:00
Robert Adams b3ccc3b990 Add execution mode to .sh and .exe files 2022-05-03 03:28:06 +00:00
Robert Adams 8ec8dae0ab Add parameter for updateVersion.sh to specify the location of the bin file. 2022-05-02 21:06:05 -06:00
Robert Adams 82a61ffe06 Update version and executables 2022-05-02 20:23:35 -06:00
Robert Adams 9ea4839ec5 Update to using BuildVersion based on Framework 4.8 2022-05-02 20:23:02 -06:00
Robert Adams 1f9e2600de Complete using new version generation integration 2022-05-02 15:02:14 -06:00
Robert Adams c7c8549939 Update binaries in runnable dist/ directory 2022-05-02 14:56:49 -06:00
Robert Adams 5df34f8daf Add build target as passed in Docker build arguement 2022-05-02 14:55:33 -06:00
Robert Adams c0697be7b1 Add binaries for BuildVersion for building, etc 2022-05-02 14:54:16 -06:00
Robert Adams 71f027ded8 Add VERSION file with new version of 2.0.1 2022-05-02 14:52:14 -06:00
Robert Adams 46d7c9a347 Start using new version string from BuildVersion. 2022-05-02 14:51:32 -06:00
Robert Adams a90774dd09 Add long version format and put in globals for display.
Update logger and parameters to log to console and to file.
Update Herbal3d libraries.
2022-04-28 22:49:18 -04:00
Robert Adams f779ca06f2 Add a few missing library and config files in the dist/ directory. 2022-04-18 09:11:11 -04:00
Robert Adams 55a068c750 Rework build so Herbal libraries are placed in "addon-modules" directory
so they are the same location as if being built under OpenSimulator.
Move library DLLs from "libs" to "bin" so they are in the same place
  as under OpenSimulator builds.
Many changes to make things compile.
Update OpenSim libraries
Update libOpenMetaverse libraries
2022-04-18 09:03:55 -04:00
Robert Adams 733f7c90f9 workflow/docker-publish.yml: place 'context' in proper place. 2021-04-23 16:43:42 -07:00
Robert Adams d28cbfe8b8 workflow:docker-publish.yml: adding missing 'context' since Dockerfile not at top level. 2021-04-23 16:40:27 -07:00
Robert Adams c4b84bbc4e workflow:docker-publish.yml: even more tweeks to tag names trying to find legal format 2021-04-23 16:23:41 -07:00
Robert Adams 2d008e8169 workflow:docker-publish.yml: even more tweeks to tag names. 2021-04-23 15:44:06 -07:00
Robert Adams 8cb5c7b67a workflow/docker-publish.yml: tweek tag format
Again, the Github documentation is not consistant.
2021-04-23 15:35:35 -07:00
Robert Adams 3fb277b66e Correct syntax of runner environment variable spec in workflow/docker-publish.yml 2021-04-23 15:32:32 -07:00
Robert Adams 4032a4dbfe More updates to workflow/docker-publish.yml
Github documentation differs on how to use some of the plugins
2021-04-23 14:51:26 -07:00
Robert Adams 1c15e5bbba Add secret token for pushing built image.
Add QEMU setup just because.
2021-04-23 14:34:23 -07:00
Robert 1d41bb8e78 Add workflow docker-publish.yml 2021-04-23 14:15:24 -07:00
Robert Adams b1674b0066 Update the contests of the dist/ directory with latest Windows10 things.
This completes the change from .NET Core to one of the Frameworks
    in order to match whatever the OpenSimulator binaries needed.
Updated gatherLibs.sh to fetch both OpenSimulator and libOpenMetaverse
    binaries from the OpenSimulator bin/ directory so that everything
    matches.
2020-01-15 16:48:57 -08:00
Robert Adams fae1e64c9a Merge branch 'master' of github.com:Misterblue/convoar 2020-01-09 15:16:19 -08:00
Robert Adams a8f552819c Move Dockerfile into docker/ subdirectory so Docker build context is smaller. 2020-01-09 15:15:34 -08:00
Robert Adams d40333de64 Bump the Assembly version to 1.2.5 like the VERSION file. 2020-01-09 13:46:42 -08:00
Robert Adams 3476f66f22 Even more cleanup of the Task invocation. It used to be exiting the
Task before all the images were written out.
2020-01-09 13:44:37 -08:00
Robert Adams 02101be6a9 Even more tweaking of the completion wait logic: Do a Wait() on the
Start() task inside the Task.Run.
2020-01-09 13:34:04 -08:00