syndicate-system -> synit

This commit is contained in:
Tony Garnock-Jones 2022-02-26 15:09:08 +01:00
parent 0928cda883
commit c62093a2a7
6 changed files with 6 additions and 6 deletions

View File

@ -1,3 +1,3 @@
# syndicate-system
# synit
<https://syndicate-lang.org/projects/2021/system-layer/>

View File

@ -31,7 +31,7 @@ build: $(PACKAGES) sign
cp -f $(KEYFILE) /home/$(USER)/.abuild/ && \
chmod 0400 /home/$(USER)/.abuild/$$(basename $(KEYFILE)) && \
chown $(USER):$(USER) /home/$(USER)/.abuild/$$(basename $(KEYFILE)) && \
echo "PACKAGER_PRIVKEY=/home/syndicate-systemdev/.abuild/$$(basename $(KEYFILE))" > /home/$(USER)/.abuild/abuild.conf && \
echo "PACKAGER_PRIVKEY=/home/$(USER)/.abuild/$$(basename $(KEYFILE))" > /home/$(USER)/.abuild/abuild.conf && \
mkdir -p $(TARGET)/packages/$(ARCH) && \
chown -R $(USER):$(USER) $(TARGET)
addgroup $(shell id -un) abuild

View File

@ -15,7 +15,7 @@ from pr2modules.iwutil import IW
try:
schemas = preserves.schema.load_schema_file('/usr/share/synit/schemas/schema-bundle.prb')
except:
schemas = preserves.schema.load_schema_file('/home/tonyg/src/syndicate-system/protocols/schema-bundle.bin')
schemas = preserves.schema.load_schema_file('/home/tonyg/src/synit/protocols/schema-bundle.bin')
network = schemas.network
class LenientFormatter(Formatter):

View File

@ -10,7 +10,7 @@ from syndicate.during import During
try:
schemas = preserves.schema.load_schema_file('/usr/share/synit/schemas/schema-bundle.prb')
except:
schemas = preserves.schema.load_schema_file('/home/tonyg/src/syndicate-system/protocols/schema-bundle.bin')
schemas = preserves.schema.load_schema_file('/home/tonyg/src/synit/protocols/schema-bundle.bin')
userSettings = schemas.userSettings
def digest(item):

View File

@ -14,7 +14,7 @@ from syndicate.during import During
try:
schemas = preserves.schema.load_schema_file('/usr/share/synit/schemas/schema-bundle.prb')
except:
schemas = preserves.schema.load_schema_file('/home/tonyg/src/syndicate-system/protocols/schema-bundle.bin')
schemas = preserves.schema.load_schema_file('/home/tonyg/src/synit/protocols/schema-bundle.bin')
network = schemas.network
server_socket_dir = '/run/wpa_supplicant'

View File

@ -6,7 +6,7 @@ edition = "2018"
description = "synit PID 1."
homepage = "https://syndicate-lang.org/synit/"
repository = "https://git.syndicate-lang.org/syndicate-lang/syndicate-system"
repository = "https://git.syndicate-lang.org/synit/synit"
license = "Apache-2.0"
[profile.release]