[yocto] [PATCH V2] patchwork: Add a dockerfile for deploy patchwork and patchtest

changqing.li at windriver.com changqing.li at windriver.com
Tue Jan 15 21:37:15 PST 2019


change in v2:
run getmail in crontab


Changqing Li (1):
  patchwork: Add a dockerfile for deploy patchwork and patchtest

 Dockerfile.pw                 | 52 +++++++++++++++++++++++++++++++++++++++++++
 README.pw                     | 32 ++++++++++++++++++++++++++
 requirements.txt              | 12 ++++++++++
 scripts/pw_createsuperuser.sh |  5 +++++
 scripts/pw_getmail.sh         | 11 +++++++++
 scripts/pw_migrate.sh         |  5 +++++
 scripts/pw_runwebserver.sh    | 12 ++++++++++
 7 files changed, 129 insertions(+)
 create mode 100644 Dockerfile.pw
 create mode 100644 README.pw
 create mode 100644 requirements.txt
 create mode 100755 scripts/pw_createsuperuser.sh
 create mode 100755 scripts/pw_getmail.sh
 create mode 100755 scripts/pw_migrate.sh
 create mode 100755 scripts/pw_runwebserver.sh

-- 
2.7.4



More information about the yocto mailing list