From fd7aa5f27daf421b78653f99a74fb5bdad2407e4 Mon Sep 17 00:00:00 2001 From: Luthando Ndlela <104898641+luthando5@users.noreply.github.com> Date: Sat, 16 Mar 2024 15:01:33 +0200 Subject: [PATCH] Update buildout.cfg Add senaite.core to sources --- buildout.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/buildout.cfg b/buildout.cfg index 9fe5d75..18ef47a 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -44,6 +44,7 @@ sources = sources auto-checkout = * [sources] +senaite.core = git https://github.com/senaite/senaite.core.git pushurl=git@github.com:senaite/senaite.core.git branch=2.x senaite.app.listing = git https://github.com/senaite/senaite.app.listing.git pushurl=git@github.com:senaite/senaite.app.listing.git branch=2.x senaite.app.spotlight = git https://github.com/senaite/senaite.app.spotlight.git pushurl=git@github.com:senaite/senaite.app.spotlight.git branch=2.x senaite.app.supermodel = git https://github.com/senaite/senaite.app.supermodel.git pushurl=git@github.com:senaite/senaite.app.supermodel.git branch=2.x