Before I just place libs in my repository. Today I try to do it correctly. Create pkgmeta with externals, ignore lib folder in git and remove it from repository cache. But -nolib archive still contains libs inside. This file. What I did wrong? Is it my mistake or site error?
Hi.
Before I just place libs in my repository. Today I try to do it correctly. Create pkgmeta with externals, ignore lib folder in git and remove it from repository cache. But -nolib archive still contains libs inside. This file. What I did wrong? Is it my mistake or site error?
You do not want to use the ignore command in your pkgmeta, as that will ignore whatever is listed in that section. Post your pkgmeta code.
I mean ignore in .gitignore, not pkgmeta.
Code:
externals:
libs/LibStub:
url: https://repos.wowace.com/wow/libstub/trunk
tag: 1.0
libs/CallbackHandler-1.0: https://repos.wowace.com/wow/callbackhandler/trunk/CallbackHandler-1.0
libs/AceDB-3.0: https://repos.wowace.com/wow/ace3/trunk/AceDB-3.0
libs/AceDBOptions-3.0: https://repos.wowace.com/wow/ace3/trunk/AceDBOptions-3.0
libs/AceGUI-3.0: https://repos.wowace.com/wow/ace3/trunk/AceGUI-3.0
libs/AceConfig-3.0: https://repos.wowace.com/wow/ace3/trunk/AceConfig-3.0
libs/LibSharedMedia-3.0: https://repos.wowace.com/wow/libsharedmedia-3-0/trunk/LibSharedMedia-3.0
libs/AceGUI-3.0-SharedMediaWidgets: https://repos.wowace.com/wow/ace-gui-3-0-shared-media-widgets/trunk/AceGUI-3.0-SharedMediaWidgets
optional-dependencies:
- omni-cc
- tullacc
manual-changelog:
filename: CHANGELOG.txt
markup-type: markdown