pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/tilt
Module Name: pkgsrc
Committed By: wiz
Date: Tue Feb 17 07:29:00 UTC 2026
Modified Files:
pkgsrc/devel/tilt: DESCR
Log Message:
tilt: remove URL from DESCR, fmt
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/tilt/DESCR
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/tilt/DESCR
diff -u pkgsrc/devel/tilt/DESCR:1.1 pkgsrc/devel/tilt/DESCR:1.2
--- pkgsrc/devel/tilt/DESCR:1.1 Mon Feb 16 23:58:05 2026
+++ pkgsrc/devel/tilt/DESCR Tue Feb 17 07:29:00 2026
@@ -1,12 +1,13 @@
Kubernetes for Prod, Tilt for Dev
-Modern apps are made of too many services. They're everywhere and in
-constant communication.
+Modern apps are made of too many services. They're everywhere and
+in constant communication.
-[Tilt](https://tilt.dev) powers microservice development and makes
-sure they behave! Run `tilt up` to work in a complete dev environment
-configured for your team.
+Tilt powers microservice development and makes sure they behave!
+Run `tilt up` to work in a complete dev environment configured for
+your team.
Tilt automates all the steps from a code change to a new process:
-watching files, building container images, and bringing your environment
-up-to-date. Think `docker build && kubectl apply` or `docker-compose up`.
+watching files, building container images, and bringing your
+environment up-to-date. Think `docker build && kubectl apply` or
+`docker-compose up`.
Home |
Main Index |
Thread Index |
Old Index