avoid circular dep

This commit is contained in:
Mayel de Borniol 2022-04-07 15:06:53 +12:00
parent ef297484b5
commit 21cfaa8e8f
3 changed files with 3 additions and 3 deletions

View file

@ -162,8 +162,8 @@ update.deps.all: ## Update evey single dependency (use with caution)
@make --no-print-directory update.dep~"--all"
update.dep~%: ## Update a specify dep (eg. `make update.dep~pointers`)
@make --no-print-directory mix.remote~"deps.update $*"
@chmod +x git-publish.sh && ./git-publish.sh $(FORKS_PATH)/$* pull
@make --no-print-directory mix.remote~"deps.update $*"
update.forks: ## Pull the latest commits from all ./forks
@jungle git fetch || echo "Jungle not available, will fetch one by one instead."

View file

@ -3,7 +3,7 @@ defmodule Bonfire.MixProject do
use Mix.Project
@config [ # TODO: put these in ENV or an external writeable config file similar to deps.*
version: "0.2.0-alpha.13", # note that the flavour will automatically be added where the dash appears
version: "0.2.0-alpha.14", # note that the flavour will automatically be added where the dash appears
elixir: "~> 1.12",
default_flavour: "classic",
logo: "assets/static/images/bonfire-icon.png",

View file

@ -16,7 +16,7 @@
"bonfire_boundaries": {:git, "https://github.com/bonfire-networks/bonfire_boundaries", "7082e7628dfd918cfa3198fb3f8a5faf9312d36f", [branch: "main"]},
"bonfire_breadpub": {:git, "https://github.com/bonfire-networks/bonfire_breadpub", "7bab1eebe46c091e9e1d79a485e91c5d94956922", [branch: "main"]},
"bonfire_classify": {:git, "https://github.com/bonfire-networks/bonfire_classify", "865398a5b3a3e8e6bcdf9287c48a1643a391531e", [branch: "main"]},
"bonfire_common": {:git, "https://github.com/bonfire-networks/bonfire_common", "43a7c22e2707be7fa80d4d800cdd26264248d274", [branch: "main"]},
"bonfire_common": {:git, "https://github.com/bonfire-networks/bonfire_common", "dc8744486ef8154a77e5253aa35497e899e5ff9c", [branch: "main"]},
"bonfire_data_access_control": {:git, "https://github.com/bonfire-networks/bonfire_data_access_control", "371c12e51db03dde11219b37ae2b768f6fd8aa2e", [branch: "main"]},
"bonfire_data_activity_pub": {:git, "https://github.com/bonfire-networks/bonfire_data_activity_pub", "5522116c8e5b1a6264fe87139c0a0345aa715cd9", [branch: "main"]},
"bonfire_data_assort": {:git, "https://github.com/bonfire-networks/bonfire_data_assort", "703fffbde20d49d38f938f1cb7b967af9043bd0f", []},