Eliminate the substituter mechanism
Substitution is now simply a Store -> Store copy operation, most typically from BinaryCacheStore to LocalStore.
Showing
- scripts/local.mk 1 addition, 7 deletionsscripts/local.mk
- src/libstore/build.cc 85 additions, 207 deletionssrc/libstore/build.cc
- src/libstore/globals.cc 0 additions, 13 deletionssrc/libstore/globals.cc
- src/libstore/globals.hh 0 additions, 5 deletionssrc/libstore/globals.hh
- src/libstore/local-store.cc 25 additions, 202 deletionssrc/libstore/local-store.cc
- src/libstore/local-store.hh 0 additions, 27 deletionssrc/libstore/local-store.hh
- src/libstore/local.mk 1 addition, 1 deletionsrc/libstore/local.mk
- src/libstore/store-api.cc 35 additions, 0 deletionssrc/libstore/store-api.cc
- src/libstore/store-api.hh 6 additions, 0 deletionssrc/libstore/store-api.hh
- src/libutil/finally.hh 12 additions, 0 deletionssrc/libutil/finally.hh
- tests/fallback.sh 0 additions, 20 deletionstests/fallback.sh
- tests/local.mk 1 addition, 2 deletionstests/local.mk
- tests/substituter.sh 0 additions, 37 deletionstests/substituter.sh
- tests/substituter2.sh 0 additions, 33 deletionstests/substituter2.sh
- tests/substitutes.sh 0 additions, 22 deletionstests/substitutes.sh
- tests/substitutes2.sh 0 additions, 21 deletionstests/substitutes2.sh
Loading
Please register or sign in to comment