2dcbdb9 Store composes in directories in `odcs-$COMPOSE_ID` format.

11 files Authored by jkaluza 4 years ago, Committed by lsedlar 4 years ago,
    Store composes in directories in `odcs-$COMPOSE_ID` format.
    
    - The code is simpler now, because there is no need to make
      differences between toplevel_work_dir and toplevel_dir. We
      only use toplevel_dir now which points to `odcs-$COMPOSE_ID`.
    - The `toplevel_url` is included in the API response, so it is
      possible to use it to get to compose root directly from API.
    - The full-path to compose can now be easily generated by external
      scripts by simply knowing the compose id.
    
    Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
    
        
file modified
+1 -21
file modified
+12 -30
file modified
+6 -6
file modified
+7 -4
file modified
+4 -3
file modified
+1 -1
file modified
+0 -1
file modified
+8 -6
file modified
+0 -10