This commit is contained in:
Mayel de Borniol 2024-01-16 15:48:42 +00:00
parent fc4e6ae06c
commit 65f4b1b6b9
3 changed files with 13 additions and 13 deletions

View file

@ -315,13 +315,13 @@ update-fork-path path cmd='pull' mindepth='0' maxdepth='1':
find $path -mindepth $mindepth -maxdepth $maxdepth -type d -exec ./git-publish.sh {} $cmd \;
# Fetch locked version of non-forked deps
deps-get *args='':
@deps-get *args='':
just mix deps.get $@
-just mix-remote deps.get $@ || echo "Oops, could not download mix deps"
just deps-post-get
just js-deps-get
deps-post-get:
@deps-post-get:
ln -sf ../../../priv/static extensions/bonfire/priv/static || ln -sf ../../../priv/static deps/bonfire/priv/static || echo "Could not find a priv/static dir to use"
-cd deps/bonfire/priv && ln -sf ../../../priv/repo
-cd extensions/bonfire/priv && ln -sf ../../../priv/repo
@ -719,7 +719,7 @@ dc *args='':
{{ if WITH_DOCKER != "no" { "(echo Starting docker services to run in the background: $services && docker compose up -d $services) || echo \"WARNING: You may want to make sure the docker daemon is started or run 'colima start' first.\"" } else { "echo Skipping docker services"} }}
# Build the docker image
build: init
@build: init
mkdir -p deps
{{ if WITH_DOCKER != "no" { "docker compose pull || echo Oops, could not download the Docker images!" } else { "just mix setup" } }}
{{ if WITH_DOCKER == "total" { "export $(./tool-versions-to-env.sh 3 | xargs) && export $(grep -v '^#' .tool-versions.env | xargs) && export ELIXIR_DOCKER_IMAGE=${ELIXIR_VERSION}-erlang-${ERLANG_VERSION}-alpine-${ALPINE_VERSION} && docker compose build" } else { "echo ." } }}

View file

