From ed8955d3612b3482b65292758895947d65fba9ff Mon Sep 17 00:00:00 2001 From: KyrosKrane Date: Thu, 7 Jun 2018 14:49:21 -0500 Subject: [PATCH] Packager update --- .pkgmeta | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/.pkgmeta b/.pkgmeta index 3329965..bbd6497 100644 --- a/.pkgmeta +++ b/.pkgmeta @@ -1,12 +1,28 @@ package-as: Broker_RaidMakeup enable-nolib-creation: no -ignore: # Files and directories beginning with a dot (such as .git) are automatically ignored, as is the pgkmeta file itself. + # Files and directories beginning with a dot (such as .git) are automatically ignored, as is the pgkmeta file itself. + # Also ignore packaged libraries and tests +ignore: - README.md + - Libs/LibDBIcon-1.0/CallbackHandler-1.0 + - Libs/LibDBIcon-1.0/LibDataBroker-1.1 + - Libs/LibDBIcon-1.0/LibStub + - Libs/LibStub/tests externals: - Libs/AceConfig-3.0: https://repos.wowace.com/wow/ace3/trunk/AceConfig-3.0 - Libs/CallbackHandler-1.0: https://repos.wowace.com/wow/callbackhandler/trunk/CallbackHandler-1.0 - Libs/LibDataBroker-1.1: https://repos.wowace.com/wow/libdatabroker-1-1 - Libs/LibDBIcon-1.0: https://repos.wowace.com/wow/libdbicon-1-0/trunk - Libs/LibStub: https://repos.wowace.com/wow/libstub/trunk + Libs/AceConfig-3.0: + url: https://repos.wowace.com/wow/ace3/trunk/AceConfig-3.0 + tag: latest + Libs/CallbackHandler-1.0: + url: https://repos.wowace.com/wow/callbackhandler/trunk/CallbackHandler-1.0 + tag: latest + Libs/LibDataBroker-1.1: + url: https://repos.wowace.com/wow/libdatabroker-1-1 + tag: latest + Libs/LibDBIcon-1.0: + url: https://repos.wowace.com/wow/libdbicon-1-0/trunk + tag: latest + Libs/LibStub: + url: https://repos.wowace.com/wow/libstub/trunk + tag: latest -- 1.7.9.5