Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
bug 400083 tweak to the archive-debug-builds.sh to sort dir with ls -…
Browse files Browse the repository at this point in the history
…r p=lsblakk r=nthomas
  • Loading branch information
lsblakk committed Sep 9, 2010
1 parent 2d21114 commit 42f2813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildfarm/maintenance/archive-debug-builds.sh
Expand Up @@ -10,7 +10,7 @@ do
branch=$(echo $dir | cut -d '-' -f1,2)
builddir="$BASE_PATH/$dir"
cd $builddir
archivedir="$(ls -t | head -1)"
archivedir="$(ls -r | head -1)"
if [ -n $archivedir ]; then
if [ -d "$builddir/$archivedir" ]; then
files="$(find $builddir/$archivedir/ -regex '.*\.\(dmg\|exe\|txt\|bz2\)')"
Expand Down

0 comments on commit 42f2813

Please sign in to comment.