Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
adding in steps
Browse files Browse the repository at this point in the history
  • Loading branch information
paultag committed Apr 22, 2012
1 parent a881017 commit 49dad76
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion syn/build.py
Expand Up @@ -12,6 +12,11 @@ def compose_source_archive(unpacked_root, upstream_tarball):
"""
Generate a signing Database, correctly named tarball and
a syn local tarball.
- Head over to tmp/<something/
- Create new archive with the synd/
- Rename upstream tarball correctly
- Create new DB, hash tarballs
"""
pass

Expand All @@ -20,7 +25,11 @@ def extract_source_archive(signed_database, root):
"""
Verify the SHA sums, and compose a correctly formed
unpacked syn source directory using the archives noted
in the signed db
in the signed db.
- Extract to /tmp/<something>/
- Move root directory/* to new root
- Extract synd on top of new root
"""
pass

Expand Down

0 comments on commit 49dad76

Please sign in to comment.