latest pushes
This commit is contained in:
1
src/.gitignore
vendored
Normal file
1
src/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
bospm.egg-info
|
@@ -34,8 +34,8 @@ REPO_DIR = os.path.join(CONFIG_DIR, 'repo')
|
||||
INSTALL_DIR = os.path.join(CONFIG_DIR, 'installed')
|
||||
|
||||
# Repository and website URLs
|
||||
GITHUB_REPO = "https://github.com/Algorithm-Model-Research/bellande_operating_system_package"
|
||||
TEMP_WEBSITE = "https://example.com/bospm_packages" # Temporary website URL
|
||||
GITHUB_REPO = "https://github.com/Architecture-Mechanism/bellande_operating_system_package"
|
||||
TEMP_WEBSITE = "https://bellande-architecture-mechanism-research-innovation-center.org/bospm_packages" # Temporary website URL
|
||||
|
||||
def ensure_dirs():
|
||||
for dir in [CONFIG_DIR, PACKAGE_DIR, REPO_DIR, INSTALL_DIR]:
|
||||
|
Reference in New Issue
Block a user