-
-
Notifications
You must be signed in to change notification settings - Fork 3
alpkg update ignores other files #5
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
If there are other files in the package besides the
APKBUILDfile, these files are ignored and not part of the git commit. Thealpkgscript shouldgit add *from the package folder, not onlyt theAPKBUILDfile.