aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScoots Dash (Minteck) <contact@minteck.org>2022-04-14 14:19:22 +0000
committerScoots Dash (Minteck) <contact@minteck.org>2022-04-14 14:19:22 +0000
commitba5fa694351774f2684c1aefdc215da5c6f39ba6 (patch)
treecb17dbe6aba602b8c99b7f13e69407ddfcdc4c0d
parent637ca7ba746c0241aaec79b79349d5dac4ec7408 (diff)
downloadtwilight-ba5fa694351774f2684c1aefdc215da5c6f39ba6.tar.gz
twilight-ba5fa694351774f2684c1aefdc215da5c6f39ba6.tar.bz2
twilight-ba5fa694351774f2684c1aefdc215da5c6f39ba6.zip
Update README.md
Deleted .gitlab-ci.yml
-rw-r--r--.gitlab-ci.yml14
-rw-r--r--README.md14
2 files changed, 13 insertions, 15 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
deleted file mode 100644
index 7adde58..0000000
--- a/.gitlab-ci.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-# Generic Minteck GitLab CI/CD Checks
-# NodeJS applications
-image: node:current-buster
-
-before_script:
- - apt-get update
- - apt-get install -y git npm
-
-test:
- script:
- - npm install
- - rm -Rfvd failed.log
- - bash -c "rm failed.log; rm -f failed.log; find . -path ./node_modules -prune -o -name "*.js" \( -exec node -c {} \; -o -exec echo {} > failed.log \; \); echo $([ ! -s failed.log ]; echo $?); exit $([ ! -s failed.log ]; echo $?)"; echo $?
- - bash -c "rm failed.log; rm -f failed.log; find . -path ./node_modules -prune -o -name "*.js" \( -exec node -c {} \; -o -exec echo {} > failed.log \; \); echo $([ ! -s failed.log ]; echo $?); exit $([ ! -s failed.log ]; echo $?)"; echo $?
diff --git a/README.md b/README.md
index a1d4d35..9cdfe3f 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,15 @@
+## Sunsetting Twilight in May 2022
+
+The Twilight Package Manager was initially created to help me update my own software more easily, faster and all at once, and it was well serving that purpose. But since the installation of [Minteck TeamCity](https://ci.minteck.org), the need for such a program was reduced since the deployment can be integrated as part of continuous integration.
+
+Furthermore, Twilight was very limited and it was very hard to add (pre)compiled packages to the repositories. It was also slow, sometimes buggy, and not extensible.
+
+With that said, the Twilight Package Manager is now in an extended maintenance state. Unlike some other projects such as Neutron (which is in extended maintenance too), Twilight depends on external servers to run properly. These external servers will stop working in May (the exact date and time will be announced later); and currently precompiled projects have been removed from the repositories (most notably Kartik).
+
+Twilight will be non-functional after the servers have been stopped and you will be directed to uninstall the application.
+
+----
+
# Twilight
@@ -18,4 +30,4 @@ Install on macOS (Intel x86 or Apple Silicon):
bash -c "$(curl https://twipkg.cdn.minteck.org/~installer/twipkg-onlineinstall-darwin-$(uname -p).sh)"
```
-> **Notice:** Twilight Package Manager is experimental on macOS, use with caution. \ No newline at end of file
+> **Notice:** Twilight Package Manager is experimental on macOS, use with caution.