Commit Graph

395 Commits

Author SHA1 Message Date
Alex Seiler
44f4864034 Revert changes in README.md to 'apacman', add hyperlinks 2017-10-17 04:01:56 +02:00
Alex Seiler
f34c413670 Fix two typos in README.md 2017-10-16 20:33:10 +02:00
Jguer
93de8ba9b3 Use XDG_CONFIG_HOME as default config directory instead of hardcoded when available. Fixes #50 2017-10-16 23:38:51 +09:00
J Guerreiro
131e61af5d Merge pull request #53 from whereswaldon/nonexec-config
Make default config file non-executable
2017-10-16 16:46:09 +09:00
J Guerreiro
2e409ae5b6 Merge pull request #51 from whereswaldon/typos
Resolve a few typos in documentation
2017-10-16 16:45:48 +09:00
Chris Waldon
66371b4cfb Make default config file non-executable 2017-10-14 13:01:54 -04:00
Chris Waldon
14c1a17d77 Resolve a few typos in documentation 2017-10-14 12:11:47 -04:00
Jguer
4b78c23fb9 Merged flatten branch 2017-10-03 00:54:34 +09:00
J Guerreiro
771eca9cf7 Merge pull request #48 from afg984/aur-dep
use Command.Dir in aur.PkgInstall; attempt to fix #32 #47
2017-10-03 00:04:55 +09:00
afg
56be9fde2a use Command.Dir in aur.PkgInstall; attempt to fix #32 #47 2017-09-30 23:13:02 +08:00
Jguer
35b975a03c Fixes #45 2017-09-12 11:38:42 +09:00
J Guerreiro
d295a80203 Merge pull request #44 from afg984/uidsuffix
Suffix BuildDir with uid to avoid perm problems
2017-09-06 00:04:01 +09:00
afg
b3826dbb18 Suffix YayConf.BuildDir with uid to avoid permission issues between different users 2017-09-05 10:51:09 +08:00
jguer
9afd66109a FilterPackages replaces ForeignPackages 2017-08-07 14:43:25 +01:00
jguer
ef454680dc Fixed tests for unified structure 2017-08-07 10:53:20 +01:00
jguer
418c27f7e3 Removed empty package 2017-08-07 10:35:21 +01:00
jguer
6e60184078 Fixed parallel update merge 2017-08-07 10:18:19 +01:00
jguer
f7b1cdf990 Merge branch 'master' into flatten 2017-08-07 09:42:02 +01:00
J Guerreiro
263b2facef Further improvements to README
Picture overall is needed as it is outdated
2017-08-05 10:54:09 +01:00
J Guerreiro
8a1d1cd5ee Merge pull request #43 from reujab/readme-improvements
Improved readme
2017-08-05 10:46:05 +01:00
reujab
9fac9805fb improved readme 2017-08-04 21:15:12 -04:00
jguer
226d0f89dd Flatten now compiles 2017-08-04 10:26:53 +01:00
Jguer
262b158a34 Fixes no confirms 2017-08-02 22:56:45 +01:00
Jguer
b4f4a42d50 Flattened architecture. Does not compile 2017-08-02 18:24:03 +01:00
Jguer
5ad1772bba Refactoring 2017-08-01 17:43:20 +01:00
Jguer
4e67864662 Fixes no updates hang. Refers #39 2017-07-31 13:07:22 +01:00
Jguer
6165007f2c References #39, Sy 2017-07-24 10:32:11 +01:00
Jguer
f80e3130ab Su is now handled. References #39 2017-07-19 10:32:32 +01:00
Jguer
981387504e By the way, we warn about it. References #39 2017-07-18 10:51:58 +01:00
Jguer
37883c7d8b Fixes Ignore Group and Ignore Pkg. References #39 2017-07-18 09:38:38 +01:00
Jguer
467b7794c2 References #39 and #40 2017-07-17 23:44:46 +01:00
Jguer
f0b9c0cfe9 Vendoring and cool looking displays 2017-07-14 18:03:54 +01:00
Jguer
cb6d4af881 Added PacmanUpgradeList 2017-07-13 17:56:56 +01:00
Jguer
baf712d062 Unbuffered channels 2017-07-12 20:01:10 +01:00
Jguer
464cf208c1 Parallel AUR Update list 2017-07-12 19:54:29 +01:00
Jguer
73f8c32176 Refactoring and Implemented Human sizes from alpm 2017-07-10 18:10:51 +01:00
Jguer
7608c6338d References #34 fix for yay -Qstats. Also added warnings about packages not available in AUR. 2017-07-07 00:48:01 +01:00
Jguer
d8f1c382b1 Possible fix for #34 2017-07-07 00:25:49 +01:00
Jguer
a0ee114577 Added --printconfig for debugging and quickly checking settings 2017-07-07 00:05:18 +01:00
Jguer
ff0d2ff90f Merge branch 'kshlm-fill-defaults-before-everything' 2017-07-06 23:48:52 +01:00
Kaushal M
2bf1cf4515
Fill default config before trying to unmarshal config file
This keeps the default config values available if the config file only
has a few options.

Also, if the config is not found, save the default config in its place.
And pretty print it when saving to make it easier to edit for users.
2017-07-06 13:00:48 +05:30
Jguer
3ab83cd14f Fixes #35 for now. (TODO: Implement Si natively]) 2017-07-05 22:30:42 +01:00
Jguer
a27a0d329d Fixes #36@ 2017-07-05 22:21:58 +01:00
Jguer
2ea7510093 Changes to makefile 2017-07-04 18:54:03 +01:00
J Guerreiro
b7eb2f963f Yay 2.0 2017-07-03 12:55:37 +01:00
Jguer
812eca3aa5 Fixes #29. Changed to MiB and KiB and added simple float 2017-06-23 09:43:57 +01:00
Jguer
eea82fb8ee Added missing flag to timeupdate 2017-06-23 09:19:18 +01:00
Jguer
144b483be3 Merge branch 'maximbaz-fix-timeupdate-param-usage' into dev 2017-06-23 09:17:16 +01:00
Maxim Baz
72cfd64e36 Fix config name in json 2017-06-21 09:41:54 +02:00
Maxim Baz
bebc821653 Fix TimeUpdate param usage
TimeUpdate is `false` by default. We want to compare modification time only when user changes this parameter to `true`.
The current code seems to have inverted logic at the moment.
2017-06-17 19:18:44 +02:00