Compare commits

..

3 Commits
v4.2.3 ... v4.2

Author SHA1 Message Date
aefd575539 v4.2.6
=====================================================================

- OK, I trust that the AUR testing pipeline will only publish proper
  builds which match all the correct versions and have all the correct
  checksums... so it's enabled now
2024-04-14 02:26:56 -06:00
26992d2f01 v4.2.5
=====================================================================

- Remove testing artifact from AUR publish
2024-04-14 02:21:40 -06:00
487fa65d38 v4.2.4
=====================================================================

--- Bug Fixes ----------------------------

- Reinclude publish credentials for pypi and npm
2024-04-14 02:17:16 -06:00

View File

@ -116,7 +116,6 @@ jobs:
command: >- command: >-
: :
&& NEW_VERSION=$(echo $CIRCLE_TAG | sed 's/^v//') && NEW_VERSION=$(echo $CIRCLE_TAG | sed 's/^v//')
&& NEW_VERSION=4.2.0
&& sed "s/pkgver=.*/pkgver=$NEW_VERSION/; s/^pkgrel=.*/pkgrel=1/; /sha256sums/d" PKGBUILD -i && sed "s/pkgver=.*/pkgver=$NEW_VERSION/; s/^pkgrel=.*/pkgrel=1/; /sha256sums/d" PKGBUILD -i
&& makepkg -g >> PKGBUILD && makepkg -g >> PKGBUILD
&& makepkg --printsrcinfo > .SRCINFO && makepkg --printsrcinfo > .SRCINFO
@ -140,7 +139,7 @@ jobs:
&& eval $(ssh-agent) && eval $(ssh-agent)
&& echo -e $SSH_KEY_PRIVATE__AUR | ssh-add - && echo -e $SSH_KEY_PRIVATE__AUR | ssh-add -
&& git remote add upstream ssh://aur@aur.archlinux.org/scwrypts.git && git remote add upstream ssh://aur@aur.archlinux.org/scwrypts.git
&& echo 'DO THE GIT_SSH_COMMAND="ssh -o StrictHostKeyChecking=no" git push upstream' && GIT_SSH_COMMAND="ssh -o StrictHostKeyChecking=no" git push upstream
; ;
nodejs-test: nodejs-test:
@ -280,11 +279,13 @@ workflows:
- python-test: *only-publish-for-full-semver - python-test: *only-publish-for-full-semver
- python-publish: - python-publish:
filters: *only-run-on-full-semver-tag-filters filters: *only-run-on-full-semver-tag-filters
context: [pypi-yage]
requires: requires:
- python-test - python-test
- nodejs-test: *only-publish-for-full-semver - nodejs-test: *only-publish-for-full-semver
- nodejs-publish: - nodejs-publish:
filters: *only-run-on-full-semver-tag-filters filters: *only-run-on-full-semver-tag-filters
context: [npm-wrynegade]
requires: requires:
- nodejs-test - nodejs-test