Commit Graph

2096 Commits

Author SHA1 Message Date
morganamilo
80e66ce479
Allow many aur packages to be installed at once.
After building an AUR package don't install it right away. Instead queue
it for install.

Then when a package comes along that does not have all of its
dependencies satisfied, install the queued packages before builting.

This allows a standard AUR update to be done with one transaction, while
building AUR packages with long dependency chains will work as normal.

This feature is behind the `--batchinstall` flag.
2019-06-17 14:25:59 +01:00
Jguer
16fddae8b6 Fix linting error breaking docker release 2019-06-17 13:22:30 +01:00
morganamilo
e01af5dfd6
Fixup asdeps logic 2019-06-17 13:15:54 +01:00
morganamilo
c717b61e69
Extract dep and exp setting to their own functions 2019-06-17 13:08:23 +01:00
morganamilo
5ac36ad97e
Ensure global pacman arguments are always used 2019-06-17 13:03:57 +01:00
J Guerreiro
e0a5e24a12
Merge pull request #964 from benjamb/fix-typo
Fix typo
2019-06-17 12:21:54 +01:00
Ben Brown
e43e68f6bf Fix errant capitalisation 2019-06-17 12:04:07 +01:00
Ben Brown
13d8c82d42 Fix "ealily" typo 2019-06-17 12:02:49 +01:00
J Guerreiro
bcaf8a0eb7
Merge pull request #961 from FryDay/remove-make-deps
Defer cleanAfter and removeMake
2019-06-16 16:32:12 +01:00
Jordan Day
37f3309917 Defer clean and remove make 2019-06-11 08:54:24 -05:00
Jguer
86b73689a3
Should fix #960. Bumps patchversion 2019-06-03 23:39:30 +01:00
Jguer
06da88778e
Fix #954 2019-05-27 12:46:08 +01:00
J Guerreiro
b32a8ad582
Merge pull request #952 from H4rryA/943
Updated sudo check for -Rp #943
2019-05-18 13:56:41 +01:00
Harry Arakkal
48e1d65539 Updated sudo check for -Rp 2019-05-17 21:26:22 -07:00
Anna
d406966174
Merge pull request #939 from Morganamilo/fixups
Fixups
2019-04-23 17:16:11 +01:00
morganamilo
6415c23be2
Random fixups 2019-04-23 17:03:09 +01:00
morganamilo
112046853b
Use correct case on go-alpm import 2019-04-23 16:53:20 +01:00
J Guerreiro
e1f3437c64
Merge pull request #930 from Jguer/docker-build-armv7
Added arm v7 build
2019-04-10 15:06:16 +01:00
Jguer
4e34e3a5fe Added arm v7 build 2019-04-09 19:39:38 +01:00
Jguer
eb468fc878
Update minor version 2019-04-06 13:10:12 +01:00
J Guerreiro
308cf5c3de
Fix custom operations display 2019-04-06 12:13:33 +01:00
J Guerreiro
af9f9751ee
Updated images to better reflect current state 2019-04-05 18:00:48 +01:00
J Guerreiro
5932b6987d
Merge pull request #928 from Jguer/fix#919
Fix #919, require explicit sort mode defined
2019-04-04 22:23:39 +01:00
Jguer
cf12fc6ff2
Fix #919, require explicit sort mode defined 2019-04-04 21:47:44 +01:00
Jguer
56da655195 Add docker-build for development outside of arch environment 2019-04-04 12:14:34 +01:00
Jguer
f21a5a7f1a
Merge previous README changes 2019-04-03 23:07:57 +01:00
Jguer
5db33b6bcb
Documented and fixed docker release process 2019-04-03 23:06:22 +01:00
J Guerreiro
dc2186c5f3
Fix up Readme typo 2019-04-03 21:28:35 +01:00
Jguer
9d708d5186 Add multiarch images for cross-compiling 2019-04-03 21:08:58 +01:00
J Guerreiro
a75506cc34
Merge pull request #927 from Morganamilo/fix#926
Update go-srcinfo
2019-04-01 17:33:37 +01:00
morganamilo
711e12d7bb
Update go-srcinfo 2019-04-01 17:27:27 +01:00
J Guerreiro
01e9cd2d47
Remove mentions of dep 2019-03-30 09:22:53 +00:00
J Guerreiro
6809d7c6d2
Merge pull request #370 from Jguer/travis-exp
Test arch-travis on yay. Just test if it's building right now and then we can get serious
2019-03-29 22:30:50 +00:00
J Guerreiro
8880213fb0
Merge pull request #923 from Jguer/revert-916-sudobin
Revert "Add SudoBin"
2019-03-29 22:09:39 +00:00
J Guerreiro
888a289a1b
Revert "Add SudoBin" 2019-03-29 22:09:27 +00:00
J Guerreiro
aa82518720
Merge pull request #916 from daftaupe/sudobin
Add SudoBin
2019-03-29 22:08:20 +00:00
J Guerreiro
062c6ea6d8
Merge pull request #922 from Jguer/fix918
Fix #918. Get back in the groove
2019-03-29 22:05:43 +00:00
Jguer
e1bc834f5b
Fix #918. Get back in the groove 2019-03-29 22:05:04 +00:00
Pierre-Alain TORET
877c794bc2 Add SudoBin and SudoFlags 2019-03-27 15:16:39 +01:00
J Guerreiro
ec5746f09f
Merge pull request #909 from sosiska/patch-1
Some more code improvements
2019-03-15 20:50:34 +00:00
Anna
1447fb9ff0
Merge pull request #908 from CodeLingoBot/rewrite
Fix function comments based on best practices from Effective Go
2019-03-13 09:14:16 +00:00
Motkov Kirill
14ac756298 Code improvements
- Removed yoda condition.
- Renamed/removed variables which shadows built-in names.
- Rewrited if-else-if-else chains to switch statements.
2019-03-10 16:36:01 +03:00
CodeLingo Bot
1771c8f0b3 Fix function comments based on best practices from Effective Go
Signed-off-by: CodeLingo Bot <bot@codelingo.io>
2019-03-07 02:36:53 +00:00
Arseni
417cc653ab Improve the man page's writing and fix typos. (#904)
* Fix typos in man page

* Use more concise forms of verbs in man page

* Fix confusing list in man page
2019-03-06 16:36:18 +00:00
Anna
e18cd9b1e8
Merge pull request #903 from sosiska/patch-1
code improvements
2019-03-05 20:26:14 +00:00
Motkov Kirill
0878b485ae remove suspicious err reassigns 2019-03-05 23:10:04 +03:00
Anna
c3caa2da94
Merge pull request #899 from Morganamilo/fixalpm
Update go-alpm
2019-03-05 19:00:57 +00:00
Motkov.Kirill
a33801615c miss assignment to err 2019-03-05 11:10:56 +03:00
Motkov.Kirill
50a99c1e54 remove yoda condition 2019-03-05 11:08:37 +03:00
J Guerreiro
808f6332c2
Merge pull request #901 from sosiska/patch-1
rewrite if-else to switch statement
2019-03-04 19:19:38 +00:00