Skip to content

Commit

Permalink
Merge pull request #20 from CybercentreCanada/feature/updated_python_…
Browse files Browse the repository at this point in the history
…debian

Feature/updated python debian
  • Loading branch information
cccs-sgaron authored Jul 28, 2021
2 parents 96e8363 + d1d19e0 commit 43f7b87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 37 deletions.
36 changes: 0 additions & 36 deletions pipelines/azure-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,42 +31,6 @@ stages:
python setup.py bdist_wheel
- publish: $(System.DefaultWorkingDirectory)/dist/
artifact: dist
# - publish: $(System.DefaultWorkingDirectory)/test/
# artifact: test
#- stage: test
# jobs:
# - job: run_test
# strategy:
# matrix:
# python3_7:
# python.version: '3.7'
# Python3_8:
# python.version: '3.8'
# timeoutInMinutes: 10
# steps:
# - checkout: none
# - task: UsePythonVersion@0
# displayName: Set python version
# inputs:
# versionSpec: '$(python.version)'
# - download: current
# artifact: dist
# - download: current
# artifact: test
# - script: |
# set -x # Echo commands before they are run
# sudo apt-get update
# sudo apt-get install -y build-essential libffi-dev libfuzzy-dev python3-dev
# export VERSION=${BUILD_SOURCEBRANCH#"refs/tags/v"}
# sudo -E env "PATH=$PATH" python -m pip install --no-cache-dir -f $(Pipeline.Workspace)/dist/ "assemblyline-service-client==${VERSION}" -r $(Pipeline.Workspace)/test/requirements.txt
# sudo mkdir -p /etc/assemblyline/
# sudo mkdir -p /var/cache/assemblyline/
# sudo chmod a+rw /var/cache/assemblyline/
# sudo cp $(Pipeline.Workspace)/pipelines/config.yml /etc/assemblyline
# displayName: Install package
# - script: pytest -rsx -vv
# workingDirectory: $(Pipeline.Workspace)/test
# displayName: Test
- stage: deploy
jobs:
- job: deploy
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@
author_email="[email protected]",
license="MIT",
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Topic :: Software Development :: Libraries',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
keywords="assemblyline automated malware analysis gc canada cse-cst cse cst cyber cccs",
packages=find_packages(exclude=['test/*']),
Expand Down

0 comments on commit 43f7b87

Please sign in to comment.