[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [UDD] Suggested table: release_order



>> after all sid can well have a version of a package which is newer
>> than its version in experimental and vice-versa, the same is potentially
>> true for testing.
> You mean testing can have a never version as experimental?

Unstable:
        VersionChecks
        {
          MustBeNewerThan
          {
            OldStable;
            Stable;
            Testing;
            Testing-Proposed-Updates;
          };
        };

Experimental:
        VersionChecks
        {
          MustBeNewerThan
          {
            OldStable;
            Stable;
            Testing;
            Testing-Proposed-Updates;
            Unstable;
          };

This is for new uploads.
We currently do not enforce version checks in testing, so in theory the
release team could even import experimental versions there. (But should
they do that the method of setting testing will change and start to
strictly enforce a << unstable, so lets assume they dont).
Also, tpu checks are disabled, but enforced/fixed up on point release time.

-- 
bye, Joerg
How is education supposed to make me feel smarter? Besides, every time I
learn something new, it pushes some old stuff out of my brain. Remember
when I took that home winemaking course, and I forgot how to drive?


Reply to: