Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using proper laud countdown before cleaning of repository #3744

Merged
merged 5 commits into from
Apr 5, 2024

Conversation

judovana
Copy link
Contributor

@judovana judovana commented Apr 3, 2024

There is couple of

echo  "doing osmething terrible in Xs"
sleep X

here in log only the doing osmething terrible in Xs appear.

I think it may be better to print out proper dynamic countdown instead of just dark screen. WDYT?

I had put it to commn.sh, but some other place may be better. Also I had used it as example only on two places in prepareWorkspace, where there definitely is more applicable places over scripts.

WDYT?

@judovana judovana changed the title Usng proper laud countdown before cleaning of repository Using proper laud countdown before cleaning of repository Apr 3, 2024
Copy link
Member

@sxa sxa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My initial reaction is that this is someone unneeded but I won't block it ;-)

sbin/common/common.sh Outdated Show resolved Hide resolved
Co-authored-by: Stewart X Addison <6487691+sxa@users.noreply.github.com>
@judovana
Copy link
Contributor Author

judovana commented Apr 3, 2024

My initial reaction is that this is someone unneeded but I won't block it ;-)

I definitely do not insists on this, but come to me as a good idea since I already at least once overlooked that and lsot build.

sbin/common/common.sh Outdated Show resolved Hide resolved
judovana and others added 2 commits April 4, 2024 08:15
Co-authored-by: Martijn Verburg <martijnverburg@gmail.com>
while [ $i -gt 0 ] ; do echo -n " $i " && sleep 1 && i=$(($i-1)) ; done && echo " $i"
        ^-- SC2086 (info): Double quote to prevent globbing and word splitting.
                                                          ^-- SC2004 (style): $/${} is unnecessary on arithmetic variables.
@judovana
Copy link
Contributor Author

judovana commented Apr 5, 2024

ok. two approvers done. What now? Can anybody merge please?

@andrew-m-leonard andrew-m-leonard merged commit 390efc3 into adoptium:master Apr 5, 2024
22 of 23 checks passed
@judovana
Copy link
Contributor Author

judovana commented Apr 5, 2024

ty!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants