Page MenuHomeSolus

Update git-lfs to 2.10.0
ClosedPublic

Authored by fmonteiro on Mar 31 2020, 3:51 AM.
Tags
None
Referenced Files
F11048887: D8588.id20575.diff
Thu, Aug 10, 5:05 PM
F11048886: D8588.id.diff
Thu, Aug 10, 5:05 PM
F11048885: D8588.id20528.diff
Thu, Aug 10, 5:05 PM
F11034420: D8588.diff
Wed, Aug 9, 4:48 PM
F11018088: D8588.diff
Sun, Aug 6, 9:16 AM
F11010015: D8588.id.diff
Wed, Aug 2, 10:09 PM
F10849161: D8588.id20575.diff
Jun 11 2023, 6:37 PM
F10844216: D8588.id20528.diff
Jun 10 2023, 8:21 PM
Subscribers

Details

Summary
Test Plan

Create a git repository. Add files for example Solus ISO files and track them using:

git lfs track "*.iso"

Check .gitattributes if It stored the information about the files and add it to the repository using

git add .gitattributes

Finally add the files, commit them, and push to a repository.

git add . 
git commit -m -s "SolusISO files"
git push

Diff Detail

Repository
R914 git-lfs
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

JoshStrobl requested changes to this revision.EditedApr 1 2020, 12:17 PM
JoshStrobl added a subscriber: JoshStrobl.

test everything using git-lfs.

How was the git repo tested with git-lfs? Would like that to be explained in the test plan.

This revision now requires changes to proceed.Apr 1 2020, 12:17 PM
fmonteiro edited the test plan for this revision. (Show Details)
fmonteiro edited the test plan for this revision. (Show Details)
fmonteiro edited the test plan for this revision. (Show Details)

Thank you for the more detailed test plan, it's appreciated. Patch looks good to me.

This revision is now accepted and ready to land.Apr 2 2020, 5:41 AM
This revision was automatically updated to reflect the committed changes.