Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Pyrathon (0.31 sec)

  1. cmd/update.go

    	}
    	if IsSourceBuild() {
    		uaAppend("; ", "source")
    	}
    
    	uaAppend(" ", Version)
    	uaAppend(" ", ReleaseTag)
    	uaAppend(" ", CommitID)
    	if IsDCOS() {
    		universePkgVersion := env.Get("MARATHON_APP_LABEL_DCOS_PACKAGE_VERSION", "")
    		// On DC/OS environment try to the get universe package version.
    		if universePkgVersion != "" {
    			uaAppend(" universe-", universePkgVersion)
    		}
    	}
    
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed Apr 24 04:08:47 GMT 2024
    - 18.7K bytes
    - Viewed (0)
Back to top