On 11 Feb 2024 at 12:43p, Paul Hayton pondered and said...
PH> way to do it? I'll try to find some time to have a look at this in the
PH> coming week.
It's been a while since I built this software and looking back at my notes I used to do this with success
d /hub/temp/huskyproject/
ls
cd hpt
git pull
cd ..
cd htick
git pull
cd ..
cd huskylib/
git pull
cd ..
cd fidoconf/
git pull
cd ..
cd areafix/
git pull
cd ..
cd huskybse/
git pull
cd ..
cd smapi/
git pull
cd ..
cd hptzip/
git pull
cd ..
cd htick/
git pull
cd ..
make
cd huskylib/
make
sudo make install
cd ..
cd smapi/
make
sudo make install
cd ..
cd fidoconf/
make
sudo make install
cd ..
cd areafix/
make
sudo make install
cd ..
cd hptzip/
make
sudo make install
cd ..
cd hpt
make
sudo make install
cd ..
cd htick/
make
sudo make install
cd ..
cd huskybse/
make
sudo make install
cd ..
but now I get the following
avon@orac:/hub/temp/huskyproject/hpt$ git pull
Updating 0966c813..e7e64fa3
error: Your local changes to the following files would be overwritten by merge:
.cvs2cl
.gitignore
CMakeLists.txt
INSTALL.md
Makefile
appveyor.yml
cvsdate.h
doc/Makefile
doc/hpt.texi
doc/texinfo.tex
h/fcommon.h
h/pkt.h
h/version.h
hpt.spec
huskymak.cfg
man/hptlink.1
man/hpttree.1
misc/pingpong.pm
src/global.c
src/hpt.c
src/hptlink.c
src/hpttree.c
src/perl.c
src/pktinfo.c
src/pktread.c
src/pktwrite.c
src/post.c
src/scan.c
src/seenby.c
src/toss.c
src/tpkt.c
src/txt2pkt.c
Please commit your changes or stash them before you merge.
Aborting
when I look at the install.asciidocs it talks about updating?? a csvdate.h file date for each directory? I can see the date in the file in the HPT directory but how to know what to change it to?
git log -1 --date=short --format=format:"%cd" h/*.h src/*.c
2021-04-19
what am I missing?
I don't want to break my system
Kerr Avon [Blake's 7] 'I'm not expendable, I'm not stupid and I'm not going'
avon[at]bbs.nz | bbs.nz | fsxnet.nz
--- Mystic BBS v1.12 A48 (Linux/64)
* Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (3:770/100)
|