Skip to content

Commit

Permalink
pkgadmin: Exclude archives of build directory
Browse files Browse the repository at this point in the history
We converted some build directories to archives. Add ./build.tar* to the
excluded for local copies of packages.
  • Loading branch information
donald committed Jan 15, 2019
1 parent d4d0e5e commit 592ce5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgadmin/pkgadmin
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ sub update {
'--delete',
'--mkdir',
'--exclude','./build',
'--exclude'.'./build.tar*',
'--nice',
"/package/pkg/$pkg","$PKGDIR/$pkg.INCOMING"
);
Expand Down

0 comments on commit 592ce5c

Please sign in to comment.