Changes between Version 15 and Version 16 of AddingOrRebuildingASuite
- Timestamp:
- 11/02/17 18:19:01 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AddingOrRebuildingASuite
v15 v16 1 1 == Bootstrapping A New Release == 2 2 3 1. Create build chroot using scripts/build-server/make-chroot3 1. Create build chroot using `scripts/build-server/make-chroot` 4 4 * Make sure resulting chroot actually has universe enabled. 5 2. Update the buildsystem configuration with tags. Do not forget to add ~0.1 6 3. Update /mit/debathena/apt/conf 5 2. Update the buildsystem configuration with tags. Do not forget to add `~0.1`. 6 * Build system config live in `dabuildsys/config.py` in `build-system.git` (checked out on build server home directory). 7 * Tags live in `debian-versions.sh` in `scripts.git` (checked out at `/mit/debathena/bin`). 8 3. Update `/mit/debathena/apt/conf` 7 9 * Do not forget to run `git commit` there 8 10 4. Run `dareprepro export`.