@ -96,7 +96,7 @@ defmodule Bonfire.Umbrella.MixProject do
@default_flavour "classic"
@config [
# note that the flavour will automatically be added where the dash appears
version: "0.9.8-beta.24",
version: "0.9.8-beta.25",
elixir: ">= #{System.get_env("ELIXIR_VERSION", "1.13.4")}",
default_flavour: @default_flavour,
logo: "assets/static/images/bonfire-icon.png",

View file

@ -31,12 +31,12 @@
"bonfire_boundaries": {:git, "https://github.com/bonfire-networks/bonfire_boundaries", "d93d159da0ada2b7c0391a3d80f77ab321ea0c43", [branch: "main"]},
"bonfire_breadpub": {:git, "https://github.com/bonfire-networks/bonfire_breadpub", "931a13a2edd55ce3d79a758296807db6ceb90d8b", [branch: "main"]},
"bonfire_classify": {:git, "https://github.com/bonfire-networks/bonfire_classify", "adde7f6ccd32ed77e97e9527002cb303607a5bb2", [branch: "main"]},
"bonfire_common": {:git, "https://github.com/bonfire-networks/bonfire_common", "7d1cf5a66ba53b97507b8d1b07ea2f86d398028a", [branch: "main"]},
"bonfire_common": {:git, "https://github.com/bonfire-networks/bonfire_common", "b41051cbf59d04dd02ddb7bc4ad8d6803f1c523f", [branch: "main"]},
"bonfire_data_access_control": {:git, "https://github.com/bonfire-networks/bonfire_data_access_control", "d5a1365618fbe244ab8c15cd4f72f698052d9966", [branch: "main"]},
"bonfire_data_activity_pub": {:git, "https://github.com/bonfire-networks/bonfire_data_activity_pub", "30b89e6d778194424bc7570f7bcd4a342bb8c952", [branch: "main"]},
"bonfire_data_assort": {:git, "https://github.com/bonfire-networks/bonfire_data_assort", "a1400e4aaac1bd21641f7bb4c477ffef921c76f7", [branch: "master"]},
"bonfire_data_edges": {:git, "https://github.com/bonfire-networks/bonfire_data_edges", "68d90f95a9d281992a6b051150643b07f592ea36", [branch: "main"]},
"bonfire_data_identity": {:git, "https://github.com/bonfire-networks/bonfire_data_identity", "d998a4d12d4d06490c2f3f18544294fcfa72065d", [branch: "main"]},
"bonfire_data_identity": {:git, "https://github.com/bonfire-networks/bonfire_data_identity", "53ab2c7560da671bfbbdec962ef9de1562d73df5", [branch: "main"]},
"bonfire_data_shared_user": {:git, "https://github.com/bonfire-networks/bonfire_data_shared_user", "1bc4d0de4d697e13dc2aef6fa57b4a834424f355", [branch: "main"]},
"bonfire_data_social": {:git, "https://github.com/bonfire-networks/bonfire_data_social", "b9ccf824abf31728c5274b2df82addbb37c16d19", [branch: "main"]},
"bonfire_ecto": {:git, "https://github.com/bonfire-networks/bonfire_ecto", "b2f33f64166566bbba1716776d35a7a4f2489b74", [branch: "main"]},
@ -48,25 +48,25 @@
"bonfire_geolocate": {:git, "https://github.com/bonfire-networks/bonfire_geolocate", "b66b8bd38cc3e0d879c6c12444ef8ccdbb067fb4", [branch: "main"]},
"bonfire_invite_links": {:git, "https://github.com/bonfire-networks/bonfire_invite_links", "cd15adc4fd8a7eb1d99ad79c985a49a67334ca31", [branch: "main"]},
"bonfire_mailer": {:git, "https://github.com/bonfire-networks/bonfire_mailer", "001ca742f2bcc234c2d84500d0de3d70a9ad44e8", [branch: "main"]},
"bonfire_me": {:git, "https://github.com/bonfire-networks/bonfire_me", "b4d678b94d1479d29b762b334985517faadfbd73", [branch: "main"]},
"bonfire_me": {:git, "https://github.com/bonfire-networks/bonfire_me", "f8774a4d21556abea22652d6cc2ba88b0d5de7c5", [branch: "main"]},
"bonfire_messages": {:git, "https://github.com/bonfire-networks/bonfire_messages", "013fc393309ca7734a3b482e4ee9ca84433b31f8", []},
"bonfire_pages": {:git, "https://github.com/bonfire-networks/bonfire_pages", "fa480f8a0f19cc296733f56de9b9f56294c01407", [branch: "main"]},
"bonfire_posts": {:git, "https://github.com/bonfire-networks/bonfire_posts", "f34801ac64b170facb136dad223098b8a21bd9be", []},
"bonfire_quantify": {:git, "https://github.com/bonfire-networks/bonfire_quantify", "341a1c1715d9cf017de086e594f060c20c278de3", [branch: "main"]},
"bonfire_search": {:git, "https://github.com/bonfire-networks/bonfire_search", "63d5ccc562bfa68ea6f48fd165cca82523eb3fa0", [branch: "main"]},
"bonfire_social": {:git, "https://github.com/bonfire-networks/bonfire_social", "d75f0b522f34f4a9027e7470ef155abf5b4772e2", [branch: "main"]},
"bonfire_search": {:git, "https://github.com/bonfire-networks/bonfire_search", "642878b81b6d8e798008656420f82cb1ce16c9e6", [branch: "main"]},
"bonfire_social": {:git, "https://github.com/bonfire-networks/bonfire_social", "5fd6fe0a82bb8e32ee7c78ea1f47bf7ccce7616e", [branch: "main"]},
"bonfire_social_graph": {:git, "https://github.com/bonfire-networks/bonfire_social_graph", "948a3b2e85e3f0d600e8ea3c489ac6fe4a87f4af", []},
"bonfire_tag": {:git, "https://github.com/bonfire-networks/bonfire_tag", "a618e86aba5dd7778c18c9fe940b02ba67710e67", [branch: "main"]},
"bonfire_ui_common": {:git, "https://github.com/bonfire-networks/bonfire_ui_common", "0572bf2e0efb3e3345c838a0c43e800017fb2764", [branch: "main"]},
"bonfire_tag": {:git, "https://github.com/bonfire-networks/bonfire_tag", "2ae070c05e9096943fbc0035d704bf9ce9865c84", [branch: "main"]},
"bonfire_ui_common": {:git, "https://github.com/bonfire-networks/bonfire_ui_common", "58aeb9b77e77464c379cbf145e3f1da3e01b317a", [branch: "main"]},
"bonfire_ui_coordination": {:git, "https://github.com/bonfire-networks/bonfire_ui_coordination", "466e3cbd06fde2d611ea484a6fec071e7dcabbcd", [branch: "main"]},
"bonfire_ui_groups": {:git, "https://github.com/bonfire-networks/bonfire_ui_groups", "8f56e7e1a06afced0d1b2ad41e9987b215df0fba", [branch: "main"]},
"bonfire_ui_kanban": {:git, "https://github.com/bonfire-networks/bonfire_ui_kanban", "acc91687692c00a5d0add428addbf15aed700907", [branch: "main"]},
"bonfire_ui_me": {:git, "https://github.com/bonfire-networks/bonfire_ui_me", "5c0c367e4cd939b9b4ef3e131c7f0e86b3b8ec3e", [branch: "main"]},
"bonfire_ui_me": {:git, "https://github.com/bonfire-networks/bonfire_ui_me", "179e15aef6a2bfaa3bc412cf56a9ff99bc1230a8", [branch: "main"]},
"bonfire_ui_messages": {:git, "https://github.com/bonfire-networks/bonfire_ui_messages", "b30a3c4f90d20a7dd91b173812fedecca5fd2a91", []},
"bonfire_ui_moderation": {:git, "https://github.com/bonfire-networks/bonfire_ui_moderation", "5555762537e549c012a03610b287553ba98c1701", []},
"bonfire_ui_posts": {:git, "https://github.com/bonfire-networks/bonfire_ui_posts", "297be1708f1176cd60bbfd1aa10a0bb639f85222", []},
"bonfire_ui_reactions": {:git, "https://github.com/bonfire-networks/bonfire_ui_reactions", "9a55cc2fe289dbcec64cfb740423b90254ba9946", []},
"bonfire_ui_social": {:git, "https://github.com/bonfire-networks/bonfire_ui_social", "686d39c217acedf1bcf2c3e9b5818f7adebc4a1d", [branch: "main"]},
"bonfire_ui_social": {:git, "https://github.com/bonfire-networks/bonfire_ui_social", "254d57330b69687dce75d16fc029857d0c0bd9d2", [branch: "main"]},
"bonfire_ui_social_graph": {:git, "https://github.com/bonfire-networks/bonfire_ui_social_graph", "a0006826c15a3701ebc5a5a5d131c8fa409bbdca", []},
"bonfire_ui_topics": {:git, "https://github.com/bonfire-networks/bonfire_ui_topics", "2ffab160fb754b1739a9c9195649489b2ae5679b", [branch: "main"]},
"bonfire_ui_valueflows": {:git, "https://github.com/bonfire-networks/bonfire_ui_valueflows", "c6f4241643289425a9c6463e3f3a66a5466e6a9e", [branch: "main"]},