Overview

Request 497382 superseded

No description set
Loading...

Antonio Larrosa's avatar

Thanks for updating nextcloud to 12.0! I noticed you added:

git files should not be removed, otherwise nextcloud rise up ntegrity check failure.
rm find . -name ".gitignore" -or -name ".gitkeep"

Is this absolutely needed? Maybe the integrity check failures can be fixed by also removing lines containing .gitignore and .gitkeep from signature.json files? Have you tried adding code similar to the next lines after removing such files?

find . -iname signature.json \
    -exec sed -i "/\/.gitignore\": ./d" "{}" \;  \
    -exec sed -i "/\/.gitkeep\": ./d" "{}" \;

Btw, it would also be nice to fix the typos in the changes and spec files (upstram -> upstream and ntegrity -> integrity)


Eric Schirra's avatar
author source maintainer

1) git-things I have think about that, but upstream recommend not to do this. So i am not sure what i should do.....

2) typos Can i do. It is only a "Rechtschreibfehler". :-)


Antonio Larrosa's avatar

1) Hmm, I checked and there's a gitignore.js file, so maybe they're used somewhere by nextcloud. Do you know if that's the case? did upstream mention any reason to recommend not to remove those git files?

2) Perfect. Also, please remove the #%%patch0 -p0 line, which seems to be useless since there's not even an associated commented #Patch0 line. I'll approve the request as soon as these typos are fixed.


Eric Schirra's avatar
author source maintainer

Now i have made fix all your comments, include remove gitfiles and made a new request. Hope it is now okay.

Request History
Eric Schirra's avatar

ecsos created request


Factory Auto's avatar

factory-auto added opensuse-review-team as a reviewer

Please review sources


Factory Auto's avatar

factory-auto added factory-repo-checker as a reviewer

Please review build success


Factory Auto's avatar

factory-auto accepted review

Check script succeeded


Staging Bot's avatar

staging-bot added as a reviewer

Being evaluated by staging project "openSUSE:Factory:Staging:adi:123"


Staging Bot's avatar

staging-bot accepted review

Picked openSUSE:Factory:Staging:adi:123


Factory Repo Checker's avatar

factory-repo-checker accepted review

Builds for repo server:php:applications/openSUSE_Tumbleweed


Factory Repo Checker's avatar

factory-repo-checker superseded request

superseded by 498187

openSUSE Build Service is sponsored by