Skip to content
  • Jameson Rollins's avatar
    add state/index map file to archive · 2af9c984
    Jameson Rollins authored
    This creates a a file called STATES in the root of the
    code archive that holds the complete state/index map at the
    time of update.
    
    The format of the file is plain text, with format:
    
    state_name state_index requestable_bool
    
    The map can be determined from the code itself, but it's
    much more convenient to have it available directly in the
    archive.
    
    tests for the new functionality are included.
    2af9c984