orhun/alpkg

alpkg update ignores other files

Open

#5 opened on Dec 9, 2023

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Shell (3 forks)auto 404
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (28 stars)
PR merge metrics
 (PR metrics pending)

Description

If there are other files in the package besides the APKBUILD file, these files are ignored and not part of the git commit. The alpkg script should git add * from the package folder, not onlyt the APKBUILD file.

Contributor guide