Skip to content

feat: Update c2pa.py #105

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

Open
wants to merge 6 commits into
base: gpeacock/no_rust
Choose a base branch
from
Open

Conversation

tmathern
Copy link
Collaborator

  • Update c2pa.py with latest changes from the POC branch
  • Update makefile
  • Clean up tests so resources are properly released

@tmathern tmathern requested a review from gpeacock May 14, 2025 20:40
@tmathern tmathern self-assigned this May 14, 2025
tmathern added 2 commits May 14, 2025 14:20
* fix: Some renaming going on

* fix: Format

* fix: Add scripts to debug builds, and clean env

* fix: gitgnore

* fix: Update makefile comments

* fix: verbose debug logs

* fix: Only keep the scripts we need

* fix: Improve makefile
@tmathern tmathern requested a review from gpeacock May 14, 2025 22:02

# Constants
REPO_OWNER = "contentauth"
REPO_NAME = "c2pa-rs"
GITHUB_API_BASE = "https://api.github.com"
ARTIFACTS_DIR = Path("artifacts")
SCRIPTS_ARTIFACTS_DIR = Path("scripts/artifacts")
Copy link
Collaborator Author

@tmathern tmathern May 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So we can run this from the root of the repo. I used this instead of build.py because build.py seems broken, whereas that one works. Let me know if build.py was meant to stay or not - but then it likely needs debugging.

@tmathern tmathern dismissed gpeacock’s stale review May 15, 2025 18:40

Can you re-review?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants