Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft: Added files to create a conda package #15

Closed
wants to merge 6 commits into from

Commits on Dec 18, 2018

  1. If the setting MYSQL_TABLE is not defined, then the table-name is

    now generated from spider name.  Alternatively, MYSQL_TABLE can
    optionally contain a '%s' printf wildcard, which is replaced by
    the spider name.  These modifications allow a configuration in which
    multiple spiders use the same DB schema, but each spider populates
    a different table.
    phelps-sg committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    e44bd04 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

  1. Configuration menu
    Copy the full SHA
    29e3e2d View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2021

  1. added conda build files

    phelps-sg committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    37fa790 View commit details
    Browse the repository at this point in the history
  2. commented out pbr config

    phelps-sg committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    f092272 View commit details
    Browse the repository at this point in the history
  3. configure for Python 3.8

    phelps-sg committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    94706c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f18301d View commit details
    Browse the repository at this point in the history