Skip to content

Commit

Permalink
pub
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Feb 19, 2024
1 parent e22de98 commit 338cdd4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 4 additions & 6 deletions flavours/classic/config/deps.flavour.git
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ bonfire_editor_milkdown = "https://github.com/bonfire-networks/bonfire_editor_mi

## EXPERIMENTAL ##
bonfire_label = "https://github.com/bonfire-networks/bonfire_label#main"
bonfire_open_science = "https://github.com/bonfire-networks/bonfire_open_science#main"
bonfire_open_id = "https://github.com/bonfire-networks/bonfire_open_id#main"
# boruta = "https://gitlab.com/patatoid/boruta_auth#master"

# bonfire_pages = "https://github.com/bonfire-networks/bonfire_pages#main"
# bonfire_ui_groups = "https://github.com/bonfire-networks/bonfire_ui_groups#main"
Expand All @@ -50,19 +53,14 @@ bonfire_label = "https://github.com/bonfire-networks/bonfire_label#main"

# bonfire_gatherings = "https://github.com/bonfire-networks/bonfire_gatherings"

# bonfire_open_id = "https://github.com/bonfire-networks/bonfire_open_id#main"
# boruta = "https://gitlab.com/patatoid/boruta_auth#master"

# rauversion_extension = "https://github.com/mayel/rauversion-phx.git#modular-extension-step2"
# needed for rauversion:
# mogrify = "https://github.com/chaskiq/mogrify.git#identify-option"

#bonfire_encrypt = "https://github.com/bonfire-networks/bonfire_encrypt#main"
# bonfire_encrypt = "https://github.com/bonfire-networks/bonfire_encrypt#main"

# bonfire_livebook = "https://github.com/bonfire-networks/bonfire_livebook#main"
# livebook = "https://github.com/mayel/livebook#fork"


# bonfire_gatherings = "https://github.com/bonfire-networks/bonfire_gatherings"

ex_aws = "https://github.com/bonfire-networks/ex_aws#main"
1 change: 1 addition & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ deps-unlock-unused:

dep-clean dep:
@just mix "deps.clean $dep --build"
@just mix "deps.clean bonfire --build"

# Clone a git dep and use the local version, eg: `just dep-clone-local bonfire_me https://github.com/bonfire-networks/bonfire_me`
dep-clone-local dep repo:
Expand Down

0 comments on commit 338cdd4

Please sign in to comment.