Commit Graph

17 Commits

Author SHA1 Message Date
Solene Rapenne e0083083be use uname -p instead of machine
on some archictures such as arm64, you have a different platform than
machine name like arm64 vs aarch64

reported by Aaron Riekenberg
2022-06-26 09:27:48 +02:00
Solene Rapenne e2acb847bd README: mention the Makefile installation 2022-03-15 10:25:27 +01:00
Solene Rapenne 0903a32aa4 add makefile to ease installation 2022-03-15 10:24:33 +01:00
Solene Rapenne af30693a3d move current detection block after silence enabling 2022-03-13 16:28:00 +01:00
Solene Rapenne 4c71d77d1f enhance README explanations 2022-03-13 16:23:17 +01:00
Solene Rapenne 573bd277e0 add support for -current 2022-03-13 16:21:09 +01:00
Solene Rapenne f4792f7496 pkgupdate: fix too verbose output
Silence a message displayed that would trigger an extra email while
nothing happened

From Steven Shockley
2022-03-12 09:10:51 +01:00
Solene Rapenne c13f3d30dc fix INSTALLURL detection
reported by Alexey Proschenko
> There is unsafe use of "cat /etc/installurl" in PKG_PATH composition code
> because of man INSTALLURL(5):
> "Empty lines and lines beginning with ‘#’ in the file are ignored."

the current code was looking for the first line not starting with #
which was wrong in case the line was empty.
2021-08-29 12:19:06 +02:00
Solene Rapenne 1bd66adc4a document -q flag 2021-08-29 12:13:24 +02:00
solene 14538a5409 Merge pull request 'mode silent with -q to hide non error messages' (#1) from silent_mode into hacker
Reviewed-on: #1
2021-08-29 10:11:39 +00:00
Solene Rapenne 43038d5bcd mode silent with -q to hide non error messages 2021-08-29 12:09:07 +02:00
Solene Rapenne 7bedf65ff7 bugfix: it wasn't saving the new cache file in case of change. 2021-08-29 12:00:01 +02:00
Solene Rapenne e680e0821a don't try to use curl with https, it requires a wrapper to work 2021-08-15 21:14:40 +02:00
Solene Rapenne 710f1dfef8 check if user is root 2021-08-15 21:01:50 +02:00
Solene Rapenne 3c1c5d5765 mark pkgupdate executable 2021-08-15 20:59:36 +02:00
Solene Rapenne 0e3787b8c1 init 2021-08-15 20:58:08 +02:00
solene 111af1d71f Initial commit 2021-08-15 18:38:45 +00:00