Skip to content

Commit

Permalink
Version bump rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
Torxed committed Aug 4, 2020
1 parent 928654a commit 2dea242
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Anton Hvornum [email protected]
# Contributor: Anton Hvornum [email protected]
pkgname="archinstall"
pkgver="v2.0.4rc3"
pkgver="v2.0.4rc4"
pkgdesc="Installs a pre-built binary of ${pkgname}"
pkgrel=1
url="https://github.com/Torxed/archinstall"
Expand Down
1 change: 1 addition & 0 deletions archinstall/lib/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ def set_timezone(self, zone, *args, **kwargs):
return True

def activate_ntp(self):
log(f'Adding bootloader to {self.boot_partition}')
if self.pacstrap('ntp'):
if self.enable_service('ntpd'):
return True
Expand Down
8 changes: 4 additions & 4 deletions make.sh
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#!/bin/bash
# Description: Crude build/maker script for PKGBUILD dependencies and stuff.

rm -rf archinstall.egg-info/ build/ src/ pkg/ dist/ archinstall.build/ archinstall-v2.0.4rc3-x86_64/ *.pkg.*.xz archinstall-*.tar.gz
rm -rf archinstall.egg-info/ build/ src/ pkg/ dist/ archinstall.build/ archinstall-v2.0.4rc4-x86_64/ *.pkg.*.xz archinstall-*.tar.gz

nuitka3 --standalone --show-progress archinstall
cp -r examples/ archinstall.dist/
mv archinstall.dist archinstall-v2.0.4rc3-x86_64
tar -czvf archinstall-v2.0.4rc3.tar.gz archinstall-v2.0.4rc3-x86_64
mv archinstall.dist archinstall-v2.0.4rc4-x86_64
tar -czvf archinstall-v2.0.4rc4.tar.gz archinstall-v2.0.4rc4-x86_64
makepkg -f

python3 setup.py sdist bdist_wheel
echo 'python3 -m twine upload dist/*; rm -rf dist/'

rm -rf archinstall.egg-info/ build/ src/ pkg/ archinstall.build/ archinstall-v2.0.4rc3-x86_64/
rm -rf archinstall.egg-info/ build/ src/ pkg/ archinstall.build/ archinstall-v2.0.4rc4-x86_64/
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="archinstall",
version="v2.0.4rc3",
version="v2.0.4rc4",
author="Anton Hvornum",
author_email="[email protected]",
description="Arch Linux installer - guided, templates etc.",
Expand Down

0 comments on commit 2dea242

Please sign in to comment.