Fix the circular latest symlinks by taking them out of the list of stages.
Sync amd64/x86 experimental script with base amd64/x86 script.
This commit is contained in:
parent
b08dd40cac
commit
6dcdad447a
10 changed files with 15 additions and 10 deletions
|
@ -40,7 +40,7 @@ pre_build() {
|
|||
# Symlink the latest stages3 to build from
|
||||
for d in ${BUILD_SRCDIR_BASE}/builds/{default,multilib} ; do
|
||||
pushd $d
|
||||
for f in $(ls stage3*bz2 | give_latest_from_dates ) ; do
|
||||
for f in $(ls stage3*bz2 | grep -v latest | give_latest_from_dates ) ; do
|
||||
of=${f/20[0-9][0-9].[0-9]/latest} # for 20XX.Y stuff
|
||||
of=${of/20[0-9][0-9][0-1][0-9][0-9][0-9]/latest} # for $
|
||||
ln -sf $f $of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue