Commit Graph

1721 Commits

Author SHA1 Message Date
Jguer
e9930b0c42
fix(release): fix missing echo on read 2020-01-12 18:22:55 +01:00
Jguer
4da27c37c8
fix(release): reduce env artifacts 2020-01-12 18:19:57 +01:00
Jguer
a34e080bf6
fix(release): use fixed paths for upload 2020-01-12 18:14:52 +01:00
Jguer
66a09aba8b
fix(release): fix missing echo 2020-01-12 18:11:25 +01:00
Jguer
a0d831180d
fix(release): fix tag value sharing 2020-01-12 18:05:56 +01:00
Jguer
b242d0ac4b
fix(release): auto-tag and build 2020-01-12 17:40:43 +01:00
Jguer
a9b74a0e1e
fix(release): try mathieudutour again 2020-01-12 17:06:21 +01:00
Jguer
fa3191e6f5
fix(release): bump config.go version 2020-01-12 16:55:16 +01:00
Jguer
13e3271dd6
fix: try another provider 2020-01-12 16:42:24 +01:00
Jguer
bc2d1bf143
fix: create_annotated_tags 2020-01-12 16:33:22 +01:00
Jguer
03c5e3fb94
fix: fix auto-tag 2020-01-12 16:28:45 +01:00
Jguer
70aa7b4689
fix: add auto-tag 2020-01-12 16:16:04 +01:00
J Guerreiro
f9ffa72b03
Merge pull request #1147 from msAlcantara/master
Add error handler on saveConfig
2020-01-12 14:42:24 +01:00
Matheus Alcantara
a689ec887f Add error handler on saveConfig 2020-01-09 22:35:02 -03:00
J Guerreiro
9e2713e881
Merge pull request #1136 from Jguer/1135-fixCachedABS
Fix cached abs not getting the latest version
2019-12-26 11:57:36 +00:00
Jguer
990be97d44
fix #1135: pull and fast forward abs instead of just fetching latest head 2019-12-23 20:59:37 +00:00
Jguer
6cb5587351
update module dependencies 2019-12-23 20:38:26 +00:00
J Guerreiro
b08e505b34
Merge pull request #1115 from Morganamilo/ignoreignore
Hide warnings for ignored packages
2019-11-11 20:20:23 +00:00
J Guerreiro
45da573821
Merge pull request #1102 from Jguer/fix-completions
Update completions for zsh and bash to pacman 5.2
2019-11-11 20:16:21 +00:00
morganamilo
ab956ea3d2
Hide warnings for ignored packages 2019-11-11 07:15:27 +00:00
Anna
0bd21ea29f
Merge pull request #1111 from Morganamilo/notar
Remove tar support
2019-11-11 03:16:30 +00:00
morganamilo
f2959922a7
Remove tar support
tar is slower and harder to diff. I doubt any one still uses it intentially.

