This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| shapgvba gbRyrzrag(ahz) { | |
| erghea '' + ahz + ','; | |
| } | |
| shapgvba enatr(fgneg, raq) { | |
| yrg ahzf = ''; | |
| sbe(v=fgneg; v<=raq; v++) { | |
| ahzf += gbRyrzrag(v); | |
| } | |
| erghea ahzf; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Promise = require 'bluebird' | |
| request = require 'request' | |
| progress = require 'request-progress' | |
| DELTA_REQUEST_TIMEOUT = 15 * 60 * 1000 | |
| config = { deltaHost: 'https://delta.resinstaging.io' } | |
| imgSrc = 'resin/armhf-alpine:3.4-20161018' | |
| imgDest = 'registry.resinstaging.io/testaufsdiff/75be750cca0c92d7286a48377af1ae24a589efb3:latest' | |
| dockerDelta = require 'docker-delta' | |
| new Promise (resolve, reject) -> |