Changes between Initial Version and Version 1 of Ticket #20410, comment 2


Ignore:
Timestamp:
09/18/2024 06:26:32 AM (7 months ago)
Author:
Xi Ruoyao

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified Ticket #20410, comment 2

    initial v1  
    1414cd /path/to/luagit
    1515git pull
    16 pkg=luajit-${date +%Y%m%d}
     16pkg=luajit-$(date +%Y%m%d)
    1717git archive --format=tar --prefix=${pkg}/ | xz -9 > /tmp/${pkg}.tar.xz
    1818scp /tmp/${pkg}.tar.xz anduin.linuxfromscratch.org:<CLASSIFIED>