- Sep 27, 2024
-
- Apr 26, 2024
-
- Dec 13, 2023
-
- Oct 23, 2023
-
- Oct 22, 2023
-
- Sep 21, 2023
-
- Jan 03, 2023
-
- Nov 01, 2022
-
- Jun 29, 2022
-
- Jan 22, 2022
-
- Oct 08, 2021
-
- Jul 19, 2021
-
- Jan 18, 2020
-
- May 27, 2019
-
- Apr 11, 2019
-
- Jul 19, 2018
-
- Nov 24, 2017
-
-
Bruno Pagani authored
Make direct invocation of jam instead of using scripts. Use `install` instruction instead of copying files manually. Use system deps as much as possible. Make use of systemd-sysusers vs .install file.
-
- Nov 15, 2017
-
-
Evangelos Foutras authored
FTR, commands used to change arch=() and then verify the changes: $ sed -Ei "/^arch=/{s/ *?['\"]?i686['\"]? *?//;s/ *$//}" */*/PKGBUILD* $ grep -r i686 * | grep arch= | grep -v repos $ svn diff | grep -A 1 ^-[^-] | grep -v -- -- | cut -c2- | while IFS=$'\n' read -r l1; IFS=$'\n' read -r l2; do echo "$l1 -> $l2" done | sort -u
-
- Sep 16, 2017
-
-
Antonio Rojas authored
-
- Sep 11, 2017
-
- Oct 25, 2016
-
- Nov 18, 2015
-
- Sep 08, 2015
-
- May 13, 2015
-
- Mar 11, 2014
-
- Mar 10, 2014
-
- Feb 14, 2014
-
- Dec 11, 2013
-
- Oct 28, 2013
-
- Aug 19, 2013
-
- Aug 01, 2013
-
-
Timothy Redaelli authored