Version 0.0.1 release

main
Micke Nordin 3 years ago
parent 06c753f91e
commit 7a37e424cf

@ -10,7 +10,7 @@ cd ${BASEDIR}
sudo rpm --import ${BASEDIR}/repo/PUBLIC.KEY sudo rpm --import ${BASEDIR}/repo/PUBLIC.KEY
# Convert deb to rpm # Convert deb to rpm
sudo alien -g -r ${BASEDIR}/gmnd_${VERSION}_all.deb sudo alien --scripts -g -r ${BASEDIR}/gmnd_${VERSION}_all.deb
# Remove generated specfile # Remove generated specfile
sudo rm ${BASEDIR}/gmnd-${VERSION}/gmnd-*.spec sudo rm ${BASEDIR}/gmnd-${VERSION}/gmnd-*.spec

@ -1,15 +1,15 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Where I keep the sources # Where I keep the sources
BASEDIR=~/sources/gmnd BASEDIR=~/sources
# Version of gmnd # Version of gmnd
VERSION=$(awk '/.*SERVER_SOFTWARE/ {print $4}' ${BASEDIR}/gmnd/__init__.py|sed "s/'//" ) VERSION=$(awk '/.*SERVER_SOFTWARE/ {print $4}' ${BASEDIR}/gmnd/gmnd/__init__.py|sed "s/'//" )
# Change to source dir # Change to source dir
cd ${BASEDIR} cd ${BASEDIR}/gmnd
# Build deb # Build deb
dpkg-buildpackage -us -uc dpkg-buildpackage -us -uc
# Add binary and source to repo # Add binary and source to repo
reprepro --basedir ${BASEDIR}/debian includedeb unstable ${BASEDIR}/gmnd_${VERSION}_all.deb reprepro --basedir ${BASEDIR}/repo/debian includedeb unstable ${BASEDIR}/gmnd_${VERSION}_all.deb
reprepro --basedir ${BASEDIR}/debian -S net --priority optional includedsc unstable ${BASEDIR}/gmnd_${VERSION}.dsc reprepro --basedir ${BASEDIR}/repo/debian -S net --priority optional includedsc unstable ${BASEDIR}/gmnd_${VERSION}.dsc

@ -18,7 +18,7 @@ static files, or run cgi-scripts. Documentation will primarily be supplied
via gemini://mic.ke/gmnd/docs via gemini://mic.ke/gmnd/docs
%files %files
%docdir usr/share/doc/gmnd %docdir /usr/share/doc/gmnd
"/usr/share/doc/gmnd/changelog.gz" "/usr/share/doc/gmnd/changelog.gz"
"/usr/share/doc/gmnd/copyright" "/usr/share/doc/gmnd/copyright"
%config "/etc/gmnd/config.yml" %config "/etc/gmnd/config.yml"

Loading…
Cancel
Save