Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,8 @@ requirements: virtualenv .sdist-requirements
$(VIRTUALENV_DIR)/bin/pip install --upgrade "virtualenv==15.1.0" # Required for packs.install in dev envs.

# Generate all requirements to support current CI pipeline.
$(VIRTUALENV_DIR)/bin/python scripts/fixate-requirements.py --skip=virtualenv -s st2*/in-requirements.txt contrib/runners/*/in-requirements.txt -f fixed-requirements.txt -o requirements.txt
# NOTE: We exclude st2common from final combined requirements.txt
$(VIRTUALENV_DIR)/bin/python scripts/fixate-requirements.py --skip=virtualenv,st2common -s st2*/in-requirements.txt contrib/runners/*/in-requirements.txt -f fixed-requirements.txt -o requirements.txt

# Generate finall requirements.txt file for each component
@for component in $(COMPONENTS_WITH_RUNNERS); do\
Expand Down
1 change: 1 addition & 0 deletions contrib/runners/action_chain_runner/in-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
st2common
2 changes: 1 addition & 1 deletion contrib/runners/action_chain_runner/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Don't edit this file. It's generated automatically!

st2common
4 changes: 3 additions & 1 deletion contrib/runners/action_chain_runner/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
from dist_utils import fetch_requirements
from dist_utils import apply_vagrant_workaround

from st2common import __version__

BASE_DIR = os.path.dirname(os.path.abspath(__file__))
REQUIREMENTS_FILE = os.path.join(BASE_DIR, 'requirements.txt')

Expand All @@ -31,7 +33,7 @@
apply_vagrant_workaround()
setup(
name='stackstorm-runner-action-chain',
version='2.5.0',
version=__version__,
description=('Action-Chain workflow action runner for StackStorm event-driven '
'automation platform'),
author='StackStorm',
Expand Down
1 change: 1 addition & 0 deletions contrib/runners/announcement_runner/in-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
st2common
2 changes: 1 addition & 1 deletion contrib/runners/announcement_runner/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Don't edit this file. It's generated automatically!

st2common
4 changes: 3 additions & 1 deletion contrib/runners/announcement_runner/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
from dist_utils import fetch_requirements
from dist_utils import apply_vagrant_workaround

from st2common import __version__

BASE_DIR = os.path.dirname(os.path.abspath(__file__))
REQUIREMENTS_FILE = os.path.join(BASE_DIR, 'requirements.txt')

Expand All @@ -31,7 +33,7 @@
apply_vagrant_workaround()
setup(
name='stackstorm-runner-announcement',
version='2.5.0',
version=__version__,
description=('Announcement action runner for StackStorm event-driven automation platform'),
author='StackStorm',
author_email='info@stackstorm.com',
Expand Down
1 change: 1 addition & 0 deletions contrib/runners/cloudslang_runner/in-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
st2common
2 changes: 1 addition & 1 deletion contrib/runners/cloudslang_runner/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Don't edit this file. It's generated automatically!

st2common
4 changes: 3 additions & 1 deletion contrib/runners/cloudslang_runner/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
from dist_utils import fetch_requirements
from dist_utils import apply_vagrant_workaround

from st2common import __version__

BASE_DIR = os.path.dirname(os.path.abspath(__file__))
REQUIREMENTS_FILE = os.path.join(BASE_DIR, 'requirements.txt')

Expand All @@ -31,7 +33,7 @@
apply_vagrant_workaround()
setup(
name='stackstorm-runner-cloudslang',
version='2.5.0',
version=__version__,
description=('CloudSlang action runner for StackStorm event-driven automation platform'),
author='StackStorm',
author_email='info@stackstorm.com',
Expand Down
1 change: 1 addition & 0 deletions contrib/runners/http_runner/in-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
st2common
2 changes: 1 addition & 1 deletion contrib/runners/http_runner/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Don't edit this file. It's generated automatically!

st2common
4 changes: 3 additions & 1 deletion contrib/runners/http_runner/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
from dist_utils import fetch_requirements
from dist_utils import apply_vagrant_workaround

from st2common import __version__

BASE_DIR = os.path.dirname(os.path.abspath(__file__))
REQUIREMENTS_FILE = os.path.join(BASE_DIR, 'requirements.txt')

Expand All @@ -31,7 +33,7 @@
apply_vagrant_workaround()
setup(
name='stackstorm-runner-http',
version='2.5.0',
version=__version__,
description=('HTTP(s) action runner for StackStorm event-driven automation platform'),
author='StackStorm',
author_email='info@stackstorm.com',
Expand Down
1 change: 1 addition & 0 deletions contrib/runners/inquirer_runner/in-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
st2common
2 changes: 1 addition & 1 deletion contrib/runners/inquirer_runner/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Don't edit this file. It's generated automatically!

st2common
4 changes: 3 additions & 1 deletion contrib/runners/inquirer_runner/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
from dist_utils import fetch_requirements
from dist_utils import apply_vagrant_workaround

from st2common import __version__

BASE_DIR = os.path.dirname(os.path.abspath(__file__))
REQUIREMENTS_FILE = os.path.join(BASE_DIR, 'requirements.txt')

Expand All @@ -31,7 +33,7 @@
apply_vagrant_workaround()
setup(
name='stackstorm-runner-inquirer',
version='2.5.0',
version=__version__,
description=('Inquirer action runner for StackStorm event-driven automation platform'),
author='StackStorm',
author_email='info@stackstorm.com',
Expand Down
1 change: 1 addition & 0 deletions contrib/runners/local_runner/in-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
st2common
2 changes: 1 addition & 1 deletion contrib/runners/local_runner/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Don't edit this file. It's generated automatically!

st2common
4 changes: 3 additions & 1 deletion contrib/runners/local_runner/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
from dist_utils import fetch_requirements
from dist_utils import apply_vagrant_workaround

from st2common import __version__

BASE_DIR = os.path.dirname(os.path.abspath(__file__))
REQUIREMENTS_FILE = os.path.join(BASE_DIR, 'requirements.txt')

Expand All @@ -31,7 +33,7 @@
apply_vagrant_workaround()
setup(
name='stackstorm-runner-local',
version='2.5.0',
version=__version__,
description=('Local Shell Command and Script action runner for StackStorm event-driven '
'automation platform'),
author='StackStorm',
Expand Down
1 change: 1 addition & 0 deletions contrib/runners/mistral_v2/in-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
st2common
2 changes: 1 addition & 1 deletion contrib/runners/mistral_v2/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Don't edit this file. It's generated automatically!

st2common
4 changes: 3 additions & 1 deletion contrib/runners/mistral_v2/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
from dist_utils import fetch_requirements
from dist_utils import apply_vagrant_workaround

from st2common import __version__

BASE_DIR = os.path.dirname(os.path.abspath(__file__))
REQUIREMENTS_FILE = os.path.join(BASE_DIR, 'requirements.txt')

Expand All @@ -31,7 +33,7 @@
apply_vagrant_workaround()
setup(
name='stackstorm-runner-mistral-v2',
version='2.5.0',
version=__version__,
description=('Mistral v2 workflow action runner for StackStorm event-driven '
'automation platform'),
author='StackStorm',
Expand Down
1 change: 1 addition & 0 deletions contrib/runners/noop_runner/in-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
st2common
2 changes: 1 addition & 1 deletion contrib/runners/noop_runner/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Don't edit this file. It's generated automatically!

st2common
4 changes: 3 additions & 1 deletion contrib/runners/noop_runner/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
from dist_utils import fetch_requirements
from dist_utils import apply_vagrant_workaround

from st2common import __version__

BASE_DIR = os.path.dirname(os.path.abspath(__file__))
REQUIREMENTS_FILE = os.path.join(BASE_DIR, 'requirements.txt')

Expand All @@ -31,7 +33,7 @@
apply_vagrant_workaround()
setup(
name='stackstorm-runner-noop',
version='2.5.0',
version=__version__,
description=('No-Op action runner for StackStorm event-driven automation platform'),
author='StackStorm',
author_email='info@stackstorm.com',
Expand Down
1 change: 1 addition & 0 deletions contrib/runners/orchestra_runner/in-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
git+https://github.com/StackStorm/orchestra.git#egg=orchestra
st2common
1 change: 1 addition & 0 deletions contrib/runners/orchestra_runner/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Don't edit this file. It's generated automatically!
git+https://github.com/StackStorm/orchestra.git#egg=orchestra
st2common
4 changes: 3 additions & 1 deletion contrib/runners/orchestra_runner/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
from dist_utils import fetch_requirements
from dist_utils import apply_vagrant_workaround

from st2common import __version__

BASE_DIR = os.path.dirname(os.path.abspath(__file__))
REQUIREMENTS_FILE = os.path.join(BASE_DIR, 'requirements.txt')

Expand All @@ -31,7 +33,7 @@
apply_vagrant_workaround()
setup(
name='stackstorm-runner-orchestra',
version='2.5.0',
version=__version__,
description='Orchestra workflow runner for StackStorm event-driven automation platform',
author='StackStorm',
author_email='info@stackstorm.com',
Expand Down
1 change: 1 addition & 0 deletions contrib/runners/python_runner/in-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
st2common
2 changes: 1 addition & 1 deletion contrib/runners/python_runner/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Don't edit this file. It's generated automatically!

st2common
4 changes: 3 additions & 1 deletion contrib/runners/python_runner/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
from dist_utils import fetch_requirements
from dist_utils import apply_vagrant_workaround

from st2common import __version__

BASE_DIR = os.path.dirname(os.path.abspath(__file__))
REQUIREMENTS_FILE = os.path.join(BASE_DIR, 'requirements.txt')

Expand All @@ -31,7 +33,7 @@
apply_vagrant_workaround()
setup(
name='stackstorm-runner-python',
version='2.5.0',
version=__version__,
description='Python action runner for StackStorm event-driven automation platform',
author='StackStorm',
author_email='info@stackstorm.com',
Expand Down
1 change: 1 addition & 0 deletions contrib/runners/remote_runner/in-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
st2common
2 changes: 1 addition & 1 deletion contrib/runners/remote_runner/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Don't edit this file. It's generated automatically!

st2common
4 changes: 3 additions & 1 deletion contrib/runners/remote_runner/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
from dist_utils import fetch_requirements
from dist_utils import apply_vagrant_workaround

from st2common import __version__

BASE_DIR = os.path.dirname(os.path.abspath(__file__))
REQUIREMENTS_FILE = os.path.join(BASE_DIR, 'requirements.txt')

Expand All @@ -31,7 +33,7 @@
apply_vagrant_workaround()
setup(
name='stackstorm-runner-remote',
version='2.5.0',
version=__version__,
description=('Remote SSH shell command and script action runner for StackStorm event-driven '
'automation platform'),
author='StackStorm',
Expand Down
1 change: 1 addition & 0 deletions contrib/runners/windows_runner/in-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
st2common
2 changes: 1 addition & 1 deletion contrib/runners/windows_runner/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Don't edit this file. It's generated automatically!

st2common
4 changes: 3 additions & 1 deletion contrib/runners/windows_runner/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
from dist_utils import fetch_requirements
from dist_utils import apply_vagrant_workaround

from st2common import __version__

BASE_DIR = os.path.dirname(os.path.abspath(__file__))
REQUIREMENTS_FILE = os.path.join(BASE_DIR, 'requirements.txt')

Expand All @@ -31,7 +33,7 @@
apply_vagrant_workaround()
setup(
name='stackstorm-runner-windows',
version='2.5.0',
version=__version__,
description=('Windows command and script action runner for StackStorm event-driven '
'automation platform'),
author='StackStorm',
Expand Down
1 change: 1 addition & 0 deletions contrib/runners/winrm_runner/in-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
pywinrm
st2common
1 change: 1 addition & 0 deletions contrib/runners/winrm_runner/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Don't edit this file. It's generated automatically!
pywinrm==0.3.0
st2common