Commit graph

1757 commits

Author SHA1 Message Date
jguer b8641256ab chore(download): rename PKGBUILD function to match package 2021-08-05 10:11:54 +02:00
jguer 65b1c4be69 refactor(main): move get cmds to their own file 2021-08-05 10:11:54 +02:00
jguer 2ed099a263 chore(download): unify filtering logic between commands 2021-08-05 10:11:54 +02:00
jguer 98378642bc test(download): add tests for repo downloading 2021-08-05 10:11:54 +02:00
jguer 413ad23abc chore(download): rename public functions 2021-08-05 10:11:54 +02:00
jguer 79b44fd544 feat(download): download PKGBUILD repos interface 2021-08-05 10:11:54 +02:00
jguer 50c0ece9a7 chore(style): run gofumpt on packages 2021-08-05 10:11:54 +02:00
Peter Wu 827adab4b8 Update yay.8 2021-07-31 16:47:16 +02:00
jguer 99c3c98264
fix(docker): fix dockerfile formatter removing breakline 2021-07-29 22:22:32 +02:00
jguer 20d5fd406f fix(download): fix -Gp for repository packages 2021-07-26 09:07:27 +02:00
jguer d460e7ae5b
chore(ci): update golangci, delete old test_script 2021-07-25 12:19:59 +02:00
jguer e4a933da52 fix(upgrade): add special devel fix for vscode 2021-07-25 11:53:14 +02:00
Oliver Mangold 4a9319920b fixing URLs for ABS after upstream change from git.archlinux.org to github 2021-07-13 18:39:18 +02:00
jguer 61e38ad2fc chore(pacman): remove pacman 5 support 2021-07-03 18:27:14 +02:00
OneOfOne c9e63fff0d Makefile: GOFLAGS-> FLAGS since it's a reserved kw 2021-07-03 18:02:56 +02:00
jguer 169d5f1f62 fix(vcs): make command error more explicit 2021-07-03 17:15:36 +02:00
jguer d6cb4c50e8 fix(locale): add ko to makefile LANGs 2021-06-27 11:54:14 +02:00
Adenosie 2ac2374b47 Add Korean translation 2021-06-13 20:10:34 +02:00
jguer 040c8fe380 fix(aur): fix lint issue 2021-06-09 03:57:37 +02:00
jguer 8fd4f78400 chore(aur): update to latest version 2021-06-09 03:57:37 +02:00
jguer 93bb2867be chore(http): use client for yay -Sl 2021-06-09 03:57:37 +02:00
jguer a37f4efd73 chore(http): use client for pkg completions 2021-06-09 03:57:37 +02:00
jguer c7cf7baa48 chore(http): use client for news feed 2021-06-09 03:57:37 +02:00
jguer e20ab8b6a2 fix(aur): fix wrong string usage 2021-06-09 03:57:37 +02:00
jguer 545ea772eb feat(aur): customize User Agent 2021-06-09 03:57:37 +02:00
jguer 6e70e2a59d
chore(update): bump minor 2021-06-03 22:02:23 +02:00
jguer c922cb3509
chore(update): tentative fix of docker oom 2021-06-03 21:46:41 +02:00
jguer 059ca9d9b8
chore(update): use ubuntu-latest for builder image 2021-06-01 23:36:50 +02:00
jguer 418b578e9e
chore(upgrade): add pacman to install list
Revert "chore(update): fix line break"

This reverts commit a24fb50e6d.

Revert "chore(update): update golangci and force rebuild"

This reverts commit 25efafe25e.
2021-06-01 23:09:17 +02:00
jguer a24fb50e6d
chore(update): fix line break 2021-06-01 21:19:50 +02:00
jguer 25efafe25e
chore(update): update golangci and force rebuild 2021-06-01 08:34:16 +02:00
x1b6e6 ba3c66949a fix(sync) Don't asks for provider twice 2021-05-26 13:51:17 +02:00
jguer 4993e4dfbd
chore(makefile): tag smaller release 2021-05-10 08:53:12 +02:00
jguer c153631064
ci(release): tweak release 2021-05-08 00:38:32 +02:00
jguer b0d87b7a09
chore(makefile): change default patch 2021-05-08 00:36:03 +02:00
jguer ab0ce0aeb9
chore(deps): update dependencies 2021-05-08 00:31:19 +02:00
jguer 8e6d098ff8
fix(deps): fix regression on CombinedDepList 2021-05-08 00:29:33 +02:00
x1b6e6 662c630a08 main_test: diaable checking TotalDownload conf
`TotalDownload` is removed in pacman 6. We can't leave it enabled for
pacman 5 and disable for pacman 6, so we disable it for both.
2021-05-07 23:30:08 +02:00
x1b6e6 faf03436a7 Sync with go-alpm v2.0.5 2021-05-07 23:30:08 +02:00
x1b6e6 7ade2afd78 add testing with pacman-git 2021-05-07 18:03:57 +02:00
x1b6e6 767c7975f3 fix test using multiple 'Architecture' value
Signed-off-by: x1b6e6 <ftdabcde@gmail.com>
2021-05-04 08:43:56 +02:00
x1b6e6 de113b87f3 Add support for multiple 'Architecture' values
This allows architecture to be multivalued. On x86-64 machines, this
could be something like:
    Architecture = x86-64-v3 x86-64

We use the first specified Architecture value in mirrorlist $arch
variable replacement, as this is backwards-compatible and sane.

More info:
https://git.archlinux.org/pacman.git/commit/?id=3179db108a83104d9de6d1d607f55f8118e92160

Signed-off-by: x1b6e6 <ftdabcde@gmail.com>
2021-05-04 08:43:56 +02:00
morganamilo 29f4c43227 Sort upslice by pacman repo order 2021-04-24 17:28:53 +02:00
morganamilo f04a469324 Make UpSlice a struct instead of a type alias 2021-04-24 17:28:53 +02:00
Ferdinand Bachmann 64e5b9e93d fix(query): allocate capacity in filterDebugPkgs
(addresses review in PR #1484 by Jguer)
2021-04-20 22:01:46 +02:00
Ferdinand Bachmann 3efb43af95 feat(query): list debug packages missing from AUR separately 2021-04-20 22:01:46 +02:00
Porrumentzio 5184ef6a04 Update eu.po 2021-04-20 22:00:30 +02:00
Porrumentzio f3dd3467ec Update eu.po 2021-04-20 22:00:30 +02:00
Porrumentzio 93d3c87624 Update eu.po
```
135    #: print.go:281
136    msgid "Check Deps"
```
_Dependencies that make checking_, _Currently checking dependencies_ or _The process of checking dependencies_?

```
299    #: print.go:298
300    msgid "Package Base ID"
301    msgstr "Pakete Base IDa"
302    
303    #: print.go:299
304    msgid "Package Base"
305    msgstr "Pakete Base-a"
```
Is _Package Base_ a proper noun or simpli _The base of the package_?

```
363    #: print.go:300
364    msgid "Snapshot URL"
365    msgstr "Snapshot-aren URLa"
```
What does mean Snapshot here? Is it an "image" of the repo or package, meaning that maintains that version?
2021-04-20 22:00:30 +02:00
jguer 85fe90c95f
ci(yay): tweak release notary 2021-04-12 17:21:29 +02:00