Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for tgzDir (0.16 sec)

  1. subprojects/core/src/test/groovy/org/gradle/internal/fingerprint/impl/DefaultFileCollectionSnapshotterTest.groovy

            snapshot = snapshotter.snapshot(emptyTarTree).snapshot
    
            then:
            assertSingleFileSnapshot(snapshot)
    
            when:
            def tgzDir = tmpDir.createDir('tgzDir')
            TestFile tgz = tempDir.file('emptyArchive.tgz')
            tgzDir.tgzTo(tgz)
            def localResource = new LocalResourceAdapter(TestFiles.fileRepository().localResource(tgz))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 12 16:25:23 UTC 2022
    - 7.1K bytes
    - Viewed (0)
  2. lib/time/update.bash

    curl -sS -L -O https://www.iana.org/time-zones/repository/releases/tzdata$DATA.tar.gz
    tar xzf tzcode$CODE.tar.gz
    tar xzf tzdata$DATA.tar.gz
    
    if ! make CFLAGS=-DSTD_INSPIRED AWK=awk TZDIR=zoneinfo posix_only >make.out 2>&1; then
    	cat make.out
    	exit 2
    fi
    
    cd zoneinfo
    ../mkzip ../../zoneinfo.zip
    cd ../..
    
    files="update.bash zoneinfo.zip"
    modified=true
    if git diff --quiet $files; then
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 02 18:20:41 UTC 2024
    - 1.8K bytes
    - Viewed (0)
Back to top