[chirp_devel] CHIRP Repository Not Up-to-Date
I often visit the CHIRP Repository ( https://chirp.danplanet.com/projects/chirp/repository ) in order to find out when the last change of a module occurred and/or what the change was and/or to just grab the latest version of something. Unfortunately I have noticed that some time between the first of the year and present, the repository is no longer being synced with CHIRP builds and many files listed are no longer up-to-date.
For example if I go to ( https://chirp.danplanet.com/projects/chirp/repository/show/chirp/drivers ) and scroll down to radtel_t18.py, I will see that it was last changed ~4 months ago by myself to add support for the Retevis RB75 radio model. However this is not the case. It was last changed ~1 month ago (March 7) by myself to add support for the Retevis RA85/RA685 radio models. The "images" for these radios are also not available from ( https://chirp.danplanet.com/projects/chirp/repository/show/tests/images ).
So now I have had to resort to pulling the latest files off of my CHIRP development computer or grab the files from the latest CHIRP daily build tarball. Can the repository be brought back indo sync and then continue to be (hopefully automatically) updated as it was in the past? Do I need to open a ticket to get this addressed?
Thanks, Jim KC9HI
Hi Jim,
It gets stranger. I checked the GitHub repo to see if it has the same issue or if it is up to date. That repo has 2 of your commits from Feb 1 for the FRS-B1, so it is more up to date than the one you're looking at, but it also does not include the Mar 7 commits you refer to.
https://github.com/kk7ds/chirp/commits/master/chirp/drivers/radtel_t18.py
Definitely something strange going on.
Martin. KD6YAM
On Thu, Apr 21, 2022 at 5:29 AM Jim Unroe via chirp_devel < chirp_devel@intrepid.danplanet.com> wrote:
I often visit the CHIRP Repository ( https://chirp.danplanet.com/projects/chirp/repository ) in order to find out when the last change of a module occurred and/or what the change was and/or to just grab the latest version of something. Unfortunately I have noticed that some time between the first of the year and present, the repository is no longer being synced with CHIRP builds and many files listed are no longer up-to-date.
For example if I go to ( https://chirp.danplanet.com/projects/chirp/repository/show/chirp/drivers ) and scroll down to radtel_t18.py, I will see that it was last changed ~4 months ago by myself to add support for the Retevis RB75 radio model. However this is not the case. It was last changed ~1 month ago (March 7) by myself to add support for the Retevis RA85/RA685 radio models. The "images" for these radios are also not available from ( https://chirp.danplanet.com/projects/chirp/repository/show/tests/images ).
So now I have had to resort to pulling the latest files off of my CHIRP development computer or grab the files from the latest CHIRP daily build tarball. Can the repository be brought back indo sync and then continue to be (hopefully automatically) updated as it was in the past? Do I need to open a ticket to get this addressed?
Thanks, Jim KC9HI _______________________________________________ chirp_devel mailing list chirp_devel@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_devel Developer docs: http://chirp.danplanet.com/projects/chirp/wiki/Developers
So now I have had to resort to pulling the latest files off of my CHIRP development computer or grab the files from the latest CHIRP daily build tarball. Can the repository be brought back indo sync and then continue to be (hopefully automatically) updated as it was in the past? Do I need to open a ticket to get this addressed?
No big mystery, it's fixed now :)
The web interface needs a local copy of the repo to do its work and a cron item keeps it fresh. I typod something in that a few weeks ago when making a change and didn't realize it wasn't doing it's thing. The actual repository was always up to date, it was just the local copy for this "view" that was stale. Should be good now.
--Dan
participants (3)
-
Dan Smith
-
Jim Unroe
-
Martin Cooper