Gabriel Ebner
1f05f8f9c0
subrepo: subdir: "meshlab" merged: "409d551" upstream: origin: "https://aur.archlinux.org/meshlab" branch: "master" commit: "409d551" git-subrepo: version: "0.4.1" origin: "???" commit: "???"
9 lines
285 B
Bash
9 lines
285 B
Bash
. PKGBUILD
|
|
git clone https://$GITHUB_ACCESS_TOKEN@github.com/bartoszek/AUR-repo.git
|
|
cd AUR-repo
|
|
cp $TRAVIS_BUILD_DIR/$pkgname-$pkgver*.pkg.tar.xz $(pwd)
|
|
git add $pkgname-$pkgver*.pkg.tar.xz
|
|
git status
|
|
git commit -a -m "$pkgname $pkgver" -m "build_log: $TRAVIS_BUILD_WEB_URL"
|
|
git push
|