[rt-devel] Ok..
Jesse Vincent
jesse at bestpractical.com
Wed Jun 12 13:05:29 EDT 2002
create an aegis template project (follow the instructions in the aegis manual or run the attached shell script, after typing 'ae_p rt.2.1'
then..
aedist -r < baseline.ae
On Wed, Jun 12, 2002 at 01:59:54AM -0400, Jason Slagle wrote:
> Ok, this has me completly baffled.
>
> What is the equivilant of a cvs checkout with aegis?
>
> Jason
>
> --
> Jason Slagle - CCNP - CCDP
> /"\ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
> \ / ASCII Ribbon Campaign .
> X - NO HTML/RTF in e-mail .
> / \ - NO Word docs in e-mail .
>
>
>
> _______________________________________________
> rt-devel mailing list
> rt-devel at lists.fsck.com
> http://lists.fsck.com/mailman/listinfo/rt-devel
>
--
http://www.bestpractical.com/products/rt -- Trouble Ticketing. Free.
-------------- next part --------------
#!/bin/sh
source /usr/local/share/aegis/profile
if [ 'fnord' = "fnord$AEGIS_PROJECT" ]; then
echo "You need to set AEGIS_PROJECT, possibly with the ae_p alias"
exit -1
fi
aenpr $AEGIS_PROJECT
aend -p $AEGIS_PROJECT $USER
aena -p $AEGIS_PROJECT $USER
aeni -p $AEGIS_PROJECT $USER
aenrv -p $AEGIS_PROJECT $USER
aepa -p $AEGIS_PROJECT -f - <<END
description = "$AEGIS_PROJECT";
developer_may_review = true;
developer_may_integrate = true;
reviewer_may_integrate = true;
developers_may_create_changes = true;
umask = 022;
default_test_exemption = true;
minimum_change_number = 10;
reuse_change_numbers = true;
minimum_branch_number = 1;
skip_unlucky = false;
compress_database = false;
develop_end_action = goto_awaiting_integration;
END
More information about the Rt-devel
mailing list