There's a chance some people have not cleared their cache in two years
and still have tar based packages around. But forcing them to clear
their cache is not a big deal at all.
2019-11-11 02:57:14 +00:00
Jguer
410c7e758f
Updated zsh and bash completions to pacman 5.2 and yay 9.4.*
Removes tar completions
Removes --owns from bash/zsh
Bash now prints repo pkgs if no letter is entered and AUR and repo if
there's a letter
2019-11-04 17:32:52 +00:00
J Guerreiro
bbc7cbba73
Merge pull request #1107 from Morganamilo/igorediffret
Ignore errors while diffing
2019-11-03 18:01:59 +00:00
morganamilo
3c996e5235
Ignore errors while diffing
std{out,err} all passed to the call so errors should print just as
before, the only difference is now yay will not abort after an error
occurs. We always provide a confirmation dialog after viewing diffs so
this should be safe.
2019-11-03 07:01:51 +00:00
Anna
3fef09e650
Merge pull request #1106 from Morganamilo/fixfish
Remove -F in fish completion
2019-10-30 02:25:43 +00:00
morganamilo
12312c8aa0
Remove -F in fish completion
This flag is only in fish-git, making it broken for most people.
2019-10-30 02:21:12 +00:00
Anna
662ce9994e
Merge pull request #1100 from akiirui/fish-patch-2
completions/fish: refine from pacman 5.2.0 and yay 9.4.2
2019-10-29 01:28:16 +00:00
Anna
9420a9724f
Merge pull request #1101 from Morganamilo/#942
Add SudoBin and SudoFlags
2019-10-28 19:06:43 +00:00
Pierre-Alain TORET
6dd65a2df2
Add SudoBin and SudoFlags 2019-10-28 18:35:36 +00:00
Akatsuki
e36fda0f5a
completions/fish: refine from pacman 5.2.0 and yay 9.4.2 2019-10-26 04:08:06 +08:00
Jguer
f8e496457c
fixed some completions for bash and zsh. Closer to pacman 5.2 2019-10-25 12:01:33 +01:00
J Guerreiro
8d37981218
Merge pull request #1088 from akiirui/fish-completions-patch
completions/fish: update for pacman 5.2
2019-10-24 13:49:59 +02:00
Akatsuki
58a9c78033
completions/fish: update for pacman 5.2
`-F`:
    Remove `-s --search`
    Remove `-o --owns`
    Add    `-x --regex`
`-S -U`:
    Remove `--force`
    Add    `--overwrite`
and another fix:
    `-Qo` remove `-f` in complete
    `-U`  add `.zst` zstd completion
2019-10-24 08:20:06 +08:00
Jguer
290d3d2c43
Patches -G to copy directory instead of linking. --absdir is recognized as a flag 2019-10-23 12:31:29 +01:00
Jguer
203b49321e
Bump version to 9.4.2 for -G patching 2019-10-23 12:11:44 +01:00
J Guerreiro
82549d0d95
Merge pull request #1082 from naclander/patch-1
Clarfiy Out Of Date Message
2019-10-23 12:55:04 +02:00
Jguer
446db893f0
Fixes #1086 2019-10-23 11:43:28 +01:00
Nathan Aclander
6136e15717
Clarfiy Out Of Date Message
The existing message was a bit confusing and made me think that the AUR package 
had an update pending which Yay refused to do. I realized instead that the package is
actually *flagged* out of date on the AUR.

I then realized there is a section in the README specifically about this confusion.

So, by prefixing the word "Flagged" I think the slight confusion can be eliminated, and the 
README section possibly removed.
2019-10-22 23:52:47 -07:00
Jguer
1257a6df08
Bump version to 9.4.1 for arm bin release once pacman 5.2 hits arm core 2019-10-22 21:15:11 +01:00
Jguer
85fc7c59c7
Remove testing CI used for 9.4.0 release. Return to using only core for 9.4.1 2019-10-22 21:12:28 +01:00
Jguer
c0e78c84f2
Merge branch 'ci-testing'
Enables using [testing] on CI, can be removed in future
2019-10-22 10:50:50 +01:00
Jguer
d50ca0430b
Enable testing in ci builds 2019-10-22 10:41:53 +01:00
J Guerreiro
e1403861c0
Merge pull request #1077 from Jguer/pacman-next
Update go-alpm for pacman-next
2019-10-22 09:40:57 +02:00
J Guerreiro
3416f6b266
Merge pull request #1078 from Jguer/bump-version
Bump version for release
2019-10-22 09:29:35 +02:00
Jguer
211b96867c
Bump version for release. 9.4.0 2019-10-21 16:50:17 +01:00
J Guerreiro
a3849deb4e
Merge pull request #1079 from Morganamilo/doc4
Update documentation
2019-10-21 16:44:00 +02:00
morganamilo
3baf2e1ff1
Update documentation 2019-10-21 15:30:04 +01:00
morganamilo
1d2855ab76
Update go-alpm for pacman-next 2019-10-21 12:50:09 +01:00
Anna
169d0a07fc
Merge pull request #1068 from Morganamilo/abs
Move abs cloning to it's own directory
2019-10-21 12:34:35 +01:00