Commit graph

28 commits

Author SHA1 Message Date
Eduard Tolosa
b5283a6a4f Add support for pkgcheck. 2020-05-12 10:18:43 -05:00
Eduard Tolosa
9a1ffa7fb5 Remove unneeded condition + bump version. 2020-04-09 10:12:55 -05:00
Eduard Tolosa
f4a73c0e52 Bump version right. 2020-01-18 14:09:24 -05:00
Eduard Tolosa
542a33cc86 Bump version 2020-01-18 14:06:28 -05:00
Eduard Tolosa
5dbdbeeba3 Use zstd by default. 2020-01-18 14:03:59 -05:00
e694ee1461 Fix issue when installing with missing deps 2019-06-03 17:10:15 -05:00
916e871fa5 Add support for multiple arguments when testing packages.
Fix #5
2019-05-16 13:54:17 -05:00
74457ebd8d Remove unneeded prints. 2019-05-16 13:02:59 -05:00
60a4d6048f Add --noconfirm when testing a package 2019-05-15 00:18:03 -05:00
ac6a548ec8 Fix error message when executing a binary. 2019-05-14 20:47:01 -05:00
bfc0aa4512 Remove unneeded code. 2019-05-13 00:24:16 -05:00
7fc133fd5a Remove unneeded status check.
Since that we are using a .expect() method in the Command::New action, the next check is unneeded and undesirable because it just check the status of the command inside the chroot environment nad as result package executables return a non-success status when not arguments are given (as in our case).
2019-05-12 23:41:15 -05:00
69d7863ae6 Sync in every action and make update optional. 2019-05-12 21:06:09 -05:00
fd84ddcf4c Sync chroot copy repo before performing actions.
Remove update chroot packages function for every action.
2019-05-01 11:52:50 -05:00
55729d3d46 Remove unneeded commands. 2019-05-01 11:38:46 -05:00
ff4f4d3e3c Remove unused import. 2019-04-23 22:08:49 -05:00
df975d9772 Better argument handling. 2019-04-23 22:08:23 -05:00
d04e5b8f0c Update clap crate configuration. 2019-04-23 00:01:48 -05:00
ca5503c354 Fix issue when the missing package is in another directory. 2019-04-22 23:58:47 -05:00
ffaeceb3c3 Use arch-nspawn instead of chroot. 2019-04-22 23:27:03 -05:00
16d361fbe1 Handle warnings 2019-04-21 02:05:10 -05:00
7f9237a9a0 Enable multilib repo by default. 2019-04-21 01:28:58 -05:00
d1c99d208a Bump version 2019-04-21 00:15:58 -05:00
cc263db1bb Fix rsync performance issue
It solves the bad habit of recreating the chroot copy everytime that the -c option was specified, a lot of performance is gained in it change.
2019-04-21 00:13:54 -05:00
73246252b7 Bump version.
- It release fix a issue when passing the -l argument to makechrootpkg that ends in an double slash in the chroot copy path.
2019-04-20 20:47:24 -05:00
76eec0e649 Fix chroot instance when build package. 2019-04-20 20:44:12 -05:00
e679d48656 Add informational message. 2019-04-20 16:34:37 -05:00
3ebaf7e732 First commit. 2019-04-20 16:14:23 -05:00