Searched full:update (Results 1 – 25 of 75) sorted by relevance
123
/thrift-3.4.0/debian/ |
D | changelog | 3 * update to 0.17.0 9 * update to 0.16.0 15 * update to 0.15.0 21 * update to 0.14.2 27 * update to 0.14.1 33 * update to 0.14.0 39 * update to 0.13.0 45 * update to 0.12.0 51 * update to 0.11.0 57 * update to 0.10.0 [all …]
|
D | README.md | 18 ## Update changelog:
|
/thrift-3.4.0/lib/cl/ |
D | ensure-externals.sh | 12 if [[ ! -e backport-update.zip ]]; then 13 curl -O -L https://github.com/TurtleWarePL/de.setf.thrift/archive/backport-update.zip; 16 unzip -u backport-update.zip -d lib
|
D | load-locally.lisp | 22 (asdf:load-asd (merge-pathnames "lib/de.setf.thrift-backport-update/thrift.asd" *load-truename*))
|
/thrift-3.4.0/contrib/ |
D | Vagrantfile | 33 # Update the system 34 sudo DEBIAN_FRONTEND=noninteractive apt-get update -qq -y 79 sudo apt-get update && sudo apt-get -y --allow-unauthenticated install --reinstall d-apt-keyring &&… 85 update-java-alternatives -s java-1.8.0-openjdk-amd64 92 sudo pear update-channels
|
/thrift-3.4.0/test/crossrunner/ |
D | util.py | 27 def merge_dict(base, update): argument 28 """Update dict concatenating list values""" 30 for k, v in list(update.items()):
|
/thrift-3.4.0/build/docker/old/debian-jessie/ |
D | Dockerfile | 33 RUN apt-get update && apt-get install -y --no-install-recommends \ 103 RUN apt-get update && apt-get install -y --no-install-recommends \ 111 RUN apt-get update && apt-get install -y --no-install-recommends \ 117 RUN apt-get update && apt-get install -y --no-install-recommends \ 124 RUN apt-get update && apt-get install -y --no-install-recommends \ 186 apt-get update && \
|
/thrift-3.4.0/lib/delphi/src/ |
D | Thrift.Exception.pas | 36 procedure UpdateMessageProperty; // update inherited message property with toString() 55 // Update the inherited Message property to better conform to standard behaviour.
|
/thrift-3.4.0/contrib/zeromq/csharp/ |
D | AssemblyInfo.cs | 36 // The form "{Major}.{Minor}.*" will automatically update the build and revision, 37 // and "{Major}.{Minor}.{Build}.*" will update just the revision.
|
/thrift-3.4.0/lib/rs/ |
D | RELEASING.md | 40 1. Edit `Cargo.toml` and update the `version = 1.0` key to `version = [THRIFT_RELEASE_VERSION]` 44 3. `git commit -m "Update thrift crate version to [THRIFT_RELEASE_VERSION]" -m "Client: rs"`
|
D | release.sh | 21 git commit -m "Update thrift crate version to ${THRIFT_RELEASE_VERSION}" -m "Client: rs"
|
/thrift-3.4.0/build/docker/ubuntu-bionic/ |
D | Dockerfile | 24 RUN apt-get update -yq && \ 51 RUN apt-get update && apt-get install -y --no-install-recommends \ 79 # TODO: "apt-get install" without "apt-get update" in the same "RUN" step can cause cache issues if… 135 RUN apt-get update && apt-get install -y --no-install-recommends libncurses5-dev && \ 184 # need to update our luasocket code, lua doesn't have luaL_openlib any more 281 update-locale
|
/thrift-3.4.0/build/docker/ubuntu-focal/ |
D | Dockerfile | 24 RUN apt-get update -yq && \ 51 RUN apt-get update -yq && \ 80 # TODO: "apt-get install" without "apt-get update" in the same "RUN" step can cause cache issues if… 136 RUN apt-get update && apt-get install -y --no-install-recommends libncurses5-dev && \ 185 # need to update our luasocket code, lua doesn't have luaL_openlib any more 268 update-locale
|
/thrift-3.4.0/build/docker/ubuntu-jammy/ |
D | Dockerfile | 24 RUN apt-get update -yq && \ 51 RUN apt-get update -yq && \ 80 # TODO: "apt-get install" without "apt-get update" in the same "RUN" step can cause cache issues if… 136 RUN apt-get update && apt-get install -y --no-install-recommends libncurses5-dev && \ 185 # need to update our luasocket code, lua doesn't have luaL_openlib any more 268 update-locale
|
/thrift-3.4.0/build/docker/old/ |
D | Vagrantfile | 20 sudo apt-get update -y 29 sudo apt-get update -y
|
/thrift-3.4.0/doc/install/ |
D | centos.md | 5 ## Update the System 7 sudo yum -y update
|
/thrift-3.4.0/build/docker/old/debian-stretch/ |
D | Dockerfile | 27 RUN apt-get update && apt-get install -y --no-install-recommends apt apt-transport-https curl wget … 31 apt-get update && apt-get -y --allow-unauthenticated install --reinstall d-apt-keyring 42 # node.js (this step runs apt-get update internally) 213 # Update anything else left hanging
|
/thrift-3.4.0/build/docker/old/ubuntu-xenial/ |
D | Dockerfile | 30 RUN apt-get update && \ 58 RUN apt-get update && apt-get install -y --no-install-recommends \ 77 # TODO: "apt-get install" without "apt-get update" in the same "RUN" step can cause cache issues if… 126 RUN apt-get update && apt-get install -y --no-install-recommends automake libncurses5-dev && \ 260 update-locale
|
/thrift-3.4.0/.github/workflows/ |
D | build.yml | 27 sudo apt-get update -yq 71 sudo apt-get update -yq 152 sudo apt-get update -yq 338 sudo apt-get update -yq 344 rustup update 440 sudo apt-get update -yq
|
D | cmake.yml | 23 sudo apt-get update -yq
|
/thrift-3.4.0/contrib/vagrant/centos-6.5/ |
D | README.md | 52 #Update everything and reboot 53 yum update
|
/thrift-3.4.0/test/ |
D | README.md | 102 test/test.py --update-expected-failures=overwrite 107 test/test.py --update-expected-failures=merge 109 to update the known failures, run
|
/thrift-3.4.0/ |
D | Makefile.am | 106 $(CROSS_PY) test/test.py --update-expected-failures=overwrite 107 $(foreach var,$(TIMES),test/test.py -s || true;test/test.py --update-expected-failures=merge;)
|
/thrift-3.4.0/build/docker/old/ubuntu-disco/ |
D | Dockerfile | 24 RUN apt-get update && \ 55 RUN apt-get update && apt-get install -y --no-install-recommends \ 183 # need to update our luasocket code, lua doesn't have luaL_openlib any more 274 update-locale
|
/thrift-3.4.0/tutorial/cl/ |
D | load-locally.lisp | 21 (asdf:load-asd (merge-pathnames "lib/de.setf.thrift-backport-update/thrift.asd" *load-truename*))
|
123