Code Monkey home page Code Monkey logo

Comments (5)

TomOne avatar TomOne commented on July 22, 2024

The Ketarin machine isn’t updating anymore due to a bug in chocopkgup, which had to be updated due to the expiration date. But on every update it overwrites the custom settings with the default ones.

I’ll fix the paths to make it work again later this day.

@ferventcoder are you aware of this bug?

from chocolatey-packages.

Redsandro avatar Redsandro commented on July 22, 2024

I noticed this too. You have to re-add the API key. Not sure if that is (also) what you mean though.

from chocolatey-packages.

gep13 avatar gep13 commented on July 22, 2024

@TomOne can you note exactly what is required to be done, in case I can get to this before you? Thanks!

from chocolatey-packages.

TomOne avatar TomOne commented on July 22, 2024

@gep13, sorry, forgot to answer sooner.

I fixed it in the meantime. chocopkgup.exe.config had to be edited again to include the actual path:

<?xml version="1.0"?>
<configuration>
  <appSettings>
    <add key="PackagesFolder" value="c:\github\chocolatey-coreteampackages\automatic" />
    <add key="TokenReplaceFileSearchPattern" value="*.txt|*.nuspec|*.ps1|*.config" />
    <add key="PS1FileToExecute" value="ChocoPkgUp.ps1" />
  </appSettings>
  <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
  </startup>
</configuration>

This was missing in ketarinupdate.cmd because it was overwritten with the default ketarinupdate.cmd:

cd "C:\github\chocolatey-coreteampackages"
git pull

"Ketarin.exe" /database=C:\github\chocolatey-coreteampackages\jobs.db /silent /log=C:\ProgramData\chocolateypackageupdater\ketarin.%mydate%_%mytime%.log

from chocolatey-packages.

gep13 avatar gep13 commented on July 22, 2024

@TomOne ah, yes, now I remember, I set that up 😸

Thanks for getting this sorted out.

from chocolatey-packages.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.