Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
Attempt to fix the packager
Browse files Browse the repository at this point in the history
  • Loading branch information
greven committed Jul 27, 2018
1 parent 6fbad2a commit 55cff1f
Show file tree
Hide file tree
Showing 24 changed files with 3,135 additions and 3,148 deletions.
28 changes: 14 additions & 14 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Zip archives
*.zip

# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Mac crap
.DS_Store

# Project Files
# Zip archives
*.zip

# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Mac crap
.DS_Store

# Project Files
addons/
40 changes: 20 additions & 20 deletions .pkgmeta
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
package-as: LumUI

externals:
addons/oUF_Lumen:
url: git://github.com/greven/oUF_Lumen
tag: latest
addons/Butsu:
url: git://github.com/greven/Butsu
tag: latest

move-folders:
~/temp/rLib: rLib
~/temp/rActionBar: rActionBar
~/temp/rButtonTemplate: rButtonTemplate

manual-changelog:
filename: CHANGELOG.md
markup-type: markdown

ignore:
package-as: LumUI
externals:
addons/oUF_Lumen:
url: git://github.com/greven/oUF_Lumen
tag: latest
addons/Butsu:
url: git://github.com/greven/Butsu
tag: latest
move-folders:
~/temp/rLib: rLib
~/temp/rActionBar: rActionBar
~/temp/rButtonTemplate: rButtonTemplate
manual-changelog:
filename: CHANGELOG.md
markup-type: markdown
ignore:
- README.md
49 changes: 24 additions & 25 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,25 @@
sudo: false
language: c

addons:
apt:
packages:
- pandoc

before_script:
- mkdir ~/temp
- cd ~/temp
- svn export https://github.com/zorker/rothui/trunk/wow8.0/rLib rLib
- svn export https://github.com/zorker/rothui/trunk/wow8.0/rActionBar rActionBar
- svn export https://github.com/zorker/rothui/trunk/wow8.0/rButtonTemplate rButtonTemplate

script:
- curl -s https://raw.githubusercontent.com/oUF-wow/packager/master/release.sh | bash

branches:
only:
- /^\d+\.\d+(\.\d+)?(-\S*)?$/

notifications:
email:
on_success: never
sudo: false
language: c

addons:
apt:
packages:
- pandoc

before_script:
- mkdir temp
- cd temp
- svn export https://github.com/zorker/rothui/trunk/wow8.0/rLib rLib
- svn export https://github.com/zorker/rothui/trunk/wow8.0/rActionBar rActionBar
- svn export https://github.com/zorker/rothui/trunk/wow8.0/rButtonTemplate rButtonTemplate

script: curl -s https://raw.githubusercontent.com/oUF-wow/packager/master/release.sh | bash

branches:
only:
- /^\d+\.\d+(\.\d+)?(-\S*)?$/

notifications:
email:
on_success: never
on_failure: always
Loading

0 comments on commit 55cff1f

Please sign in to comment.