Skip to content

To be able to build the meta repo with zopen

License

Notifications You must be signed in to change notification settings

netskink/metaport

 
 

Repository files navigation

Automatic version updates

meta

A test validation of our 'meta' tools. metaport MUST be run before any code in 'meta' repo can be merged into main

By default, metaport will pull down the latest 'meta' repo. To test against your local development repo, do the following:

Export ZOPEN_META_DEV_ROOT to the root of your cloned git 'meta' repo, e.g

export ZOPEN_META_DEV_ROOT=$HOME/zopen/dev/meta/

By default, metaport will pull down the latest 'zotsampleport' repo. To test against a branch under development, do the following:

Export ZOPEN_ZOT_SAMPLEPORT_BRANCH to the branch of 'zopensampleport' repo you want to test, e.g.

export ZOPEN_ZOT_SAMPLEPORT_BRANCH=updateversion

Change directory to your 'metaport' repo, e.g.

cd $HOME/zopen/dev/metaport

Perform zopen build and validate that the tests all run correctly against your local build, e.g.

zopen build

Note that running zopen build against your development repo will NOT install the code into your environment.

About

To be able to build the meta repo with zopen

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 95.3%
  • Groovy 4.7%