Skip to content

Commit

Permalink
A304530935131375 archivarius integration (#33)
Browse files Browse the repository at this point in the history
* Add packages for archivarius

* Add source for openprocurement.archivarius.core

* Add new package-name archivarius.core to buildout
  • Loading branch information
yshalenyk authored and kroman0 committed Mar 28, 2017
1 parent a3cd9d8 commit 5ab4f4d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ package-name =
openprocurement.contracting.api
openprocurement.tender.openuadefense
openprocurement.tender.competitivedialogue
openprocurement.archivarius.core
openprocurement.archivarius.contracts
openprocurement.archivarius.plans
openprocurement.archivarius.tenders

auto-checkout = ${:package-name}
parts =
Expand Down Expand Up @@ -54,6 +58,10 @@ openprocurement.tender.openeu = git ${remotes:opgh}.tender.openeu.git pushurl=${
openprocurement.contracting.api = git ${remotes:opgh}.contracting.api.git pushurl=${remotes:opgh_push}.contracting.api.git
openprocurement.tender.openuadefense = git ${remotes:opgh}.tender.openuadefense.git pushurl=${remotes:opgh_push}.tender.openuadefense.git
openprocurement.tender.competitivedialogue = git ${remotes:opgh}.tender.competitivedialogue.git pushurl=${remotes:opgh_push}.tender.competitivedialogue.git
openprocurement.archivarius.contracts = git ${remotes:opgh}.archivarius.contracts.git pushurl=${remotes:opgh_push}.archivarius.contracts.git
openprocurement.archivarius.plans = git ${remotes:opgh}.archivarius.plans.git pushurl=${remotes:opgh_push}.archivarius.plans.git
openprocurement.archivarius.tenders = git ${remotes:opgh}.archivarius.tenders.git pushurl=${remotes:opgh_push}.archivarius.tenders.git
openprocurement.archivarius.core = git ${remotes:opgh}.archivarius.core.git pushurl=${remotes:opgh_push}.archivarius.core.git

[config-from-template]
recipe = collective.recipe.template[genshi]:genshi
Expand Down

0 comments on commit 5ab4f4d

Please sign in to comment.