summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuetzaly Daniela Solano Gómez <gentoo@sattvik.com>2023-06-08 19:40:35 -0500
committerQuetzaly Daniela Solano Gómez <gentoo@sattvik.com>2023-06-08 19:40:52 -0500
commitda1ebd918d2d0886295bf72bb89d3c823efffb5e (patch)
treea57ddfc524460851638a4781e49246c274722c84
parentapp-containers/amazon-ecr-credential-helper: Update amazon-ecr-credential-helper (diff)
downloadsattvik-da1ebd918d2d0886295bf72bb89d3c823efffb5e.tar.gz
sattvik-da1ebd918d2d0886295bf72bb89d3c823efffb5e.tar.bz2
sattvik-da1ebd918d2d0886295bf72bb89d3c823efffb5e.zip
Update build
Signed-off-by: Quetzaly Daniela Solano Gómez <gentoo@sattvik.com>
-rw-r--r--app-containers/amazon-ecr-credential-helper/Manifest2
-rw-r--r--app-containers/amazon-ecr-credential-helper/amazon-ecr-credential-helper-0.7.1.ebuild8
2 files changed, 5 insertions, 5 deletions
diff --git a/app-containers/amazon-ecr-credential-helper/Manifest b/app-containers/amazon-ecr-credential-helper/Manifest
index a4051c6..23ade30 100644
--- a/app-containers/amazon-ecr-credential-helper/Manifest
+++ b/app-containers/amazon-ecr-credential-helper/Manifest
@@ -1,3 +1,3 @@
DIST amazon-ecr-credential-helper-0.7.1.tar.gz 1918666 BLAKE2B bcec9a6f1677b1696cbdfd0ffc0832b0f13f34380f939dd26066c842c3dccd0970a6e644a7f74eb333a9395a4d86f9b567f3b4ee6a04e74aaac9041c00155024 SHA512 3f633f889ac3d8fb545aa909f260da41a1427cb7c600bb0aa74e6b687fab03a87557a429ae5f8c343a87b421ac7343986b75424c03498d9b955dce22dc553ffd
-EBUILD amazon-ecr-credential-helper-0.7.1.ebuild 674 BLAKE2B 6ddcdbe6622e6fd696ed60d46a083e4afcff57bf87ee55708fd966ed4ebc8ed3de71f83dc7ce1925dd09d316c4c3f7e23919d1f9b58708eea7061ce8db12f022 SHA512 0fb5060393f04d6b7da98e5a771ecb9031e501ce06c8d211be5f8392de44098929548df9f64eaa1db1f9bd03a7966a30bf2f3190896c84855d229a512eb16384
+EBUILD amazon-ecr-credential-helper-0.7.1.ebuild 631 BLAKE2B 96e8c2a28f85f425fdc1574f8fdff805af041e5ac03299b3843e12085103ebc7ba3326155b4eff6b2ce66e4f86d73bae3613c62820402ce57d56daf3a2a53147 SHA512 6f67a102617ed03e3fcde6f2b949c5638d0c823babec0906b00c97137bfc4866f497121ce70f4e77507f6fd8239f01ef7c2cebd19a851fb3cf55c5da7411e98f
MISC metadata.xml 365 BLAKE2B 8f163a8497bb3added8d06a4865e41f4529744bcc500d29d25ef2b2f5a52ef62e49902f3e5b218c6db2a2514d7af81edb5a8866b757feed53d3cef24476a2e0c SHA512 c2a5ada82ab86d0df526eb5fa7b44e4339f23b58465998b67e6029a5ded663c727b3309ac8ce59bb1cd21edbe8bbcdedc698eccbe094283fea20b5981195136b
diff --git a/app-containers/amazon-ecr-credential-helper/amazon-ecr-credential-helper-0.7.1.ebuild b/app-containers/amazon-ecr-credential-helper/amazon-ecr-credential-helper-0.7.1.ebuild
index e3e8a14..649691f 100644
--- a/app-containers/amazon-ecr-credential-helper/amazon-ecr-credential-helper-0.7.1.ebuild
+++ b/app-containers/amazon-ecr-credential-helper/amazon-ecr-credential-helper-0.7.1.ebuild
@@ -16,14 +16,14 @@ LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-S="${WORKDIR}/${P}/ecr-login"
+S="${WORKDIR}/${P}/ecr-login/cli/docker-credential-ecr-login"
src_compile() {
- ego build -v -work ${EGO_PN}/ecr-login/cli/docker-credential-ecr-login
- echo "$@"
- "$@" || die
+ ego build
}
src_install() {
dobin docker-credential-ecr-login
+
+ default
}