summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordd <dd@wx.tnyzeq.icu>2024-05-20 15:14:00 +0200
committerdd <dd@wx.tnyzeq.icu>2024-05-20 15:14:00 +0200
commitcd9ccd7ff6262f4280a34c5f1ae9f8a67175e95b (patch)
tree50723ea9018672d292c577803ce0882b4b0fec7e
parent4eaa081ab7391072779be58219630d93b3fcc914 (diff)
downloadvyos-jenkins-cd9ccd7ff6262f4280a34c5f1ae9f8a67175e95b.tar.gz
vyos-jenkins-cd9ccd7ff6262f4280a34c5f1ae9f8a67175e95b.zip
cleanup
-rw-r--r--readme.md14
1 files changed, 2 insertions, 12 deletions
diff --git a/readme.md b/readme.md
index 2edf34f..f57b142 100644
--- a/readme.md
+++ b/readme.md
@@ -4,12 +4,12 @@ State
Currently, it should be possible to use this information to build all required packages for equuleus,
and it's possible to use resulting mirror to build ISO.
-Resulting mirror for equuleus has 149 .deb packages compared to the
+Resulting mirror for equuleus (1.3) has 149 .deb packages compared to the
[dev.packages.vyos.net - equuleus](apt-file-list/equuleus-reduced.txt) 151.
Those two missing packages are [believed](issues.md#equuleus) to be unused or not used for regular ISO build.
I didn't find way to reproduce those.
-Resulting mirror for sagitta has 171 .deb packages compared to the
+Resulting mirror for sagitta (1.4) has 171 .deb packages compared to the
[dev.packages.vyos.net - sagitta](apt-file-list/sagitta-reduced.txt) 190. See [here](issues.md#sagitta) for details. Does anyone
have information what was origin of those missing ones? I would appreciate ideas.
@@ -873,16 +873,6 @@ repositories/sagitta/pool/main/w/wpa/wpasupplicant_2.10-1028-g6b9c86466_amd64.de
</details>
-Modified packages
---
-
-If you use your own version of package for debugging purposes (not the one from vyos github) and you want to use
-reprepro as miror then your need to hack the Global Pipeline Library (see above). Just add `return false` before
-the return in `vyos-build/vars/isCustomBuild.groovy` and use your own local clone of the `vyos-build` in
-Global Pipeline Library.
-Otherwise, the build skips the reprepro step, and thus you won't see .deb appearing in your reprepro repository even
-if the build is successful - quite confusing.
-
How to try to build ISO
--