File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 490490
491491echo " Package repository setup complete!"
492492echo " "
493- echo " Repository structure: "
494- echo " DEB repository: "
495- [ -d out/deb ] && ls -lh out/deb/ || echo " No DEB repository found "
496- echo " RPM repository:"
497- [ -d out/rpm ] && ls -lh out/rpm/ || echo " No RPM repository found"
498- echo " Direct download packages: "
499- [ -d out/packages ] && ls -lh out/packages/ || echo " No direct download packages found"
493+ echo " Repository setup complete! "
494+ echo " "
495+ echo " Multi-architecture GPG-signed repository structure created successfully. "
496+ echo " DEB repository: $( [ -d out/deb ] && echo " ✓ Created with $( find out/deb -name " *.deb " | wc -l ) signed packages " || echo " ✗ Not found " ) "
497+ echo " RPM repository: $( [ -d out/rpm ] && echo " ✓ Created with $( find out/rpm -name " *.rpm " | wc -l ) packages " || echo " ✗ Not found" ) "
498+ echo " Direct downloads: $( [ -d out/ packages ] && echo " ✓ Available with $( ls out/packages/ * .{deb,rpm} 2> /dev/null | wc -l ) packages " || echo " ✗ Not found " ) "
499+ echo " GPG key: $( [ -f out/documentdb-archive-keyring.gpg ] && echo " ✓ Exported " || echo " ✗ Not found" ) "
You can’t perform that action at this time.
0 commit comments