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

[Feature] Add correction of CC 4.0 'fy' Western Frisian (Frysk) translations of legal code #128

Closed
TimidRobot opened this issue Mar 16, 2023 · 0 comments · Fixed by #129
Closed
Assignees
Labels
💻 aspect: code Concerns the software code in the repository ✨ goal: improvement Improvement to an existing feature 🟩 priority: low Low priority and doesn't need to be rushed 🔒 staff only Restricted to CC staff members 🏁 status: ready for work Ready for work

Comments

@TimidRobot
Copy link
Member

TimidRobot commented Mar 16, 2023

Problem

Legal code translation correction was added to current production:

Description

Cherry-pick commits to import legacy data into this repository

Import Process

  1. add missing section 6(c) to CC BY-NC 4.0 Western Frisian creativecommons.org#1269
  2. Clone this repository (creativecommons/cc-legal-tools-data)
    • Perform any needed configuration (ex. GnuPG signing)
    • (or use existing clone)
  3. Create working/destination branch (from main default branch)
    git checkout -b cc4-fy-6c-correction
  4. Add creativecommons/creativecommons.org as a remote (named legacy) and update branches
    git remote add legacy https://github.com/creativecommons/creativecommons.org.git
    git remote update
  5. Identify commits in creativecommons/creativecommons.org:
  6. Cherry-pick relevant commits::
    git cherry-pick 4dc44092bbeaf126c2dcaad6f75924b7dd05a9b6
  7. Verify checksums of impacted files (in both this repo and creativecommons/creativecommons.org):
    md5sum legacy/legalcode/by-nc_4.0_fy.html
    f37fa07639d214e03c7c2bf39f533f65  legacy/legalcode/by-nc_4.0_fy.html
    
    md5sum docroot/legalcode/by-nc_4.0_fy.html
    f37fa07639d214e03c7c2bf39f533f65  docroot/legalcode/by-nc_4.0_fy.html
    
  8. Remove remote legacy and update branches
    git remote remove legacy
    git remote update
  9. Push cc4-fy-6c-correction branch and create Pull Request

Additional context

@TimidRobot TimidRobot added 🟩 priority: low Low priority and doesn't need to be rushed 🏁 status: ready for work Ready for work ✨ goal: improvement Improvement to an existing feature 💻 aspect: code Concerns the software code in the repository 🔒 staff only Restricted to CC staff members labels Mar 16, 2023
@TimidRobot TimidRobot self-assigned this Mar 16, 2023
@TimidRobot TimidRobot added this to Ready for Development in Active Sprint via automation Mar 16, 2023
Active Sprint automation moved this from Ready for Development to Done Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💻 aspect: code Concerns the software code in the repository ✨ goal: improvement Improvement to an existing feature 🟩 priority: low Low priority and doesn't need to be rushed 🔒 staff only Restricted to CC staff members 🏁 status: ready for work Ready for work
Projects
Active Sprint
  
Done
1 participant