DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ T V

⟦bd2ea916b⟧ TextFile

    Length: 1014 (0x3f6)
    Types: TextFile
    Names: »V«

Derivation

└─⟦5f3412b64⟧ Bits:30000745 8mm tape, Rational 1000, ENVIRONMENT 12_6_5 TOOLS 
    └─ ⟦91c658230⟧ »DATA« 
        └─⟦458657fb6⟧ 
            └─⟦this⟧ 
└─⟦d10a02448⟧ Bits:30000409 8mm tape, Rational 1000, ENVIRONMENT, D_12_7_3
    └─ ⟦fc9b38f02⟧ »DATA« 
        └─⟦9b46a407a⟧ 
            └─⟦this⟧ 

TextFile

procedure Compare_Universe
             (Prototype    : String := "$$.Universe";
              Universe     : String := "!";
              Release_List : String := "$$.Lists.Units_To_Update_For_Release";
              Manual_List  : String := "$$.Lists.Units_To_Be_Updated";
              Forced_List  : String := "$$.Lists.Forced_Units";
              Banned_List  : String := "$$.Lists.Banned_Units";
              Response     : String := "<PROFILE>");
pragma Loaded_Main;

-- This procedure compares the units in the Prototype universe with those
-- in Universe.  If run from the release directory, the default parameters
-- will compare the release universe with the current universe on the machine
-- and create two lists. The Release_List contains units that different from
-- the prototype universe and are listed on the Forced_List.  The Manual_List
-- contains units that are different from the prototype universe and do not
-- appear on the Banned_List.  These units should be reviewed before updating.