1
0
Fork 0

app-misc/gebuilder: added update file

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Horea Christian <horea.christ@yandex.com>
This commit is contained in:
Horea Christian 2019-02-28 15:40:58 +01:00
parent 5a2026eafa
commit a0ab08f911
No known key found for this signature in database
GPG Key ID: EAA9223EE3BB378A
2 changed files with 18 additions and 0 deletions

View File

@ -1,3 +1,6 @@
28 Feb 2019; Horea Christian <h.chr@mail.ru> +files/gebuilder_global_update:
app-misc/gebuilder: added update file
28 Feb 2019; Horea Christian <h.chr@mail.ru> gebuilder-9999.ebuild:
app-misc/gebuilder: improved path

View File

@ -0,0 +1,15 @@
#!/usr/bin/env bash
set -e
ROOT_DIR="/usr/share/gebuilder"
pushd "${ROOT_DIR}"
gebuild stemgentoo update
sleep 2
for file in roots/*/.gentoo/
do
gebuild "$file" update || true
sleep 2
done
popd