Multi desktop #3
Reference in New Issue
Block a user
Delete Branch "Multi-Desktop"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
to make the pre-release 0.6.0
Change publish_to_repo() to accept explicit file list via variadic arguments instead of a directory glob. This prevents re-publishing stale .pkg files from previous builds that may still exist in BUILD_DIR. Update build_or_skip() to get the actual list of packages produced by the current makepkg invocation using --packagelist, filter for .pkg.tar.* files, verify they exist on disk, and pass only those to pacman -U and publish_to_repo(). This fixes issues where: - After pkgrel bumps, old .pkg files would cause pacman to receive duplicate package names ("repeated target" error) - Stale packages would be republished over the purge in local-repo - Optional debug packages would cause errors when not produced BREAKING CHANGE: publish_to_repo() function signature changed from publish_to_repo(name, directory) to publish_to_repo(name, file1, file2, ...) - callers must pass explicit file paths instead of a directory pathMergin Done
Pull request closed